Public Member Functions | |
void | performAction () |
String | getName () |
HelpCtx | getHelpCtx () |
boolean | isEnabled () |
Protected Member Functions | |
String | iconResource () |
Private Attributes | |
Logger | logger = LogFactory.getLogger(ArchiveSearchAction.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(ArchiveSearchAction.class, "HINT_Action")); } |
|
|
|
logger |