Uses of Class
SeqDiagramEditor

Uses of SeqDiagramEditor in
 

Fields in Default Package declared as SeqDiagramEditor
private  SeqDiagramEditor DrawingArea.seqDiagramEditor
          The Sequence Diagram Editor this drawingArea belongs to
 

Methods in Default Package that return SeqDiagramEditor
 SeqDiagramEditor DrawingArea.getSeqDiagramEditor()
           
 

Constructors in Default Package 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.