javax.swing.plaf.basic
Class BasicSplitPaneDivider.OneTouchActionHandler
java.lang.Object
javax.swing.plaf.basic.BasicSplitPaneDivider.OneTouchActionHandler
- All Implemented Interfaces:
- ActionListener, EventListener
- Enclosing class:
- BasicSplitPaneDivider
- private class BasicSplitPaneDivider.OneTouchActionHandler
- extends Object
- implements ActionListener
Listeners installed on the one touch expandable buttons.
Field Summary |
private boolean |
toMinimum
True indicates the resize should go the minimum (top or left)
vs false which indicates the resize should go to the maximum. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toMinimum
private boolean toMinimum
- True indicates the resize should go the minimum (top or left)
vs false which indicates the resize should go to the maximum.
BasicSplitPaneDivider.OneTouchActionHandler
BasicSplitPaneDivider.OneTouchActionHandler(boolean toMinimum)
actionPerformed
public void actionPerformed(ActionEvent e)
- Description copied from interface:
ActionListener
- Invoked when an action occurs.
- Specified by:
actionPerformed
in interface ActionListener