javax.swing.plaf.basic
public class BasicTreeUI.TreePageAction extends AbstractAction
| Field Summary | |
|---|---|
| protected int | direction Specifies the direction to adjust the selection by. |
| Constructor Summary | |
|---|---|
| TreePageAction(int direction, String name)
Constructor
| |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e)
Invoked when an action occurs.
|
| boolean | isEnabled()
Returns true if the action is enabled.
|
Parameters: direction up or down name is the name of the direction
Parameters: e is the event that occured
Returns: true if the action is enabled.