org.argouml.uml.ui
Class ActionGenerateOne

java.lang.Object
  extended by UndoableAction
      extended by org.argouml.uml.ui.ActionGenerateOne

public class ActionGenerateOne
extends UndoableAction

Action to trigger generation of source for all selected classes and interfaces.

Stereotype:
singleton

Constructor Summary
ActionGenerateOne()
          The constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionGenerateOne

public ActionGenerateOne()
The constructor.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)

isEnabled

public boolean isEnabled()
Returns:
true if the action is enabled and there is at least a candidate class
See Also:
org.tigris.gef.undo.UndoableAction#isEnabled()


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook