java.lang.Object
javafx.application.Application
com.ntak.pearlzip.ui.pub.PearlZipApplication
com.ntak.pearlzip.ui.mac.MacPearlZipApplication
Loads the main macOS UI screen for the Zip Application.
- Author:
- Aashutos Kakshepati
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters
-
Field Summary
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createSystemMenu
(javafx.stage.Stage aboutStage, List<javafx.scene.control.Menu> customMenus) static void
void
stop()
Methods inherited from class com.ntak.pearlzip.ui.pub.PearlZipApplication
genFrmAbout, loadMenusFromPlugins, start
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet
-
Constructor Details
-
MacPearlZipApplication
public MacPearlZipApplication()
-
-
Method Details
-
createSystemMenu
public void createSystemMenu(javafx.stage.Stage aboutStage, List<javafx.scene.control.Menu> customMenus) throws IOException - Specified by:
createSystemMenu
in classPearlZipApplication
- Throws:
IOException
-
stop
public void stop()- Overrides:
stop
in classPearlZipApplication
-
main
-