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
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
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 Details
-
MAC
public static final boolean MACRunning on Mac platform. -
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()
-