|
|||||||||
Home >> All >> org >> aspectj >> tools >> ajde >> [ netbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.aspectj.tools.ajde.netbeans
Class AJOptionsAction

java.lang.ObjectCallableSystemAction
org.aspectj.tools.ajde.netbeans.AJOptionsAction
- public class AJOptionsAction
- extends CallableSystemAction
Action that can always be invoked and work procedurally.
Field Summary | |
static boolean |
PROP_ENABLED
|
Constructor Summary | |
AJOptionsAction()
|
Method Summary | |
HelpCtx |
getHelpCtx()
|
java.lang.String |
getName()
|
protected java.lang.String |
iconResource()
|
protected void |
initialize()
Perform extra initialization of this action's singleton. |
boolean |
isEnabled()
|
void |
performAction()
|
void |
setEnabled(boolean enable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
PROP_ENABLED
public static boolean PROP_ENABLED
Constructor Detail |
AJOptionsAction
public AJOptionsAction()
Method Detail |
performAction
public void performAction()
getName
public java.lang.String getName()
iconResource
protected java.lang.String iconResource()
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enable)
getHelpCtx
public HelpCtx getHelpCtx()
initialize
protected void initialize()
- Perform extra initialization of this action's singleton.
PLEASE do not use constructors for this purpose!
|
|||||||||
Home >> All >> org >> aspectj >> tools >> ajde >> [ netbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |