Package com.jidesoft.swing
Class JideSplitPaneDivider.OneTouchActionHandler
java.lang.Object
com.jidesoft.swing.JideSplitPaneDivider.OneTouchActionHandler
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- JideSplitPaneDivider
The actionListener that will listen for button presses on either the leftButton or the rightButton. This class is
responsible for one-touch expanding/collapsing of the divider.
-
Constructor Summary
ConstructorsConstructorDescriptionOneTouchActionHandler
(boolean collapse) Constructs the handler responsible for expanding/collapsing the panes on either side of this divider. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called to collapse or expand this divider.
-
Constructor Details
-
OneTouchActionHandler
public OneTouchActionHandler(boolean collapse) Constructs the handler responsible for expanding/collapsing the panes on either side of this divider.- Parameters:
collapse
- true or false.
-
-
Method Details
-
actionPerformed
Called to collapse or expand this divider.- Specified by:
actionPerformed
in interfaceActionListener
-