Public Member Functions | |
| void | performAction () |
| String | getName () |
| HelpCtx | getHelpCtx () |
| boolean | isEnabled () |
Protected Member Functions | |
| String | iconResource () |
Private Attributes | |
| Logger | logger = LogFactory.getLogger(LoginAction.class.getName()) |
|
|
|
|
|
|
|
|
|
|
|
Perform extra initialization of this action's singleton. PLEASE do not use constructors for this purpose! protected void initialize() { super.initialize(); putProperty(Action.SHORT_DESCRIPTION, NbBundle.getMessage(LoginActionAction.class, "HINT_Action")); } |
|
|
|
|
|
|
1.3.8