|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.SplitPaneListener.Adapter
public static class SplitPaneListener.Adapter
Split pane listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.SplitPaneListener |
---|
SplitPaneListener.Adapter |
Constructor Summary | |
---|---|
SplitPaneListener.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitPaneListener.Adapter()
Method Detail |
---|
public void topLeftChanged(SplitPane splitPane, Component previousTopLeft)
SplitPaneListener
topLeftChanged
in interface SplitPaneListener
splitPane
- The source of the event.previousTopLeft
- The previous component. The new component can be found inside the splitPane.public void bottomRightChanged(SplitPane splitPane, Component previousBottomRight)
SplitPaneListener
bottomRightChanged
in interface SplitPaneListener
splitPane
- The source of the event.previousBottomRight
- The previous component. The new component can be found inside the splitPane.public void orientationChanged(SplitPane splitPane)
SplitPaneListener
orientationChanged
in interface SplitPaneListener
splitPane
- The source of the event.public void primaryRegionChanged(SplitPane splitPane)
SplitPaneListener
primaryRegionChanged
in interface SplitPaneListener
splitPane
- The source of the event.public void splitRatioChanged(SplitPane splitPane, float previousSplitRatio)
SplitPaneListener
splitRatioChanged
in interface SplitPaneListener
splitPane
- The source of the event.previousSplitRatio
- The previous setting of the splitRatio.public void lockedChanged(SplitPane splitPane)
SplitPaneListener
lockedChanged
in interface SplitPaneListener
splitPane
- The source of the event.public void resizeModeChanged(SplitPane splitPane, SplitPane.ResizeMode previousResizeMode)
SplitPaneListener
resizeModeChanged
in interface SplitPaneListener
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 |