Class IamsoftApp

java.lang.Object
org.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
com.iamsoft.util.ui.swing.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 final boolean
    Running on Mac platform.
    static final String
    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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     

    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

    Methods inherited from class java.lang.Object

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

    • 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:
  • Constructor Details

    • IamsoftApp

      protected IamsoftApp()
  • Method Details

    • exitApp

      @Action public static void exitApp()