|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SplitPaneListener
Split pane listener interface.
| Nested Class Summary | |
|---|---|
static class |
SplitPaneListener.Adapter
Split pane listener adapter. |
| Method Summary | |
|---|---|
void |
bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
Called when a split pane's bottom right component has changed. |
void |
lockedChanged(SplitPane splitPane)
Called when a split pane's locked flag has changed. |
void |
orientationChanged(SplitPane splitPane)
Called when a split pane's orientation has changed. |
void |
primaryRegionChanged(SplitPane splitPane)
Called when a split pane's primary region has changed. |
void |
resizeModeChanged(SplitPane splitPane,
SplitPane.ResizeMode previousResizeMode)
Called when a split pane's split location has changed. |
void |
splitRatioChanged(SplitPane splitPane,
float previousSplitRatio)
Called when a split pane's split location has changed. |
void |
topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
Called when a split pane's top left component has changed. |
| Method Detail |
|---|
void topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
splitPane - The source of the event.previousTopLeft - The previous component. The new component can be found inside the splitPane.
void bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
splitPane - The source of the event.previousBottomRight - The previous component. The new component can be found inside the splitPane.void orientationChanged(SplitPane splitPane)
splitPane - The source of the event.void primaryRegionChanged(SplitPane splitPane)
splitPane - The source of the event.
void splitRatioChanged(SplitPane splitPane,
float previousSplitRatio)
splitPane - The source of the event.previousSplitRatio - The previous setting of the splitRatio.void lockedChanged(SplitPane splitPane)
splitPane - The source of the event.
void resizeModeChanged(SplitPane splitPane,
SplitPane.ResizeMode previousResizeMode)
splitPane - The source of the event.previousResizeMode - The previous setting of the resizeMode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||