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

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

Uses of CustomDecoration in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return CustomDecoration
 CustomDecoration GMFGraphFactory.createCustomDecoration()
          Returns a new object of class 'Custom Decoration'.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement CustomDecoration
 class CustomDecorationImpl
          An implementation of the model object 'Custom Decoration'.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return CustomDecoration
 CustomDecoration GMFGraphFactoryImpl.createCustomDecoration()
           
 

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

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



Copyright © 2012. All Rights Reserved.