Generation Framework

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   
org.eclipse.gmf.graphdef.codegen   
 

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 LabeledContainerImpl.layoutData
          The cached value of the 'Layout Data' containment reference
protected  LayoutData FigureRefImpl.layoutData
          The cached value of the 'Layout Data' containment reference
protected  LayoutData LabelImpl.layoutData
          The cached value of the 'Layout Data' containment reference
protected  LayoutData CustomFigureImpl.layoutData
          The cached value of the 'Layout Data' containment reference
protected  LayoutData ShapeImpl.layoutData
          The cached value of the 'Layout Data' containment reference
 

Methods in org.eclipse.gmf.gmfgraph.impl that return LayoutData
 LayoutData LabeledContainerImpl.getLayoutData()
           
 LayoutData FigureRefImpl.getLayoutData()
           
 LayoutData LabelImpl.getLayoutData()
           
 LayoutData CustomFigureImpl.getLayoutData()
           
 LayoutData ShapeImpl.getLayoutData()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type LayoutData
 NotificationChain LabeledContainerImpl.basicSetLayoutData(LayoutData newLayoutData, NotificationChain msgs)
           
 void LabeledContainerImpl.setLayoutData(LayoutData newLayoutData)
           
 NotificationChain FigureRefImpl.basicSetLayoutData(LayoutData newLayoutData, NotificationChain msgs)
           
 void FigureRefImpl.setLayoutData(LayoutData newLayoutData)
           
 NotificationChain LabelImpl.basicSetLayoutData(LayoutData newLayoutData, NotificationChain msgs)
           
 void LabelImpl.setLayoutData(LayoutData newLayoutData)
           
 NotificationChain CustomFigureImpl.basicSetLayoutData(LayoutData newLayoutData, NotificationChain msgs)
           
 void CustomFigureImpl.setLayoutData(LayoutData newLayoutData)
           
 NotificationChain ShapeImpl.basicSetLayoutData(LayoutData newLayoutData, NotificationChain msgs)
           
 void ShapeImpl.setLayoutData(LayoutData newLayoutData)
           
 

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

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

Uses of LayoutData in org.eclipse.gmf.graphdef.codegen
 

Methods in org.eclipse.gmf.graphdef.codegen that return LayoutData
 LayoutData GraphDefDispatcher.LayoutArgs.getData()
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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