|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction
TreeIncrementAction is used to handle up/down actions. Selection is moved up or down based on direction.
Field Summary | |
protected int |
direction
Specifies the direction to adjust the selection by. |
Fields inherited from class javax.swing.AbstractAction |
changeSupport,
enabled |
Constructor Summary | |
BasicTreeUI.TreeIncrementAction(int direction,
java.lang.String name)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
boolean |
isEnabled()
|
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener,
clone,
firePropertyChange,
getValue,
putValue,
removePropertyChangeListener,
setEnabled |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int direction
Constructor Detail |
public BasicTreeUI.TreeIncrementAction(int direction, java.lang.String name)
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
public boolean isEnabled()
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |