org.acm.seguin.ide.jbuilder
Class JBuilderAction

java.lang.Object
  extended by UpdateAction
      extended by org.acm.seguin.ide.jbuilder.JBuilderAction
Direct Known Subclasses:
AboutAction, CPDCheckAllBuffersAction, CPDCheckBufferAction, CPDCheckDirAction, CPDCheckDirRecurseAction, CSCheckAllBuffersAction, CSCheckBufferAction, CSCheckDirAction, CSCheckDirRecurseAction, JPGFileAction, JRefactoryAction, NewClassDiagramAction, PrettyPrinterConfigAction, ReloadAction, ZoomAction

public abstract class JBuilderAction
extends UpdateAction

Action definition that JBuilder uses

Author:
Chris Seguin

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

enabled

protected boolean enabled
Is this action enabled

Constructor Detail

JBuilderAction

public JBuilderAction()
Constructor for the JBuilderAction object

Method Detail

setEnabled

public void setEnabled(boolean value)
Sets the Enabled attribute of the JBuilderAction object

Parameters:
value - The new Enabled value

actionPerformed

public abstract void actionPerformed(java.awt.event.ActionEvent evt)
The action to be performed

Parameters:
evt - the triggering event