org.acm.seguin.ide.jbuilder
Class AboutAction

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

public class AboutAction
extends JBuilderAction

Pretty printer action button

Author:
Chris Seguin

Field Summary
 
Fields inherited from class org.acm.seguin.ide.jbuilder.JBuilderAction
enabled
 
Constructor Summary
AboutAction()
          Constructor for the AboutAction object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          The pretty printer action
 boolean isEnabled()
          Determines if this menu item should be enabled
 
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

AboutAction

public AboutAction()
Constructor for the AboutAction object

Method Detail

isEnabled

public boolean isEnabled()
Determines if this menu item should be enabled

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