|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
com.jgoodies.uif.application.Application
com.jgoodies.uif.application.AbstractUIFApplication
com.jgoodies.uifextras.convenience.DefaultUIFApplication
com.jgoodies.skeleton.SkeletonPro
public final class SkeletonPro
This is the main class of the Skeleton Pro application. It utilizes the default application startup process from the JGoodies UI framework.
MainModel
,
MainFrame
,
Serialized FormConstructor Summary | |
---|---|
SkeletonPro()
|
Method Summary | |
---|---|
protected void |
configureLayoutMap()
|
protected void |
configureSplash()
Configures the splash to colorize the progress bar. |
protected void |
configureUI()
Configures the user interface. |
protected com.jgoodies.uif.AbstractFrame |
createMainFrame()
Creates and returns the application's main frame. |
protected void |
initializeActions()
Initializes the actions used in this application. |
protected void |
launchApplication()
Brings up the application. |
static void |
main(String[] arguments)
Sets the OS X menu name and launches the Skeleton Pro application. |
Methods inherited from class com.jgoodies.uifextras.convenience.DefaultUIFApplication |
---|
addMessageHandler, checkSetup, configureHelp, configureLogging, configureLogging2, configureSetupManager, getDefaultLogFilePattern, getDefaultLogFilePrefix |
Methods inherited from class com.jgoodies.uif.application.AbstractUIFApplication |
---|
addLogFileHandler, configureLoggingFromProperties, disposeFramesAndWindows, ensureParentDirectoryExists, exitSystem, getApplicationDataDirectory, getAppResourceMap, load, lookupApplicationDataBaseDirectory, lookupApplicationDataDirectory, shutdown, startup |
Methods inherited from class com.jgoodies.uif.application.Application |
---|
addExitListener, clearActionMap, end, exit, exit, exitAllowed, fireApplicationExiting, getAction, getActionMap, getApplicationExitOnWindowClosingHandler, getResourceMap, launch, removeExitListener |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkeletonPro()
Method Detail |
---|
public static void main(String[] arguments)
protected void configureSplash()
configureSplash
in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
protected void configureUI()
configureUI
in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
protected void configureLayoutMap()
protected com.jgoodies.uif.AbstractFrame createMainFrame()
createMainFrame
in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
protected void initializeActions()
initializeActions
in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
protected void launchApplication()
The texts set in Splash.setNote(String)
may be honored
or ignored by the splash provider. For example the ImageSplash
ignores note changes by default; you can enable this feature via
ImageSplash.setNoteEnabled(boolean)
.
launchApplication
in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |