javax.swing.plaf.basic
Class BasicToolBarUI.KeyAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicToolBarUI.KeyAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Direct Known Subclasses:
- BasicToolBarUI.DownAction, BasicToolBarUI.LeftAction, BasicToolBarUI.RightAction, BasicToolBarUI.UpAction
- Enclosing class:
- BasicToolBarUI
- private abstract static class BasicToolBarUI.KeyAction
- extends AbstractAction
Method Summary |
boolean |
isEnabled()
Returns true if the action is enabled. |
BasicToolBarUI.KeyAction
private BasicToolBarUI.KeyAction()
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()