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

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

Uses of LayoutData in org.eclipse.gmf.gmfgraph
 

Subinterfaces of LayoutData in org.eclipse.gmf.gmfgraph
 interface BorderLayoutData
          A representation of the model object 'Border Layout Data'.
 interface CustomLayoutData
          A representation of the model object 'Custom Layout Data'.
 interface GridLayoutData
          A representation of the model object 'Grid Layout Data'.
 interface XYLayoutData
          A representation of the model object 'XY Layout Data'.
 

Methods in org.eclipse.gmf.gmfgraph that return LayoutData
 LayoutData Layoutable.getLayoutData()
          Returns the value of the 'Layout Data' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type LayoutData
 void Layoutable.setLayoutData(LayoutData value)
          Sets the value of the 'Layout Data' containment reference.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement LayoutData
 class BorderLayoutDataImpl
          An implementation of the model object 'Border Layout Data'.
 class CustomLayoutDataImpl
          An implementation of the model object 'Custom Layout Data'.
 class GridLayoutDataImpl
          An implementation of the model object 'Grid Layout Data'.
 class XYLayoutDataImpl
          An implementation of the model object 'XY Layout Data'.
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as LayoutData
protected  LayoutData AbstractFigureImpl.layoutData
          The cached value of the 'Layout Data' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return LayoutData
 LayoutData AbstractFigureImpl.getLayoutData()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type LayoutData
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetLayoutData(LayoutData newLayoutData, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AbstractFigureImpl.setLayoutData(LayoutData newLayoutData)
           
 

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

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



Copyright © 2012. All Rights Reserved.