|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.schwarzrot.ui.support.AbstractDesktop de.schwarzrot.ui.SWIDesktop
public class SWIDesktop
a desktop implementation of SWI mode (single window interface). All toplevel applications share the same client area.
Field Summary |
---|
Fields inherited from class de.schwarzrot.ui.support.AbstractDesktop |
---|
taFactory |
Fields inherited from interface de.schwarzrot.ui.Desktop |
---|
defaultStartupSize, ID_DESKTOP, ID_TITLE |
Constructor Summary | |
---|---|
SWIDesktop(String appName)
|
Method Summary | |
---|---|
void |
createMainFrame(Application<?> app)
creates the rootlevel window |
void |
doSwitch(Application<?> app)
switch to another loaded application |
Window |
getMainWindow()
|
void |
init(List<Application<?>> apps)
first stage of initialization |
void |
start()
second stage of application setup and start of the game |
protected void |
updateUI(Application<?> app)
|
Methods inherited from class de.schwarzrot.ui.support.AbstractDesktop |
---|
addApplication, createMenuBar, createMenuBar, createToolBar, createToolBar, decOpenedFramesCounter, doAbout, doCloseApp, doCloseApp, doConfig, doEditMappings, doExit, doHelp, getActionHandler, getArchiveInfo, getConfig, getConfigPage, getCurApp, getDefaultApp, getName, getOpenedFramesCounter, getProgressMonitor, getServicesPage, getVersionString, getXOffset, getYOffset, incOpenedFramesCounter, publishEvent, setActionHandler, setArchiveInfo, setConfig, setCurApp, setCurApp, setDefaultApp, setDefaultApp, setName, setProgressMonitor, setupFrom, setVersionBuild, setVersionMajor, setVersionMinor, validateUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SWIDesktop(String appName)
Method Detail |
---|
public void createMainFrame(Application<?> app)
Desktop
app
- - applicationpublic void doSwitch(Application<?> app)
Desktop
app
- - the application to switch topublic Window getMainWindow()
getMainWindow
in interface RootWindowHandler
getMainWindow
in class AbstractDesktop
public void init(List<Application<?>> apps)
Desktop
init
in interface Desktop
init
in class AbstractDesktop
apps
- - list of loaded applicationspublic void start()
Desktop
start
in interface Desktop
start
in class AbstractDesktop
protected void updateUI(Application<?> app)
|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |