Package org.jgraph.plaf.basic
Class BasicGraphUI.GraphIncrementAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.GraphIncrementAction extends javax.swing.AbstractActionGraphIncrementAction is used to handle up/down actions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intdirectionSpecifies the direction to adjust the selection by.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)booleanisEnabled()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-