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

Quick Search    Search Deep

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

java.lang.Object
  extended byCallableSystemAction
      extended byorg.aspectj.tools.ajde.netbeans.AJBuildAction

public class AJBuildAction
extends CallableSystemAction


Field Summary
static boolean PROP_ENABLED
           
 
Constructor Summary
AJBuildAction()
           
 
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

AJBuildAction

public AJBuildAction()
Method Detail

performAction

public void performAction()

getName

public java.lang.String getName()

iconResource

protected java.lang.String iconResource()

getHelpCtx

public HelpCtx getHelpCtx()

setEnabled

public void setEnabled(boolean enable)

isEnabled

public boolean isEnabled()

initialize

protected void initialize()
Perform extra initialization of this action's singleton. PLEASE do not use constructors for this purpose!