org.openorb.board.layout
Class ExplorerPluginLayout

java.lang.Object
  |
  +--org.openorb.board.layout.ExplorerPluginLayout
All Implemented Interfaces:
PluginLayout

public class ExplorerPluginLayout
extends java.lang.Object
implements PluginLayout

OpenORB Management Board / Explorer Plugin Layout This layout uses three areas into top area and a split pane. Basically an history area, a browse area and a content area.

Author:
Olivier Modica

Constructor Summary
ExplorerPluginLayout(int orientation)
          Constructor
 
Method Summary
 javax.swing.JComponent getComponentAt(int i)
           
 javax.swing.JComponent getRootComponent()
           
 void setComponentAt(javax.swing.JComponent component, int i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplorerPluginLayout

public ExplorerPluginLayout(int orientation)
Constructor
Method Detail

getRootComponent

public javax.swing.JComponent getRootComponent()
Specified by:
getRootComponent in interface PluginLayout

getComponentAt

public javax.swing.JComponent getComponentAt(int i)
Specified by:
getComponentAt in interface PluginLayout

setComponentAt

public void setComponentAt(javax.swing.JComponent component,
                           int i)
Specified by:
setComponentAt in interface PluginLayout