Class PearlZipApplication

java.lang.Object
javafx.application.Application
com.ntak.pearlzip.ui.pub.PearlZipApplication
Direct Known Subclasses:
MacPearlZipApplication

public abstract class PearlZipApplication extends javafx.application.Application
Loads the main 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    createSystemMenu(javafx.stage.Stage aboutStage, List<javafx.scene.control.Menu> customMenus)
     
    static javafx.stage.Stage
     
    static List<javafx.scene.control.Menu>
     
    static void
    main(String[] args)
     
    void
    start(javafx.stage.Stage stage)
     
    void
     

    Methods inherited from class javafx.application.Application

    getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PearlZipApplication

      public PearlZipApplication()
  • Method Details

    • start

      public void start(javafx.stage.Stage stage) throws IOException, InterruptedException
      Specified by:
      start in class javafx.application.Application
      Throws:
      IOException
      InterruptedException
    • genFrmAbout

      public static javafx.stage.Stage genFrmAbout() throws IOException
      Throws:
      IOException
    • loadMenusFromPlugins

      public static List<javafx.scene.control.Menu> loadMenusFromPlugins()
    • createSystemMenu

      public abstract void createSystemMenu(javafx.stage.Stage aboutStage, List<javafx.scene.control.Menu> customMenus) throws IOException
      Throws:
      IOException
    • stop

      public void stop()
      Overrides:
      stop in class javafx.application.Application
    • main

      public static void main(String[] args)