org.acm.seguin.ide.jbuilder
Class JPGFileAction

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

public class JPGFileAction
extends JBuilderAction

Menu item to create a JPG file

Author:
Chris Seguin

Field Summary
 
Fields inherited from class org.acm.seguin.ide.jbuilder.JBuilderAction
enabled
 
Constructor Summary
JPGFileAction()
          Constructor for the JPGFileAction object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Saves the UML diagram as a JPG file
 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

JPGFileAction

public JPGFileAction()
Constructor for the JPGFileAction 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)
Saves the UML diagram as a JPG file

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