Generation Framework

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

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

Uses of Identity in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Identity in org.eclipse.gmf.gmfgraph
 interface Canvas
           A representation of the model object 'Canvas'
 interface Compartment
           A representation of the model object 'Compartment'
 interface Connection
           A representation of the model object 'Connection'
 interface ConnectionFigure
           A representation of the model object 'Connection Figure'
 interface CustomConnection
           A representation of the model object 'Custom Connection'
 interface CustomDecoration
           A representation of the model object 'Custom Decoration'
 interface CustomFigure
           A representation of the model object 'Custom Figure'
 interface DecorationFigure
           A representation of the model object 'Decoration Figure'
 interface DiagramElement
           A representation of the model object 'Diagram Element'
 interface DiagramLabel
           A representation of the model object 'Diagram Label'
 interface Ellipse
           A representation of the model object 'Ellipse'
 interface Figure
           A representation of the model object 'Figure'
 interface FigureGallery
           A representation of the model object 'Figure Gallery'
 interface Label
           A representation of the model object 'Label'
 interface LabeledContainer
           A representation of the model object 'Labeled Container'
 interface Node
           A representation of the model object 'Node'
 interface Polygon
           A representation of the model object 'Polygon'
 interface PolygonDecoration
           A representation of the model object 'Polygon Decoration'
 interface Polyline
           A representation of the model object 'Polyline'
 interface PolylineConnection
           A representation of the model object 'Polyline Connection'
 interface PolylineDecoration
           A representation of the model object 'Polyline Decoration'
 interface Rectangle
           A representation of the model object 'Rectangle'
 interface RoundedRectangle
           A representation of the model object 'Rounded Rectangle'
 interface Shape
           A representation of the model object 'Shape'
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement Identity
 class CanvasImpl
           An implementation of the model object 'Canvas'
 class CompartmentImpl
           An implementation of the model object 'Compartment'
 class ConnectionImpl
           An implementation of the model object 'Connection'
 class CustomConnectionImpl
           An implementation of the model object 'Custom Connection'
 class CustomDecorationImpl
           An implementation of the model object 'Custom Decoration'
 class CustomFigureImpl
           An implementation of the model object 'Custom Figure'
 class DiagramElementImpl
           An implementation of the model object 'Diagram Element'
 class DiagramLabelImpl
           An implementation of the model object 'Diagram Label'
 class EllipseImpl
           An implementation of the model object 'Ellipse'
 class FigureGalleryImpl
           An implementation of the model object 'Figure Gallery'
 class LabeledContainerImpl
           An implementation of the model object 'Labeled Container'
 class LabelImpl
           An implementation of the model object 'Label'
 class NodeImpl
           An implementation of the model object 'Node'
 class PolygonDecorationImpl
           An implementation of the model object 'Polygon Decoration'
 class PolygonImpl
           An implementation of the model object 'Polygon'
 class PolylineConnectionImpl
           An implementation of the model object 'Polyline Connection'
 class PolylineDecorationImpl
           An implementation of the model object 'Polyline Decoration'
 class PolylineImpl
           An implementation of the model object 'Polyline'
 class RectangleImpl
           An implementation of the model object 'Rectangle'
 class RoundedRectangleImpl
           An implementation of the model object 'Rounded Rectangle'
 class ShapeImpl
           An implementation of the model object 'Shape'
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Identity
 java.lang.Object GMFGraphSwitch.caseIdentity(Identity object)
          Returns the result of interpretting the object as an instance of 'Identity'
 


Generation Framework

Guidelines for using Eclipse APIs.

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