Uses of Class
net.sf.sdedit.diagram.Diagram

Packages that use Diagram
net.sf.sdedit.diagram   
net.sf.sdedit.drawable   
net.sf.sdedit.message   
net.sf.sdedit.multipage   
net.sf.sdedit.text   
net.sf.sdedit.ui   
net.sf.sdedit.ui.impl   
 

Uses of Diagram in net.sf.sdedit.diagram
 

Methods in net.sf.sdedit.diagram that return Diagram
 Diagram PaintDevice.getDiagram()
           
 Diagram Lifeline.getDiagram()
           
 

Methods in net.sf.sdedit.diagram with parameters of type Diagram
 void PaintDevice.setDiagram(Diagram diagram)
           
 void DiagramDataProvider.setDiagram(Diagram diagram)
          Sets the diagram that uses this DiagramDataProvider.
 

Constructors in net.sf.sdedit.diagram with parameters of type Diagram
FragmentManager(Diagram diagram)
          Creates a new FragmentManager responsible for the fragments occurring in the given diagram.
Lifeline(String name, String type, String label, boolean alive, boolean anonymous, boolean role, boolean activeObject, boolean process, boolean hasThread, boolean autodestroy, boolean external, Diagram diagram)
          Creates a new root Lifeline object that corresponds to an object and is ready to receive messages.
NoteManager(Diagram diagram)
           
 

Uses of Diagram in net.sf.sdedit.drawable
 

Fields in net.sf.sdedit.drawable declared as Diagram
protected  Diagram SequenceElement.diagram
           
 

Methods in net.sf.sdedit.drawable that return Diagram
protected  Diagram SequenceElement.diagram()
           
 

Constructors in net.sf.sdedit.drawable with parameters of type Diagram
Fragment(String type, String condition, Diagram diagram)
          Creates a new Fragment.
SequenceElement(Diagram diagram, Lifeline boundary0, Lifeline boundary1, String[] label, Direction align, int y)
           
 

Uses of Diagram in net.sf.sdedit.message
 

Fields in net.sf.sdedit.message declared as Diagram
protected  Diagram Message.diagram
           
 

Methods in net.sf.sdedit.message that return Diagram
 Diagram Message.getDiagram()
          Returns the diagram on which the message is to be drawn.
 

Constructors in net.sf.sdedit.message with parameters of type Diagram
Answer(Lifeline caller, Lifeline callee, Diagram diagram, MessageData data, ForwardMessage forwardMsg)
          Creates a new answer to be drawn.
AnswerToSelf(Lifeline caller, Lifeline callee, Diagram diagram, MessageData data, ForwardMessage forward)
           
BroadcastMessage(Lifeline caller, Lifeline callee, Diagram diagram, MessageData data)
           
ConstructorMessage(Lifeline caller, Lifeline callee, Diagram diagram, MessageData data)
          Creates a new constructor message.
DestructorAnswer(Lifeline caller, Lifeline callee, Diagram diagram, MessageData data, ForwardMessage forward)
          Creates a new destructor answer.
ForwardMessage(Lifeline caller, Lifeline callee, Diagram diagram, MessageData data)
          Creates a new forward message to be drawn.
Message(Lifeline sender, Lifeline receiver, Diagram diagram, MessageData data)
           
MessageToSelf(Lifeline caller, Lifeline callee, Diagram diagram, MessageData data)
          Creates a MessageToSelf, representing a message directed from a lifeline onto its next sub-lifeline.
Primitive(Lifeline caller, Diagram diagram, MessageData data)
          Creates a Primitive object.
 

Uses of Diagram in net.sf.sdedit.multipage
 

Methods in net.sf.sdedit.multipage with parameters of type Diagram
 void MultipagePaintDevice.setDiagram(Diagram diagram)
           
 

Uses of Diagram in net.sf.sdedit.text
 

Methods in net.sf.sdedit.text with parameters of type Diagram
 void TextHandler.setDiagram(Diagram diagram)
          Sets the diagram instance that corresponds to the specification read by this TextHandler.
 

Uses of Diagram in net.sf.sdedit.ui
 

Methods in net.sf.sdedit.ui that return Diagram
 Diagram UserInterface.getDiagram()
          Returns the diagram rendered most recently inside the current tab, or null, if there is not a regular tab visible.
 Diagram UserInterface.renderDiagram()
          If a regular tab is open, creates a diagram from the code currently being displayed and returns it.
 

Methods in net.sf.sdedit.ui with parameters of type Diagram
 void PanelPaintDevice.setDiagram(Diagram diagram)
           
 

Uses of Diagram in net.sf.sdedit.ui.impl
 

Methods in net.sf.sdedit.ui.impl that return Diagram
 Diagram UserInterfaceImpl.getDiagram()
           
 Diagram UserInterfaceImpl.renderDiagram()
           
 



Copyright © 2011. All Rights Reserved.