|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.yasl.arch.impl.application.YASLApplicationImpl
org.yasl.arch.impl.application.YASLGUIApplicationImpl
org.yasl.arch.impl.application.YASLSwingApplicationImpl
Implements the YASLSwingApplication interface.
Field Summary |
Fields inherited from interface org.yasl.arch.application.YASLApplication |
KEY_ACTION_APPLICATION_EXIT, KEY_ACTION_APPLICATION_START, KEY_ACTION_HANDLER, KEY_APPLICATION, KEY_ERROR_HANDLER, KEY_GUI_APP_ROOTPANE, KEY_PREFERENCES_MANAGER, KEY_RESOURCE_MANAGER, KEY_SWING_APP_FRAME |
Constructor Summary | |
YASLSwingApplicationImpl()
Creates a YASLSwingApplication instance and sets the frame. |
Method Summary | |
JFrame |
getJFrame()
Returns the JFrame associated with this Swing application. |
YASLSwingAppFrame |
getSwingAppFrame()
Returns the YASLSwingAppFrame instance associated with this application. |
boolean |
isInitialized(StringBuffer errBuf)
Returns true if the application object is fully initialized. |
void |
restoreCursor()
Restores the cursor to the non-wait cursor. |
void |
setWaitCursor()
Changes the cursor to the wait cursor. |
Methods inherited from class org.yasl.arch.impl.application.YASLGUIApplicationImpl |
getParentPane, setGlassPane, unsetGlassPane |
Methods inherited from class org.yasl.arch.impl.application.YASLApplicationImpl |
createActionHandler, createErrorHandler, getActionHandler, getApplicationType, getErrorHandler, getResourceManager, getSingleton, getSingletonKeys, isSingletonMapped, setResourceManager, setSingleton |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.yasl.arch.application.YASLGUIApplication |
getParentPane, setGlassPane, unsetGlassPane |
Methods inherited from interface org.yasl.arch.application.YASLApplication |
getActionHandler, getApplicationType, getErrorHandler, getResourceManager, getSingleton, getSingletonKeys, isSingletonMapped, setResourceManager, setSingleton |
Constructor Detail |
public YASLSwingApplicationImpl()
YASLApplicationException
Method Detail |
public boolean isInitialized(StringBuffer errBuf)
isInitialized
in interface YASLApplication
isInitialized
in class YASLGUIApplicationImpl
errBuf
- StringBuffer
public YASLSwingAppFrame getSwingAppFrame()
getSwingAppFrame
in interface YASLSwingApplication
public JFrame getJFrame()
getJFrame
in interface YASLSwingApplication
public void setWaitCursor()
setWaitCursor
in interface YASLSwingApplication
public void restoreCursor()
restoreCursor
in interface YASLSwingApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |