public abstract class AbstractPaneSplitter extends AbstractPane
AbstractPane
to split a pane into two different parts.
Constructor and Description |
---|
AbstractPaneSplitter() |
Modifier and Type | Method and Description |
---|---|
AbstractPane |
getFirstPane() |
AbstractPane |
getSecondPane() |
void |
setFirstPane(AbstractPane firstPane)
Sets the first pane.
|
void |
setSecondPane(AbstractPane secondPane)
Sets the second pane.
|
accept, getPaneRect, isVisible, setPaneRect, setVisible
public AbstractPane getFirstPane()
public void setFirstPane(AbstractPane firstPane)
firstPane
- public AbstractPane getSecondPane()
public void setSecondPane(AbstractPane secondPane)
secondPane
-