javax.swing.plaf.basic
Class BasicTreeUI.TreeHomeAction
java.lang.Object
   javax.swing.AbstractAction
javax.swing.AbstractAction
       javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
- All Implemented Interfaces: 
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- BasicTreeUI
- public class BasicTreeUI.TreeHomeAction 
- extends AbstractAction
Disabled:  no SafeJ information. 
TreeHomeAction is used to handle end/home actions.
 Scrolls either the first or last cell to be visible based on
 direction.
 
 
| Fields inherited from interface javax.swing.Action | 
| ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON | 
 
 
 
 
 
direction
protected int direction
- Class is disabled.
BasicTreeUI.TreeHomeAction
public BasicTreeUI.TreeHomeAction(int direction,
                                  String name)
- Class is disabled.
actionPerformed
public void actionPerformed(ActionEvent e)
- Class is disabled.
- Description copied from interface: ActionListener
- Invoked when an action occurs.
 
- 
 
isEnabled
public boolean isEnabled()
- Class is disabled.
- Description copied from class: AbstractAction
- Returns true if the action is enabled.
 
- 
- Specified by:
- isEnabledin interface- Action
- Overrides:
- isEnabledin class- AbstractAction
 
- 
- Returns:
- true if the action is enabled, false otherwise
- See Also:
- Action.isEnabled()