|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitPane | |
---|---|
pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of SplitPane in pivot.wtk |
---|
Methods in pivot.wtk with parameters of type SplitPane | |
---|---|
void |
SplitPaneListener.bottomRightComponentChanged(SplitPane splitPane,
Component previousBottomRightComponent)
Called when a split pane's bottom right component has changed. |
void |
SplitPaneListener.lockedChanged(SplitPane splitPane)
Called when a split pane's locked flag has changed. |
void |
SplitPaneListener.orientationChanged(SplitPane splitPane)
Called when a split pane's orientation has changed. |
void |
SplitPaneListener.primaryRegionChanged(SplitPane splitPane)
Called when a split pane's primary region has changed. |
void |
SplitPaneListener.splitBoundsChanged(SplitPane splitPane,
Span previousSplitBounds)
Called when a split pane's split bounds have changed. |
void |
SplitPaneListener.splitLocationChanged(SplitPane splitPane,
int previousSplitLocation)
Called when a split pane's split location has changed. |
void |
SplitPaneListener.topLeftComponentChanged(SplitPane splitPane,
Component previousTopLeftComponent)
Called when a split pane's top left component has changed. |
Uses of SplitPane in pivot.wtk.skin.terra |
---|
Methods in pivot.wtk.skin.terra with parameters of type SplitPane | |
---|---|
void |
TerraSplitPaneSkin.bottomRightComponentChanged(SplitPane splitPane,
Component previousBottomRightComponent)
|
void |
TerraSplitPaneSkin.lockedChanged(SplitPane splitPane)
|
void |
TerraSplitPaneSkin.orientationChanged(SplitPane splitPane)
|
void |
TerraSplitPaneSkin.primaryRegionChanged(SplitPane splitPane)
|
void |
TerraSplitPaneSkin.splitBoundsChanged(SplitPane splitPane,
Span previousSplitBounds)
|
void |
TerraSplitPaneSkin.splitLocationChanged(SplitPane splitPane,
int previousSplitLocation)
|
void |
TerraSplitPaneSkin.topLeftComponentChanged(SplitPane splitPane,
Component previousTopLeftComponent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |