|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectUpdateAction
org.acm.seguin.ide.jbuilder.JBuilderAction
public abstract class JBuilderAction
Action definition that JBuilder uses
| Field Summary | |
|---|---|
protected boolean |
enabled
Is this action enabled |
| Constructor Summary | |
|---|---|
JBuilderAction()
Constructor for the JBuilderAction object |
|
| Method Summary | |
|---|---|
abstract void |
actionPerformed(java.awt.event.ActionEvent evt)
The action to be performed |
void |
setEnabled(boolean value)
Sets the Enabled attribute of the JBuilderAction object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean enabled
| Constructor Detail |
|---|
public JBuilderAction()
| Method Detail |
|---|
public void setEnabled(boolean value)
value - The new Enabled valuepublic abstract void actionPerformed(java.awt.event.ActionEvent evt)
evt - the triggering event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||