public interface FwkRootPanelInterface extends FwkInterface
Modifier and Type | Method and Description |
---|---|
FwkPanelInterface |
getApplicationPanel()
Get the application panel.
|
FwkPanelInterface |
getStatusPanel()
Get the status panel.
|
void |
setApplicationPanel(FwkPanelInterface applicationPanel)
Set the application panel.
|
void |
setStatusPanel(FwkPanelInterface statusPanel)
Set the status panel.
|
void |
setToolBar(FwkCommandInterface[] commands)
Set the toolbar.
|
void |
setToolBar(java.lang.String position,
FwkCommandInterface[] commands)
Set the toolbar.
|
getVersion, release
FwkPanelInterface getApplicationPanel()
void setApplicationPanel(FwkPanelInterface applicationPanel)
applicationPanel
- The application panel.FwkPanelInterface getStatusPanel()
void setStatusPanel(FwkPanelInterface statusPanel)
statusPanel
- The status panel.void setToolBar(FwkCommandInterface[] commands)
toolbar
- The toolbar to be set.#javax.swing.JToolBar
void setToolBar(java.lang.String position, FwkCommandInterface[] commands)
position
- The border layout position constants. Use NORTH,
EAST, SOUTH or WEST only. CENTER is not supported
and will be ignored.toolbar
- The toolbar to be set.#javax.swing.JToolBar