|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- - the type of application configurationpublic interface Application<C extends ApplicationConfig>
interface for toplevel applications. There exists a default implementation
AbstractApplication
.
AbstractApplication
Field Summary | |
---|---|
static String |
ID_NOT_IMPLEMENTED
|
static String |
TITLE_ERROR
|
static String |
TITLE_HINT
|
static String |
TITLE_NOT_IMPLEMENTED
|
Methods inherited from interface org.springframework.context.ApplicationListener |
---|
onApplicationEvent |
Field Detail |
---|
static final String ID_NOT_IMPLEMENTED
static final String TITLE_NOT_IMPLEMENTED
static final String TITLE_HINT
static final String TITLE_ERROR
Method Detail |
---|
AbstractStatusBar createStatusBar()
void destroy()
ApplicationActionHandler getActionHandler()
C getAppConfig()
ClassLoader getClassLoader()
JComponent getConfigPage()
Container getContentPane()
JToolBar getExtraToolBar(int orientation)
DefaultMutableTreeNode getHelpRoot()
JComponent getInfo()
Window getMainWindow()
getTopWindow
.
If both return values differ, the window from getMainWindow()
is
the parent of getTopWindow()
.
JMenuBar getMenuBar()
String getName()
Point getStartupPos(int defX, int defY)
Dimension getStartupSize(Dimension defaultSize)
AbstractStatusBar getStatusBar()
String getTitleKey()
JToolBar getToolBar()
MainFrame getTopWindow()
String getVersion()
void init()
boolean preExit()
void refresh()
void setAppConfig(C acb)
void setClassLoader(ClassLoader cl)
void setHelpRoot(DefaultMutableTreeNode root)
void setMenuBar(JMenuBar mb)
void setName(String name)
void setTitle(String title)
void setToolBar(JToolBar tb)
void setTopWindow(MainFrame topWindow)
void start()
void stop()
|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |