org.openorb.board
Interface ManagerLayout

All Known Implementing Classes:
TaskBarManagerLayout, DesktopBarManagerLayout, DefaultManagerLayout

public interface ManagerLayout

OpenORB Management Board / Plugin Manager Layout Interface

Author:
Olivier Modica

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

setRootComponent

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

getRootComponent

public javax.swing.JFrame getRootComponent()
This methods returns the main frame

getMenuBar

public javax.swing.JMenuBar getMenuBar()
This methods returns the menubar

setMenuBar

public void setMenuBar(javax.swing.JMenuBar menubar)
This methods sets the menubar

getToolBar

public javax.swing.JToolBar getToolBar()
This methods returns the toolbar

setToolBar

public void setToolBar(javax.swing.JToolBar toolbar)
This methods sets the menubar

getPluginSelector

public javax.swing.JComponent getPluginSelector()
This methods returns the plugin selector

setPluginSelector

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

getTracePanel

public javax.swing.JComponent getTracePanel()
This methods returns the trace panel

setTracePanel

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

getStatusBar

public javax.swing.JComponent getStatusBar()
This methods returns the statusbar

setStatusBar

public void setStatusBar(javax.swing.JComponent statusbar)
This methods sets the menubar