javax.swing.plaf.basic
Class BasicSplitPaneDivider.OneTouchActionHandler

java.lang.Object
  extended byjavax.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.
 
Constructor Summary
(package private) BasicSplitPaneDivider.OneTouchActionHandler(boolean toMinimum)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

BasicSplitPaneDivider.OneTouchActionHandler

BasicSplitPaneDivider.OneTouchActionHandler(boolean toMinimum)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Description copied from interface: ActionListener
Invoked when an action occurs.

Specified by:
actionPerformed in interface ActionListener