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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitPanePluginLayout
public SplitPanePluginLayout(int orientation)
- Constructor
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