|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusBar | |
---|---|
uic.model | Provides model classes for Swing GUIs. |
uic.widgets | Swing Widgets for your programming pleasure! |
Uses of StatusBar in uic.model |
---|
Methods in uic.model with parameters of type StatusBar | |
---|---|
void |
ActionFactory.build(JFrame parent,
InputStream is,
StatusBar statusBar)
|
void |
ActionFactory.build(JFrame parent,
StatusBar statusBar)
|
void |
ActionFactory.build(JFrame parent,
URL url,
StatusBar statusBar)
|
void |
ActionFactory.buildMenu(JMenuBar parent,
Element menuRoot,
StatusBar statusBar)
|
void |
UICAction.setStatusBar(StatusBar statusBar)
Register a statusbar that will be used to show whatIs texts on on mouseOver of the menuitems. |
Uses of StatusBar in uic.widgets |
---|
Methods in uic.widgets that return StatusBar | |
---|---|
protected StatusBar |
MainWindow.createStatusBar()
Override this method to provide your own StatusBar implementation. |
StatusBar |
MainWindow.getStatusBar()
return the statusBar. |
StatusBar |
MainWindow.RootPane.getStatusBar()
|
Methods in uic.widgets with parameters of type StatusBar | |
---|---|
void |
MainWindow.RootPane.setStatusBar(StatusBar status,
MainWindow mw)
Set a statusBar. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |