previous |
start |
next
The Action
Interface Type
- Extends ActionListener
- Can be enabled/disabled
- Additional state, including
-
-
helloAction.putValue(Action.NAME, "Hello");
- menu.add(helloAction);
- Extend AbstractAction convenience
class
previous |
start |
next