org.openorb.board.layout
public class DesktopBarManagerLayout extends Object implements ManagerLayout
Constructor Summary | |
---|---|
DesktopBarManagerLayout(Manager manager)
Constructor |
Method Summary | |
---|---|
JMenuBar | getMenuBar()
This methods returns the menubar |
JComponent | getPluginSelector()
This methods returns the main component |
JFrame | getRootComponent()
This methods returns the main frame |
JComponent | getStatusBar()
This methods returns the statusbar |
JToolBar | getToolBar()
This methods returns the toolbar |
JComponent | getTracePanel()
This methods returns the trace panel |
void | setMenuBar(JMenuBar menuBar)
This methods sets the menubar |
void | setPluginSelector(Plugin[] plugins)
This methods sets the plugin component |
void | setRootComponent(JFrame frame)
This methods sets the main frame |
void | setStatusBar(JComponent statusBar)
This methods sets the menubar |
void | setToolBar(JToolBar toolBar)
This methods sets the menubar |
void | setTracePanel(JComponent tracePanel)
This methods sets the trace panel |