org.acm.seguin.ide.jbuilder
Class CSCheckDirAction

java.lang.Object
  extended by UpdateAction
      extended by org.acm.seguin.ide.jbuilder.JBuilderAction
          extended by org.acm.seguin.ide.jbuilder.CSCheckDirAction

public class CSCheckDirAction
extends JBuilderAction

Package selector dialog box

Author:
Mike Atkinson

Field Summary
 
Fields inherited from class org.acm.seguin.ide.jbuilder.JBuilderAction
enabled
 
Constructor Summary
CSCheckDirAction()
          Constructor for the CSCheckDirAction object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          The pretty printer action
 boolean isEnabled()
          Gets the Enabled attribute of the CSCheckDirAction object
 
Methods inherited from class org.acm.seguin.ide.jbuilder.JBuilderAction
setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSCheckDirAction

public CSCheckDirAction()
Constructor for the CSCheckDirAction object

Method Detail

isEnabled

public boolean isEnabled()
Gets the Enabled attribute of the CSCheckDirAction object

Returns:
The Enabled value

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
The pretty printer action

Specified by:
actionPerformed in class JBuilderAction
Parameters:
evt - the action that occurred