|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitPane.ResizeMode | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of SplitPane.ResizeMode in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return SplitPane.ResizeMode | |
---|---|
SplitPane.ResizeMode |
SplitPane.getResizeMode()
|
static SplitPane.ResizeMode |
SplitPane.ResizeMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SplitPane.ResizeMode[] |
SplitPane.ResizeMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.pivot.wtk with parameters of type SplitPane.ResizeMode | |
---|---|
void |
SplitPaneListener.resizeModeChanged(SplitPane splitPane,
SplitPane.ResizeMode previousResizeMode)
Called when a split pane's split location has changed. |
void |
SplitPaneListener.Adapter.resizeModeChanged(SplitPane splitPane,
SplitPane.ResizeMode previousResizeMode)
|
void |
SplitPane.setResizeMode(SplitPane.ResizeMode resizeMode)
|
Uses of SplitPane.ResizeMode in org.apache.pivot.wtk.skin.terra |
---|
Methods in org.apache.pivot.wtk.skin.terra with parameters of type SplitPane.ResizeMode | |
---|---|
void |
TerraSplitPaneSkin.resizeModeChanged(SplitPane splitPane,
SplitPane.ResizeMode previousResizeMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |