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

Uses of SeqDiagramEditor in se.umu.cs.SequenceDiagramEditor
 

Fields in se.umu.cs.SequenceDiagramEditor declared as SeqDiagramEditor
private  SeqDiagramEditor DrawingArea.seqDiagramEditor
          The Sequence Diagram Editor this drawingArea belongs to
 

Methods in se.umu.cs.SequenceDiagramEditor that return SeqDiagramEditor
 SeqDiagramEditor DrawingArea.getSeqDiagramEditor()
          This method returns the object of the class SeqDiagramEditor.
 

Constructors in se.umu.cs.SequenceDiagramEditor with parameters of type SeqDiagramEditor
DrawingArea(SeqDiagramEditor s)
          The constructor for the class.
DrawingArea(bluej.extensions.BlueJ b, SeqDiagramEditor s)
          The constructor for the class, used when the editor is started from BlueJ.