NoAction
Special action that has an empty title and all default properties and does nothing.
Use this as a "null action", i.e., to tell components that they do not have any
associated action. A component may then obtain its properties from its direct members
instead of from its action.
In Java Swing, one would use null
instead of a designated action.
Special action that has an empty title and all default properties and does nothing.
Use this as a "null action", i.e., to tell components that they do not have any
associated action. A component may then obtain its properties from its direct members
instead of from its action.
In Java Swing, one would use null
instead of a designated action.
Type members
Inherited types
Value members
Concrete methods
Inherited methods
None if large icon and small icon are not equal.
None if large icon and small icon are not equal.
- Inherited from
- Action
Can be used for status bars, for example.
Can be used for status bars, for example.
- Inherited from
- Action
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.
- Inherited from
- Action
An alias for text_=
. This is kept for backwards compatibility.
An alias for text_=
. This is kept for backwards compatibility.
- Inherited from
- Action