org.argouml.uml.ui
Class ActionGenerateOne
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.ActionGenerateOne
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionGenerateOne
- extends org.tigris.gef.undo.UndoableAction
Action to trigger generation of source
for all selected classes and interfaces.
- See Also:
- Serialized Form
ActionGenerateOne
public ActionGenerateOne()
- The constructor.
actionPerformed
public void actionPerformed(ActionEvent ae)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
isEnabled
public boolean isEnabled()
- Returns:
- true if the action is enabled and there is at least a
candidate class
- See Also:
AbstractAction.isEnabled()