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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateSystemMenu(javafx.stage.Stage aboutStage, List<javafx.scene.control.Menu> customMenus) static voidvoidstop()Methods inherited from class com.ntak.pearlzip.ui.pub.PearlZipApplication
genFrmAbout, loadMenusFromPlugins, startMethods 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:
createSystemMenuin classPearlZipApplication- Throws:
IOException
-
stop
public void stop()- Overrides:
stopin classPearlZipApplication
-
main
-