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

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

Uses of CustomLayoutData in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return CustomLayoutData
 CustomLayoutData GMFGraphFactory.createCustomLayoutData()
          Returns a new object of class 'Custom Layout Data'.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement CustomLayoutData
 class CustomLayoutDataImpl
          An implementation of the model object 'Custom Layout Data'.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return CustomLayoutData
 CustomLayoutData GMFGraphFactoryImpl.createCustomLayoutData()
           
 

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

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type CustomLayoutData
 T GMFGraphSwitch.caseCustomLayoutData(CustomLayoutData object)
          Returns the result of interpreting the object as an instance of 'Custom Layout Data'.
 



Copyright © 2012. All Rights Reserved.