|
|||||||||
| 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 AJSelectConfigurationAction

java.lang.ObjectCallableSystemAction
org.aspectj.tools.ajde.netbeans.AJSelectConfigurationAction
- public class AJSelectConfigurationAction
- extends CallableSystemAction
| Field Summary | |
(package private) javax.swing.AbstractAction |
BUILD_ACTION
|
private javax.swing.JPopupMenu |
orderMenu
|
static boolean |
PROP_ENABLED
|
| Constructor Summary | |
AJSelectConfigurationAction()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
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
orderMenu
private javax.swing.JPopupMenu orderMenu
BUILD_ACTION
final javax.swing.AbstractAction BUILD_ACTION
| Constructor Detail |
AJSelectConfigurationAction
public AJSelectConfigurationAction()
| Method Detail |
performAction
public void performAction()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
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!
|
|||||||||
| 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
CallableSystemAction