Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.ui.pane |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPaneSplitter
Sub class of
AbstractPane to split a pane into two different parts. |
class |
HorizontalPaneSplitter
The
HorizontalPaneSplitter divides the available area into two
panes: top and bottom. |
class |
PaneDefinition
This class represents
PaneDefinition in the model and stores
information about the initial view, visibility and the name/id of the pane. |
class |
VerticalPaneSplitter
The
VerticalPaneSplitter divides the available area in two
panes: left and right. |
Modifier and Type | Method and Description |
---|---|
AbstractPane |
AbstractPaneSplitter.getFirstPane() |
AbstractPane |
PaneConfiguration.getRootPane()
Use this method to access to root pane for applying operations on the
pane configuration.
|
AbstractPane |
AbstractPaneSplitter.getSecondPane() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPaneSplitter.setFirstPane(AbstractPane firstPane)
Sets the first pane.
|
void |
PaneConfiguration.setRootPane(AbstractPane rootPane) |
void |
AbstractPaneSplitter.setSecondPane(AbstractPane secondPane)
Sets the second pane.
|