An abstract action to be performed in reaction to user input.
An abstract action to be performed in reaction to user input.
Not every action component will honor every property of its action. An action itself can generally be configured so that certain properties should be ignored and instead taken from the component directly. In the end, it is up to a component which property it uses in which way.
- See also
javax.swing.Action
- Companion
- object
Value members
Abstract methods
Concrete methods
Default: java.awt.event.KeyEvent.VK_UNDEFINED, i.e., no mnemonic key. For all buttons and thus menu items.
Default: java.awt.event.KeyEvent.VK_UNDEFINED, i.e., no mnemonic key. For all buttons and thus menu items.
An alias for text
. This is kept for backwards compatibility.
An alias for text
. This is kept for backwards compatibility.
- See also