Generation Framework

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

Packages that use DiagramLabel
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
 

Uses of DiagramLabel in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return DiagramLabel
 DiagramLabel GMFGraphFactory.createDiagramLabel()
          Returns a new object of class 'Diagram Label'
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type DiagramLabel
 org.eclipse.emf.common.util.EList<DiagramLabel> Canvas.getLabels()
          Returns the value of the 'Labels' containment reference list.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement DiagramLabel
 class DiagramLabelImpl
          An implementation of the model object 'Diagram Label'
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type DiagramLabel
protected  org.eclipse.emf.common.util.EList<DiagramLabel> CanvasImpl.labels
          The cached value of the 'Labels' containment reference list
 

Methods in org.eclipse.gmf.gmfgraph.impl that return DiagramLabel
 DiagramLabel GMFGraphFactoryImpl.createDiagramLabel()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type DiagramLabel
 org.eclipse.emf.common.util.EList<DiagramLabel> CanvasImpl.getLabels()
           
 

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

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

Uses of DiagramLabel in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return DiagramLabel
 DiagramLabel LabelMapping.getDiagramLabel()
          Returns the value of the 'Diagram Label' reference
 

Methods in org.eclipse.gmf.mappings with parameters of type DiagramLabel
 void LabelMapping.setDiagramLabel(DiagramLabel value)
          Sets the value of the 'Diagram Label' reference
 

Uses of DiagramLabel in org.eclipse.gmf.mappings.impl
 

Fields in org.eclipse.gmf.mappings.impl declared as DiagramLabel
protected  DiagramLabel LabelMappingImpl.diagramLabel
          The cached value of the 'Diagram Label' reference
 

Methods in org.eclipse.gmf.mappings.impl that return DiagramLabel
 DiagramLabel LabelMappingImpl.basicGetDiagramLabel()
           
 DiagramLabel LabelMappingImpl.getDiagramLabel()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type DiagramLabel
 void LabelMappingImpl.setDiagramLabel(DiagramLabel newDiagramLabel)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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