- 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.
-
-
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.
-
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
-
-
-
-
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
-
-