Uses of Class
net.sf.sdedit.drawable.Drawable

Packages that use Drawable
net.sf.sdedit.diagram   
net.sf.sdedit.drawable   
net.sf.sdedit.editor   
net.sf.sdedit.ui   
 

Uses of Drawable in net.sf.sdedit.diagram
 

Methods in net.sf.sdedit.diagram that return Drawable
 Drawable Diagram.getDrawableForState(Object state)
           
 Drawable Lifeline.getHead()
           
 

Methods in net.sf.sdedit.diagram that return types with arguments of type Drawable
 Iterator<Drawable> PaintDevice.iterator()
          Returns an iterator over the visible drawable elements that are displayed by this PanelPaintDevice.
 

Methods in net.sf.sdedit.diagram with parameters of type Drawable
 void PaintDevice.addOtherDrawable(Drawable drawable)
           
 Object Diagram.getStateForDrawable(Drawable drawable)
          Returns the state, represented by an Object, the DiagramDataProvider used by this Diagram was in when the data from which the given Drawable object has been created, was read.
 

Uses of Drawable in net.sf.sdedit.drawable
 

Subclasses of Drawable in net.sf.sdedit.drawable
 class Arrow
          An arrow is the graphical representation of a message.
 class BroadcastArrow
           
 class Cross
           
 class ExtensibleDrawable
          An ExtensibleDrawable represents the state of a lifeline during a sequence.
 class Figure
          A Figure is a drawable representation of an Actor.
 class Fragment
          A Fragment consists of a sequence of messages occuring in a diagram.
 class LabeledBox
           
 class Line
           
 class LoopArrow
           
 class Note
          A Note is a sequence element that looks like a piece of paper with some text on it.
 class Rectangle
           
 class SequenceElement
           
 class Text
           
 

Uses of Drawable in net.sf.sdedit.editor
 

Methods in net.sf.sdedit.editor with parameters of type Drawable
 void Editor.mouseClickedDrawable(Drawable drawable)
          Moves the cursor to the position in the text area where the object or message corresponding to the drawable instance is declared.
 boolean Editor.mouseEnteredDrawable(Drawable drawable)
          Returns true if and only if the given drawable instance is associated by the most recently used diagram with a DiagramDataProvider state, id est a position in the text area.
 void Editor.mouseExitedDrawable(Drawable drawable)
           
 

Uses of Drawable in net.sf.sdedit.ui
 

Methods in net.sf.sdedit.ui with parameters of type Drawable
 void PanelPaintDeviceListener.mouseClickedDrawable(Drawable drawable)
          This method is called when the mouse clicked into the rectangle belonging to some drawable component.
 boolean PanelPaintDeviceListener.mouseEnteredDrawable(Drawable drawable)
          This method is called when the mouse entered a rectangle belonging to some drawable component.
 void PanelPaintDeviceListener.mouseExitedDrawable(Drawable drawable)
          This method is called when the mouse exited a rectangle belonging to some drawable component.
 



Copyright © 2011. All Rights Reserved.