org.argouml.uml.ui
Class ActionGenerationSettings
java.lang.Object
javax.swing.AbstractAction
org.tigris.gef.undo.UndoableAction
org.argouml.uml.ui.ActionGenerationSettings
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionGenerationSettings
- extends org.tigris.gef.undo.UndoableAction
Action for viewing/editing source path settings of model elements.
- See Also:
- Serialized Form
ActionGenerationSettings
public ActionGenerationSettings()
- The constructor.
actionPerformed
public void actionPerformed(ActionEvent ae)
isEnabled
public boolean isEnabled()
- Returns:
- true if the action is enabled and the active diagram is a diagram
- See Also:
AbstractAction.isEnabled()