org.argouml.uml.ui
Class ActionRESequenceDiagram

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byorg.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

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ActionRESequenceDiagram()
          The constructor.
ActionRESequenceDiagram(Object fig)
          The constructor.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 boolean isEnabled()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)

isEnabled

public boolean isEnabled()
See Also:
Action.isEnabled()


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook