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

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
 String FigureGenerator.go(FigureDescriptor figure)
           
 String StandaloneGenerator.ProcessorCallback.visitFigure(FigureDescriptor f)
           
 

Uses of FigureDescriptor in org.eclipse.gmf.graphdef.editor.edit.commands
 

Methods in org.eclipse.gmf.graphdef.editor.edit.commands that return FigureDescriptor
protected  FigureDescriptor ChildAccessReorientCommand.getNewSource()
           
protected  FigureDescriptor DiagramElementFigureReorientCommand.getNewTarget()
           
protected  FigureDescriptor ChildAccessReorientCommand.getOldSource()
           
protected  FigureDescriptor DiagramElementFigureReorientCommand.getOldTarget()
           
protected  FigureDescriptor ChildAccessCreateCommand.getSource()
           
protected  FigureDescriptor DiagramElementFigureCreateCommand.getTarget()
           
 

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

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

Methods in org.eclipse.gmf.graphdef.editor.edit.policies with parameters of type FigureDescriptor
static boolean GMFGraphBaseItemSemanticEditPolicy.LinkConstraints.canCreateChildAccess_4002(FigureDescriptor source, Figure target)
           
static boolean GMFGraphBaseItemSemanticEditPolicy.LinkConstraints.canCreateDiagramElementFigure_4005(DiagramElement source, FigureDescriptor target)
           
static boolean GMFGraphBaseItemSemanticEditPolicy.LinkConstraints.canExistChildAccess_4002(FigureDescriptor source, Figure target)
           
static boolean GMFGraphBaseItemSemanticEditPolicy.LinkConstraints.canExistDiagramElementFigure_4005(DiagramElement source, FigureDescriptor target)
           
 



Copyright © 2012. All Rights Reserved.