Modelers

Uses of Interface
org.topcased.modeler.di.model.DiagramElement

Packages that use DiagramElement
org.topcased.modeler.commands   
org.topcased.modeler.di.model   
org.topcased.modeler.di.model.util   
org.topcased.modeler.edit.policies   
org.topcased.modeler.editor.properties.sections.graphics   
org.topcased.modeler.utils   
 

Uses of DiagramElement in org.topcased.modeler.commands
 

Constructors in org.topcased.modeler.commands with parameters of type DiagramElement
ChangeBackgroundColorCommand(DiagramElement element, org.eclipse.swt.graphics.RGB rgb)
          Deprecated. Constructor
ChangeDiagramElementPropertyCommand(DiagramElement diagElt, java.lang.String propKey, java.lang.String newPropValue)
          Constructor
ChangeFontCommand(DiagramElement element, org.eclipse.swt.graphics.FontData fontData)
          Deprecated. Constructor
ChangeForegroundColorCommand(DiagramElement element, org.eclipse.swt.graphics.RGB rgb)
          Deprecated. Constructor
VisibityCommand(DiagramElement element, boolean show)
          Constructor
 

Uses of DiagramElement in org.topcased.modeler.di.model
 

Subinterfaces of DiagramElement in org.topcased.modeler.di.model
 interface Diagram
          A representation of the model object 'Diagram'.
 interface EdgeObject
          A representation of the model object 'Edge Object'.
 interface EdgeObjectOffset
          A representation of the model object 'Edge Object Offset'.
 interface EdgeObjectUV
          A representation of the model object 'Edge Object UV'.
 interface Ellipse
          A representation of the model object 'Ellipse'.
 interface GraphEdge
          A representation of the model object 'Graph Edge'.
 interface GraphElement
          A representation of the model object 'Graph Element'.
 interface GraphicPrimitive
          A representation of the model object 'Graphic Primitive'.
 interface GraphNode
          A representation of the model object 'Graph Node'.
 interface Image
          A representation of the model object 'Image'.
 interface LeafElement
          A representation of the model object 'Leaf Element'.
 interface Polyline
          A representation of the model object 'Polyline'.
 interface Reference
          A representation of the model object 'Reference'.
 interface TextElement
          A representation of the model object 'Text Element'.
 

Methods in org.topcased.modeler.di.model that return DiagramElement
 DiagramElement Reference.getReferenced()
          Returns the value of the 'Referenced' reference.
 

Methods in org.topcased.modeler.di.model that return types with arguments of type DiagramElement
 EList<DiagramElement> GraphElement.getContained()
          Returns the value of the 'Contained' containment reference list.
 

Methods in org.topcased.modeler.di.model with parameters of type DiagramElement
 void Reference.setReferenced(DiagramElement value)
          Sets the value of the 'Referenced' reference
 

Uses of DiagramElement in org.topcased.modeler.di.model.util
 

Methods in org.topcased.modeler.di.model.util with parameters of type DiagramElement
 T DiagramInterchangeSwitch.caseDiagramElement(DiagramElement object)
          Returns the result of interpretting the object as an instance of 'Diagram Element'.
static Property DIUtils.getProperty(DiagramElement elt, java.lang.String key)
          Returns the Property (object model of the DI) associated with the passed key.
static java.lang.String DIUtils.getPropertyValue(DiagramElement elt, java.lang.String key)
          Returns the String value of a Property
static void DIUtils.setProperty(DiagramElement elt, java.lang.String key, java.lang.String value)
          Change the value of a Property key of the selected GraphElement
 

Uses of DiagramElement in org.topcased.modeler.edit.policies
 

Methods in org.topcased.modeler.edit.policies with parameters of type DiagramElement
protected  EObject EListLayoutEditPolicy.getParentContainerEObject(GraphElement parent, DiagramElement child)
          By default, it is the model object associated with the parent node that should contain the child
protected  EObject ModelerLayoutEditPolicy.getParentContainerEObject(GraphElement parent, DiagramElement child)
          By default, it is the model object associated with the parent node that should contain the child
 

Uses of DiagramElement in org.topcased.modeler.editor.properties.sections.graphics
 

Methods in org.topcased.modeler.editor.properties.sections.graphics that return DiagramElement
protected  DiagramElement AbstractGraphicPropertySection.getDiagElt()
           
 

Methods in org.topcased.modeler.editor.properties.sections.graphics that return types with arguments of type DiagramElement
protected  java.util.List<DiagramElement> AbstractGraphicPropertySection.getDiagEltList()
           
 

Uses of DiagramElement in org.topcased.modeler.utils
 

Methods in org.topcased.modeler.utils with parameters of type DiagramElement
static org.eclipse.swt.graphics.Font Utils.getFont(DiagramElement diagElement)
          Get the Font corresponding to a DiagramElement
 


Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.