org.argouml.uml.ui
Class ActionGenerateProjectCode

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

public class ActionGenerateProjectCode
extends UndoableAction

Action to trigger code generation for all classes/interfaces in the project, which have a source code path set in tagged value 'src_path'.

Stereotype:
singleton

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

Constructor Detail

ActionGenerateProjectCode

public ActionGenerateProjectCode()
The constructor.

Method Detail

actionPerformed

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

isEnabled

public boolean isEnabled()
Check if the diagram is enabled

Returns:
true if enabled
See Also:
org.tigris.gef.undo.UndoableAction#isEnabled()


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook