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

java.lang.ObjectSystemAction
org.aspectj.tools.ajde.netbeans.AJGroupAction
- public class AJGroupAction
- extends SystemAction
Action which just holds a few other SystemAction's for grouping purposes.
Field Summary | |
private static javax.swing.Icon |
icon
|
Constructor Summary | |
AJGroupAction()
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ev)
|
HelpCtx |
getHelpCtx()
|
javax.swing.JMenuItem |
getMenuPresenter()
|
java.lang.String |
getName()
|
javax.swing.JMenuItem |
getPopupPresenter()
|
java.awt.Component |
getToolbarPresenter()
|
private static SystemAction[] |
grouped()
List of system actions to be displayed within this one's toolbar or submenu. |
protected java.lang.String |
iconResource()
|
protected void |
initialize()
Perform extra initialization of this action's singleton. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
icon
private static javax.swing.Icon icon
Constructor Detail |
AJGroupAction
public AJGroupAction()
Method Detail |
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
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!
grouped
private static final SystemAction[] grouped()
- List of system actions to be displayed within this one's toolbar or submenu.
getMenuPresenter
public javax.swing.JMenuItem getMenuPresenter()
getPopupPresenter
public javax.swing.JMenuItem getPopupPresenter()
getToolbarPresenter
public java.awt.Component getToolbarPresenter()
|
|||||||||
Home >> All >> org >> aspectj >> tools >> ajde >> [ netbeans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |