javax.swing
Class JTextField.NotifyAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.text.TextAction
javax.swing.JTextField.NotifyAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Direct Known Subclasses:
- JFormattedTextField.CommitAction
- Enclosing class:
- JTextField
- static class JTextField.NotifyAction
- extends TextAction
JTextField.NotifyAction
JTextField.NotifyAction()
actionPerformed
public void actionPerformed(ActionEvent e)
- 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()