Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit | |
com.softwareag.mobile.runtime.toolkit.ui.pane |
Class and Description |
---|
IPaneConfigDelegate
This interface is used by activating of a new
PaneConfiguration and
can be passed to
AbstractApplicationController.changePaneConfiguration(com.softwareag.mobile.runtime.nui.nUIObject, com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration, com.softwareag.mobile.runtime.toolkit.ui.pane.IPaneConfigDelegate, java.util.Hashtable) method, which
changes the current PaneConfiguration . |
PaneConfiguration
A
PaneConfiguration describes the partition of a window into
different panes. |
PaneDefinition
This class represents
PaneDefinition in the model and stores
information about the initial view, visibility and the name/id of the pane. |
Class and Description |
---|
AbstractPane
This class provides information about pane's dimensions and it's visibility.
|
AbstractPaneSplitter
Sub class of
AbstractPane to split a pane into two different parts. |
HorizontalPaneSplitter
The
HorizontalPaneSplitter divides the available area into two
panes: top and bottom. |
IPaneConfigDelegate
This interface is used by activating of a new
PaneConfiguration and
can be passed to
AbstractApplicationController.changePaneConfiguration(com.softwareag.mobile.runtime.nui.nUIObject, com.softwareag.mobile.runtime.toolkit.ui.pane.PaneConfiguration, com.softwareag.mobile.runtime.toolkit.ui.pane.IPaneConfigDelegate, java.util.Hashtable) method, which
changes the current PaneConfiguration . |
IPaneVisitor
Pane visitor interface for defining operations on PaneConfigurations.
|
PaneConfiguration
A
PaneConfiguration describes the partition of a window into
different panes. |
PaneDefinition
This class represents
PaneDefinition in the model and stores
information about the initial view, visibility and the name/id of the pane. |
PaneRect
A rectangle representing the pane's dimensions.
|
VerticalPaneSplitter
The
VerticalPaneSplitter divides the available area in two
panes: left and right. |