org.argouml.uml.ui
Class ActionRESequenceDiagram
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.ActionRESequenceDiagram
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class ActionRESequenceDiagram
- extends AbstractAction
Action to reverse engineer a sequence diagram from the operation bodies.
- See Also:
- Serialized Form
ActionRESequenceDiagram
public ActionRESequenceDiagram(Object fig)
- The constructor. If a figure is given, then it is invoked inside of a
sequence diagram, so it will work with this diagram. If figure is null,
then this causes the creation of a new sequence diagram.
- Parameters:
fig - the figure the action is performed on
ActionRESequenceDiagram
public ActionRESequenceDiagram()
- The constructor. Invoked from the explorer, so no figure is available.
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
isEnabled
public boolean isEnabled()
- See Also:
Action.isEnabled()