Uses of Class
se.umu.cs.SequenceDiagramEditor.Handle

Uses of Handle in se.umu.cs.SequenceDiagramEditor
 

Fields in se.umu.cs.SequenceDiagramEditor declared as Handle
private  Handle SequenceObject.handle
          The handle of the object, used to move the object.
private  Handle Message.startHandle
          The handle of the message, used to move the messaga.
private  Handle LifeLine.handle
          The handle for the lifeline, used to change the length of the lifeline.
private  Handle DestroySymbol.handle
          The handle of the destroy symbol, used to move it.
private  Handle Actor.handle
          The handle for the actor, used to move the actor.
 

Methods in se.umu.cs.SequenceDiagramEditor with parameters of type Handle
 void Message.setStartHandle(Handle h)
          This method sets the handle of the message.
 void DestroySymbol.setHandle(Handle h)
          This method is called to set the handle of the destroy symbol.