org.openide.awt
Class SpinButtonAdapter
java.lang.Object
|
+--org.openide.awt.SpinButtonAdapter
- All Implemented Interfaces:
- SpinButtonListener
- public class SpinButtonAdapter
- extends Object
- implements SpinButtonListener
Listener for SpinButton component.
Method Summary |
void |
changeValue()
Is invoked when button up is clicked. |
void |
moveDown()
Is invoked when button down / right is clicked. |
void |
moveUp()
Is invoked when button up / left is clicked. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpinButtonAdapter
public SpinButtonAdapter()
moveUp
public void moveUp()
- Is invoked when button up / left is clicked.
- Specified by:
moveUp
in interface SpinButtonListener
moveDown
public void moveDown()
- Is invoked when button down / right is clicked.
- Specified by:
moveDown
in interface SpinButtonListener
changeValue
public void changeValue()
- Is invoked when button up is clicked.
- Specified by:
changeValue
in interface SpinButtonListener
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.