org.openorb.board.layout
Class SplitPanePluginLayout

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

public class SplitPanePluginLayout
extends java.lang.Object
implements PluginLayout

This layout uses two areas into a split pane, basically a browse area and a content area.

Author:
Olivier Modica

Constructor Summary
SplitPanePluginLayout(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

SplitPanePluginLayout

public SplitPanePluginLayout(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