Generation Framework

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

Packages that use FigureDescriptor
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
org.eclipse.gmf.graphdef.codegen   
 

Uses of FigureDescriptor in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return FigureDescriptor
 FigureDescriptor GMFGraphFactory.createFigureDescriptor()
          Returns a new object of class 'Figure Descriptor'
 FigureDescriptor Figure.getDescriptor()
          Returns the value of the 'Descriptor' reference
 FigureDescriptor DiagramElement.getFigure()
          Returns the value of the 'Figure' reference
 FigureDescriptor ChildAccess.getOwner()
          Returns the value of the 'Owner' container reference.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type FigureDescriptor
 org.eclipse.emf.common.util.EList<FigureDescriptor> FigureGallery.getDescriptors()
          Returns the value of the 'Descriptors' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type FigureDescriptor
 void DiagramElement.setFigure(FigureDescriptor value)
          Sets the value of the 'Figure' reference
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement FigureDescriptor
 class FigureDescriptorImpl
          An implementation of the model object 'Figure Descriptor'
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as FigureDescriptor
protected  FigureDescriptor DiagramElementImpl.figure
          The cached value of the 'Figure' reference
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type FigureDescriptor
protected  org.eclipse.emf.common.util.EList<FigureDescriptor> FigureGalleryImpl.descriptors
          The cached value of the 'Descriptors' containment reference list
 

Methods in org.eclipse.gmf.gmfgraph.impl that return FigureDescriptor
 FigureDescriptor DiagramElementImpl.basicGetFigure()
           
 FigureDescriptor GMFGraphFactoryImpl.createFigureDescriptor()
           
 FigureDescriptor AbstractFigureImpl.getDescriptor()
           
 FigureDescriptor DiagramElementImpl.getFigure()
           
 FigureDescriptor ChildAccessImpl.getOwner()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type FigureDescriptor
 org.eclipse.emf.common.util.EList<FigureDescriptor> FigureGalleryImpl.getDescriptors()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type FigureDescriptor
 void DiagramElementImpl.setFigure(FigureDescriptor newFigure)
           
 

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

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

Uses of FigureDescriptor in org.eclipse.gmf.graphdef.codegen
 

Methods in org.eclipse.gmf.graphdef.codegen with parameters of type FigureDescriptor
 java.lang.String FigureGenerator.go(FigureDescriptor figure)
           
 java.lang.String StandaloneGenerator.ProcessorCallback.visitFigure(FigureDescriptor f)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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