|
||||||||||
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
Implements the YASLGUIApplication 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 | |
YASLGUIApplicationImpl(YASLApplicationType appType)
Creates a YASLGUIApplication instance and sets the application type and rootPane. |
Method Summary | |
JRootPane |
getParentPane()
Returns the root pane for the application. |
boolean |
isInitialized(StringBuffer errBuf)
Returns true if the application object is fully initialized. |
void |
setGlassPane()
Sets the glass pane for the parent pane. |
void |
unsetGlassPane()
Unsets the glass pane. |
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.YASLApplication |
getActionHandler, getApplicationType, getErrorHandler, getResourceManager, getSingleton, getSingletonKeys, isSingletonMapped, setResourceManager, setSingleton |
Constructor Detail |
public YASLGUIApplicationImpl(YASLApplicationType appType)
appType
- YASLApplicationTypeMethod Detail |
public boolean isInitialized(StringBuffer errBuf)
isInitialized
in interface YASLApplication
isInitialized
in class YASLApplicationImpl
errBuf
- StringBuffer
public JRootPane getParentPane()
getParentPane
in interface YASLGUIApplication
public void setGlassPane()
setGlassPane
in interface YASLGUIApplication
public void unsetGlassPane()
unsetGlassPane
in interface YASLGUIApplication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |