|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagerLayout
OpenORB Management Board / Plugin Manager Layout Interface
Method Summary | |
---|---|
javax.swing.JMenuBar |
getMenuBar()
This methods returns the menubar |
javax.swing.JComponent |
getPluginSelector()
This methods returns the plugin selector |
javax.swing.JFrame |
getRootComponent()
This methods returns the main frame |
javax.swing.JComponent |
getStatusBar()
This methods returns the statusbar |
javax.swing.JToolBar |
getToolBar()
This methods returns the toolbar |
javax.swing.JComponent |
getTracePanel()
This methods returns the trace panel |
void |
setMenuBar(javax.swing.JMenuBar menubar)
This methods sets the menubar |
void |
setPluginSelector(Plugin[] plugins)
This methods sets the main component |
void |
setRootComponent(javax.swing.JFrame frame)
This methods sets the main frame |
void |
setStatusBar(javax.swing.JComponent statusbar)
This methods sets the menubar |
void |
setToolBar(javax.swing.JToolBar toolbar)
This methods sets the menubar |
void |
setTracePanel(javax.swing.JComponent tracePanel)
This methods sets the trace panel |
Method Detail |
---|
void setRootComponent(javax.swing.JFrame frame)
javax.swing.JFrame getRootComponent()
javax.swing.JMenuBar getMenuBar()
void setMenuBar(javax.swing.JMenuBar menubar)
javax.swing.JToolBar getToolBar()
void setToolBar(javax.swing.JToolBar toolbar)
javax.swing.JComponent getPluginSelector()
void setPluginSelector(Plugin[] plugins)
javax.swing.JComponent getTracePanel()
void setTracePanel(javax.swing.JComponent tracePanel)
javax.swing.JComponent getStatusBar()
void setStatusBar(javax.swing.JComponent statusbar)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |