org.openorb.board.layout

Class DefaultManagerLayout

public class DefaultManagerLayout extends Object implements ManagerLayout

OpenORB Management Board / Default Manager Layout

Author: Olivier Modica Shawn Boyce

Constructor Summary
DefaultManagerLayout(Manager manager)
Constructor
Method Summary
JMenuBargetMenuBar()
This methods returns the menubar
JComponentgetPluginSelector()
This methods returns the main component
JFramegetRootComponent()
This methods returns the main frame
JComponentgetStatusBar()
This methods returns the statusbar
JToolBargetToolBar()
This methods returns the toolbar
JComponentgetTracePanel()
This methods returns the trace panel
voidsetMenuBar(JMenuBar menuBar)
This methods sets the menubar
voidsetPluginSelector(Plugin[] plugins)
This methods sets the plugin component
voidsetRootComponent(JFrame frame)
This methods sets the main frame
voidsetStatusBar(JComponent statusBar)
This methods sets the menubar
voidsetToolBar(JToolBar toolBar)
This methods sets the menubar
voidsetTracePanel(JComponent tracePanel)
This methods sets the trace panel

Constructor Detail

DefaultManagerLayout

public DefaultManagerLayout(Manager manager)
Constructor

Method Detail

getMenuBar

public JMenuBar getMenuBar()
This methods returns the menubar

getPluginSelector

public JComponent getPluginSelector()
This methods returns the main component

getRootComponent

public JFrame getRootComponent()
This methods returns the main frame

getStatusBar

public JComponent getStatusBar()
This methods returns the statusbar

getToolBar

public JToolBar getToolBar()
This methods returns the toolbar

getTracePanel

public JComponent getTracePanel()
This methods returns the trace panel

setMenuBar

public void setMenuBar(JMenuBar menuBar)
This methods sets the menubar

setPluginSelector

public void setPluginSelector(Plugin[] plugins)
This methods sets the plugin component

setRootComponent

public void setRootComponent(JFrame frame)
This methods sets the main frame

setStatusBar

public void setStatusBar(JComponent statusBar)
This methods sets the menubar

setToolBar

public void setToolBar(JToolBar toolBar)
This methods sets the menubar

setTracePanel

public void setTracePanel(JComponent tracePanel)
This methods sets the trace panel