Generation Framework

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

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

Uses of CustomFigure in org.eclipse.gmf.gmfgraph
 

Subinterfaces of CustomFigure in org.eclipse.gmf.gmfgraph
 interface CustomConnection
           A representation of the model object 'Custom Connection'
 interface CustomDecoration
           A representation of the model object 'Custom Decoration'
 

Methods in org.eclipse.gmf.gmfgraph that return CustomFigure
 CustomFigure FigureAccessor.getTypedFigure()
          Returns the value of the 'Typed Figure' reference
 CustomFigure GMFGraphFactory.createCustomFigure()
          Returns a new object of class 'Custom Figure'
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type CustomFigure
 void FigureAccessor.setTypedFigure(CustomFigure value)
          Sets the value of the 'Typed Figure' reference
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement CustomFigure
 class CustomConnectionImpl
           An implementation of the model object 'Custom Connection'
 class CustomDecorationImpl
           An implementation of the model object 'Custom Decoration'
 class CustomFigureImpl
           An implementation of the model object 'Custom Figure'
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as CustomFigure
protected  CustomFigure FigureAccessorImpl.typedFigure
          The cached value of the 'Typed Figure' reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return CustomFigure
 CustomFigure FigureAccessorImpl.getTypedFigure()
           
 CustomFigure FigureAccessorImpl.basicGetTypedFigure()
           
 CustomFigure GMFGraphFactoryImpl.createCustomFigure()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type CustomFigure
 void FigureAccessorImpl.setTypedFigure(CustomFigure newTypedFigure)
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type CustomFigure
 java.lang.Object GMFGraphSwitch.caseCustomFigure(CustomFigure object)
          Returns the result of interpretting the object as an instance of 'Custom Figure'
 


Generation Framework

Guidelines for using Eclipse APIs.

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