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.AbstractAction
GraphIncrementAction is used to handle up/down actions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
direction
Specifies the direction to adjust the selection by.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
boolean
isEnabled()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-