org.jgraph.plaf.basic
Class BasicGraphUI.GraphIncrementAction
java.lang.Object
javax.swing.AbstractAction
org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.GraphIncrementAction
- extends AbstractAction
GraphIncrementAction is used to handle up/down actions.
- See Also:
- Serialized Form
Field Summary |
protected int |
direction
Specifies the direction to adjust the selection by. |
direction
protected int direction
- Specifies the direction to adjust the selection by.
actionPerformed
public void actionPerformed(ActionEvent e)
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface Action
- Overrides:
isEnabled
in class AbstractAction