Class IamsoftApp


  • public abstract class IamsoftApp
    extends org.jdesktop.application.SingleFrameApplication
    Main editor frame.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jdesktop.application.Application

        org.jdesktop.application.Application.ExitListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean MAC
      Running on Mac platform.
      static String WINDOW_MODIFIED_PROPERTY
      Property used by Macs to indicate unsaved changes.
      • Fields inherited from class org.jdesktop.application.Application

        KEY_APPLICATION_ICON, KEY_APPLICATION_TITLE, KEY_APPLICATION_VENDOR_ID, ready
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IamsoftApp()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void exitApp()  
      • Methods inherited from class org.jdesktop.application.SingleFrameApplication

        configureWindow, end, getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdown
      • Methods inherited from class org.jdesktop.application.Application

        addExitListener, exit, exit, getContext, getExitListeners, getInstance, getInstance, handleQuit, hide, initialize, isReady, launch, quit, ready, removeExitListener, startup
      • Methods inherited from class org.jdesktop.application.AbstractBean

        addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
    • Field Detail

      • MAC

        public static final boolean MAC
        Running on Mac platform.
      • WINDOW_MODIFIED_PROPERTY

        public static final String WINDOW_MODIFIED_PROPERTY
        Property used by Macs to indicate unsaved changes.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IamsoftApp

        protected IamsoftApp()
    • Method Detail

      • exitApp

        @Action
        public static void exitApp()