Generation Framework

Uses of Interface
org.eclipse.gmf.gmfgraph.DiagramElement

Packages that use DiagramElement
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of DiagramElement in org.eclipse.gmf.gmfgraph
 

Subinterfaces of DiagramElement in org.eclipse.gmf.gmfgraph
 interface AbstractNode
          A representation of the model object 'Abstract Node'
 interface Compartment
          A representation of the model object 'Compartment'
 interface Connection
          A representation of the model object 'Connection'
 interface DiagramLabel
          A representation of the model object 'Diagram Label'
 interface Node
          A representation of the model object 'Node'
 

Uses of DiagramElement in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement DiagramElement
 class AbstractNodeImpl
          An implementation of the model object 'Abstract Node'
 class CompartmentImpl
          An implementation of the model object 'Compartment'
 class ConnectionImpl
          An implementation of the model object 'Connection'
 class DiagramElementImpl
          An implementation of the model object 'Diagram Element'
 class DiagramLabelImpl
          An implementation of the model object 'Diagram Label'
 class NodeImpl
          An implementation of the model object 'Node'
 

Uses of DiagramElement in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type DiagramElement
 T GMFGraphSwitch.caseDiagramElement(DiagramElement object)
          Returns the result of interpreting the object as an instance of 'Diagram Element'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.