org.openorb.board.layout
Class DefaultManagerLayout

java.lang.Object
  |
  +--org.openorb.board.layout.DefaultManagerLayout
All Implemented Interfaces:
ManagerLayout

public class DefaultManagerLayout
extends java.lang.Object
implements ManagerLayout

OpenORB Management Board / Default Manager Layout

Author:
Olivier Modica, Shawn Boyce

Constructor Summary
DefaultManagerLayout(Manager manager)
          Constructor
 
Method Summary
 javax.swing.JMenuBar getMenuBar()
          This methods returns the menubar
 javax.swing.JComponent getPluginSelector()
          This methods returns the main component
 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 plugin 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultManagerLayout

public DefaultManagerLayout(Manager manager)
Constructor
Method Detail

getRootComponent

public javax.swing.JFrame getRootComponent()
This methods returns the main frame
Specified by:
getRootComponent in interface ManagerLayout

setRootComponent

public void setRootComponent(javax.swing.JFrame frame)
This methods sets the main frame
Specified by:
setRootComponent in interface ManagerLayout

getMenuBar

public javax.swing.JMenuBar getMenuBar()
This methods returns the menubar
Specified by:
getMenuBar in interface ManagerLayout

setMenuBar

public void setMenuBar(javax.swing.JMenuBar menuBar)
This methods sets the menubar
Specified by:
setMenuBar in interface ManagerLayout

getToolBar

public javax.swing.JToolBar getToolBar()
This methods returns the toolbar
Specified by:
getToolBar in interface ManagerLayout

setToolBar

public void setToolBar(javax.swing.JToolBar toolBar)
This methods sets the menubar
Specified by:
setToolBar in interface ManagerLayout

getPluginSelector

public javax.swing.JComponent getPluginSelector()
This methods returns the main component
Specified by:
getPluginSelector in interface ManagerLayout

setPluginSelector

public void setPluginSelector(Plugin[] plugins)
This methods sets the plugin component
Specified by:
setPluginSelector in interface ManagerLayout

getTracePanel

public javax.swing.JComponent getTracePanel()
This methods returns the trace panel
Specified by:
getTracePanel in interface ManagerLayout

setTracePanel

public void setTracePanel(javax.swing.JComponent tracePanel)
This methods sets the trace panel
Specified by:
setTracePanel in interface ManagerLayout

getStatusBar

public javax.swing.JComponent getStatusBar()
This methods returns the statusbar
Specified by:
getStatusBar in interface ManagerLayout

setStatusBar

public void setStatusBar(javax.swing.JComponent statusBar)
This methods sets the menubar
Specified by:
setStatusBar in interface ManagerLayout