|
jrworkspace by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FrontendFlavor.FrontendListener
The listener
Method Summary | |
---|---|
void |
installLookAndFeel(String lnfClassName)
Installs a swing look and feel |
boolean |
isFullscreen()
Check whether the window of the controller is in full-screen mode |
void |
setFullscreen(boolean fs)
Triggers the controller to maximize the main window to full-screen |
void |
setShowMenuBar(boolean show)
Shows or hides the menu bar of the main window |
void |
setShowStatusBar(boolean show)
Shows of hides the status bar of the main window |
void |
setShowToolBar(boolean show)
Shows or hides the tool bar of the main windows |
void |
updateContent()
Reloads the content of the active perspective flavor |
void |
updateFrontend()
Updates the front-end of the controller. |
void |
updateFrontendUI()
Invokes updateUI on all swing components known to the controller |
void |
updateMenuBar()
Reloads the menus of the active menu flavor |
Method Detail |
---|
void installLookAndFeel(String lnfClassName)
lnfClassName
- the look and feel class nameboolean isFullscreen()
void setFullscreen(boolean fs)
fs
- void setShowMenuBar(boolean show)
show
- void setShowStatusBar(boolean show)
show
- void setShowToolBar(boolean show)
show
- void updateContent()
void updateFrontend()
void updateFrontendUI()
void updateMenuBar()
|
jrworkspace by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |