javax.swing.plaf.basic
Class BasicTreeUI.TreeExtendSelectionAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicTreeUI.TreeExtendSelectionAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Enclosing class:
- BasicTreeUI
- private class BasicTreeUI.TreeExtendSelectionAction
- extends AbstractAction
Action to select everything in tree.
BasicTreeUI.TreeExtendSelectionAction
public BasicTreeUI.TreeExtendSelectionAction(String name)
actionPerformed
public void actionPerformed(ActionEvent ae)
- Description copied from interface:
ActionListener
- Invoked when an action occurs.
isEnabled
public boolean isEnabled()
- Description copied from class:
AbstractAction
- Returns true if the action is enabled.
- Specified by:
isEnabled
in interface Action
- Overrides:
isEnabled
in class AbstractAction
- Returns:
- true if the action is enabled, false otherwise
- See Also:
Action.isEnabled()