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

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

Uses of FigureAccessor in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return FigureAccessor
 FigureAccessor GMFGraphFactory.createFigureAccessor()
          Returns a new object of class 'Figure Accessor'.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type FigureAccessor
 org.eclipse.emf.common.util.EList<FigureAccessor> CustomFigure.getCustomChildren()
          Returns the value of the 'Custom Children' containment reference list.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement FigureAccessor
 class FigureAccessorImpl
          An implementation of the model object 'Figure Accessor'.
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type FigureAccessor
protected  org.eclipse.emf.common.util.EList<FigureAccessor> CustomFigureImpl.customChildren
          The cached value of the 'Custom Children' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return FigureAccessor
 FigureAccessor GMFGraphFactoryImpl.createFigureAccessor()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type FigureAccessor
 org.eclipse.emf.common.util.EList<FigureAccessor> CustomFigureImpl.getCustomChildren()
           
 

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

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



Copyright © 2012. All Rights Reserved.