Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.aspectj.tools.ajde.netbeans
Class AJDebugAction  view AJDebugAction download AJDebugAction.java

java.lang.Object
  extended byCallbackSystemAction
      extended byorg.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!