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.graphdef.editor.edit.commands   
org.eclipse.gmf.graphdef.editor.edit.policies   
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.graphdef.editor.edit.commands
 

Methods in org.eclipse.gmf.graphdef.editor.edit.commands that return DiagramLabel
protected  DiagramLabel DiagramLabelAccessorReorientCommand.getNewSource()
           
protected  DiagramLabel DiagramLabelAccessorReorientCommand.getOldSource()
           
protected  DiagramLabel DiagramLabelAccessorCreateCommand.getSource()
           
 

Methods in org.eclipse.gmf.graphdef.editor.edit.commands with parameters of type DiagramLabel
protected  void DiagramLabelCreateCommand.doConfigure(DiagramLabel newElement, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)
           
 

Uses of DiagramLabel in org.eclipse.gmf.graphdef.editor.edit.policies
 

Methods in org.eclipse.gmf.graphdef.editor.edit.policies with parameters of type DiagramLabel
static boolean GMFGraphBaseItemSemanticEditPolicy.LinkConstraints.canCreateDiagramLabelAccessor_4004(DiagramLabel source, ChildAccess target)
           
static boolean GMFGraphBaseItemSemanticEditPolicy.LinkConstraints.canExistDiagramLabelAccessor_4004(DiagramLabel source, ChildAccess target)
           
 

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)
           
 



Copyright © 2012. All Rights Reserved.