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

Uses of DrawingArea in se.umu.cs.SequenceDiagramEditor
 

Fields in se.umu.cs.SequenceDiagramEditor declared as DrawingArea
private  DrawingArea SeqDiagramEditor.drawingArea
          The drawing area.
protected  DrawingArea Entity.drawingArea
          An object of the drawing area.
 

Constructors in se.umu.cs.SequenceDiagramEditor with parameters of type DrawingArea
SequenceObject(DrawingArea d)
          The constructor of the class.
SequenceObject(DrawingArea d, bluej.extensions.BClass b)
          The constructor of the class.
Message(DrawingArea d)
          The constructor of the class.
LifeLine(ClassEntity e, DrawingArea d)
          The constructor of the class.
Entity(DrawingArea d)
          The constructor of the class.
DestroySymbol(ClassEntity e, DrawingArea d)
          The constructor of the class.
ClassEntity(DrawingArea d)
          The constructor of the class.
ClassEntity(DrawingArea d, bluej.extensions.BClass b)
          The constructor of the class.
Actor(DrawingArea d)
          The constructor of the class.