org.argouml.uml.diagram.sequence.ui
Class FigCallActionLink

java.lang.Object
  |
  +--FigEdgePoly
        |
        +--org.argouml.uml.diagram.ui.FigEdgeModelElement
              |
              +--org.argouml.uml.diagram.sequence.ui.FigLink
                    |
                    +--org.argouml.uml.diagram.sequence.ui.FigCallActionLink
All Implemented Interfaces:
ArgoEventListener, ArgoNotationEventListener, DelayedVChangeListener, java.util.EventListener, java.awt.event.KeyListener, java.awt.event.MouseListener, NotationContext, java.beans.PropertyChangeListener, java.beans.VetoableChangeListener

public class FigCallActionLink
extends FigLink

Fig that represents a link on a sequence diagram that has a callaction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.argouml.uml.diagram.sequence.ui.FigLink
 
Fields inherited from class org.argouml.uml.diagram.ui.FigEdgeModelElement
_name, _stereo, BUNDLE, cat, ITALIC_LABEL_FONT, LABEL_FONT, MARGIN, POPUP_ADD_OFFSET
 
Constructor Summary
FigCallActionLink()
           
FigCallActionLink(java.lang.Object owner)
           
 
Method Summary
protected  void layoutActivations()
          Lays out the activations to which the links is attached.
 
Methods inherited from class org.argouml.uml.diagram.sequence.ui.FigLink
computeRoute, getAction, getDestFigObject, getDestLinkPort, getMessage, getSrcFigObject, getSrcLinkPort, layoutEdge
 
Methods inherited from class org.argouml.uml.diagram.ui.FigEdgeModelElement
canEdit, damage, delayedVetoableChange, delete, dispose, finalize, getContextNotation, getDestination, getItemUID, getNameFig, getPopUpActions, getSource, getSquaredDistance, getStereotypeFig, getTipString, hitClarifier, keyPressed, keyReleased, keyTyped, listRoleItemSet, makeSelection, modelChanged, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, notationAdded, notationChanged, notationProviderAdded, notationProviderRemoved, notationRemoved, paintClarifiers, postLoad, propertyChange, propertySet, recovered, removed, renderingChanged, roleAdded, roleRemoved, setItemUID, setOwner, setPoints, textEdited, updateClassifiers, updateNameText, updateStereotypeText, vetoableChange
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FigCallActionLink

public FigCallActionLink(java.lang.Object owner)
Parameters:
owner -

FigCallActionLink

public FigCallActionLink()
Method Detail

layoutActivations

protected void layoutActivations()
Description copied from class: FigLink
Lays out the activations to which the links is attached. Only does this at creation time.

Specified by:
layoutActivations in class FigLink
See Also:
FigLink.layoutActivations()


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook