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

Packages that use Pin
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 Pin in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Pin in org.eclipse.gmf.gmfgraph
 interface ColorPin
          A representation of the model object 'Color Pin'.
 interface CustomPin
          A representation of the model object 'Custom Pin'.
 interface VisiblePin
          A representation of the model object 'Visible Pin'.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type Pin
 org.eclipse.emf.common.util.EList<Pin> PinOwner.getPins()
          Returns the value of the 'Pins' containment reference list.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement Pin
 class ColorPinImpl
          An implementation of the model object 'Color Pin'.
 class CustomPinImpl
          An implementation of the model object 'Custom Pin'.
 class VisiblePinImpl
          An implementation of the model object 'Visible Pin'.
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type Pin
protected  org.eclipse.emf.common.util.EList<Pin> RealFigureImpl.pins
          The cached value of the 'Pins' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type Pin
 org.eclipse.emf.common.util.EList<Pin> RealFigureImpl.getPins()
           
 

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

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

Uses of Pin in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return Pin
 Pin VisualEffectMapping.getDiagramPin()
          Returns the value of the 'Diagram Pin' reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type Pin
 void VisualEffectMapping.setDiagramPin(Pin value)
          Sets the value of the 'Diagram Pin' reference.
 

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

Fields in org.eclipse.gmf.mappings.impl declared as Pin
protected  Pin VisualEffectMappingImpl.diagramPin
          The cached value of the 'Diagram Pin' reference.
 

Methods in org.eclipse.gmf.mappings.impl that return Pin
 Pin VisualEffectMappingImpl.basicGetDiagramPin()
           
 Pin VisualEffectMappingImpl.getDiagramPin()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Pin
 void VisualEffectMappingImpl.setDiagramPin(Pin newDiagramPin)
           
 



Copyright © 2012. All Rights Reserved.