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

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

Uses of CustomAttribute in org.eclipse.gmf.gmfgraph
 

Methods in org.eclipse.gmf.gmfgraph that return CustomAttribute
 CustomAttribute GMFGraphFactory.createCustomAttribute()
          Returns a new object of class 'Custom Attribute'.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type CustomAttribute
 org.eclipse.emf.common.util.EList<CustomAttribute> CustomAttributeOwner.getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement CustomAttribute
 class CustomAttributeImpl
          An implementation of the model object 'Custom Attribute'.
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type CustomAttribute
protected  org.eclipse.emf.common.util.EList<CustomAttribute> RealFigureImpl.attributes
          The cached value of the 'Attributes' containment reference list.
protected  org.eclipse.emf.common.util.EList<CustomAttribute> CustomBorderImpl.attributes
          The cached value of the 'Attributes' containment reference list.
protected  org.eclipse.emf.common.util.EList<CustomAttribute> CustomLayoutDataImpl.attributes
          The cached value of the 'Attributes' containment reference list.
protected  org.eclipse.emf.common.util.EList<CustomAttribute> CustomLayoutImpl.attributes
          The cached value of the 'Attributes' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return CustomAttribute
 CustomAttribute GMFGraphFactoryImpl.createCustomAttribute()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type CustomAttribute
 org.eclipse.emf.common.util.EList<CustomAttribute> RealFigureImpl.getAttributes()
           
 org.eclipse.emf.common.util.EList<CustomAttribute> CustomBorderImpl.getAttributes()
           
 org.eclipse.emf.common.util.EList<CustomAttribute> CustomLayoutDataImpl.getAttributes()
           
 org.eclipse.emf.common.util.EList<CustomAttribute> CustomLayoutImpl.getAttributes()
           
 

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

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



Copyright © 2012. All Rights Reserved.