|
|||||||||
| Home >> All >> org >> aspectj >> tools >> ajde >> [ netbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.aspectj.tools.ajde.netbeans
Class AJDebugAction

java.lang.ObjectCallbackSystemAction
org.aspectj.tools.ajde.netbeans.AJDebugAction
- public class AJDebugAction
- extends CallbackSystemAction
Action that can always be invoked and work procedurally.
| Constructor Summary | |
AJDebugAction()
|
|
| Method Summary | |
HelpCtx |
getHelpCtx()
|
java.lang.String |
getName()
|
protected java.lang.String |
iconResource()
|
protected void |
initialize()
Perform extra initialization of this action's singleton. |
void |
performAction()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
AJDebugAction
public AJDebugAction()
| Method Detail |
performAction
public void performAction()
getName
public java.lang.String getName()
iconResource
protected java.lang.String iconResource()
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: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
CallbackSystemAction