org.jgraph.plaf.basic
Class BasicGraphUI.GraphIncrementAction
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- 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)
- Overrides:
actionPerformed
in class AbstractAction
isEnabled
public boolean isEnabled()
- Overrides:
isEnabled
in class AbstractAction
Copyright (C) 2001-2004 JGraph.org. All rights reserved.