org.openorb.board.layout

Class SplitPanePluginLayout

public class SplitPanePluginLayout extends 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
JComponentgetComponentAt(int i)
JComponentgetRootComponent()
voidsetComponentAt(JComponent component, int i)

Constructor Detail

SplitPanePluginLayout

public SplitPanePluginLayout(int orientation)
Constructor

Method Detail

getComponentAt

public JComponent getComponentAt(int i)

getRootComponent

public JComponent getRootComponent()

setComponentAt

public void setComponentAt(JComponent component, int i)