Generation Framework

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

Packages that use Layout
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
org.eclipse.gmf.graphdef.codegen   
 

Uses of Layout in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Layout in org.eclipse.gmf.gmfgraph
 interface BorderLayout
           A representation of the model object 'Border Layout'
 interface CustomLayout
           A representation of the model object 'Custom Layout'
 interface FlowLayout
           A representation of the model object 'Flow Layout'
 interface GridLayout
           A representation of the model object 'Grid Layout'
 interface StackLayout
           A representation of the model object 'Stack Layout'
 interface XYLayout
           A representation of the model object 'XY Layout'
 

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

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

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement Layout
 class BorderLayoutImpl
           An implementation of the model object 'Border Layout'
 class CustomLayoutImpl
           An implementation of the model object 'Custom Layout'
 class FlowLayoutImpl
           An implementation of the model object 'Flow Layout'
 class GridLayoutImpl
           An implementation of the model object 'Grid Layout'
 class StackLayoutImpl
           An implementation of the model object 'Stack Layout'
 class XYLayoutImpl
           An implementation of the model object 'XY Layout'
 

Fields in org.eclipse.gmf.gmfgraph.impl declared as Layout
protected  Layout LabeledContainerImpl.layout
          The cached value of the 'Layout' containment reference
protected  Layout FigureRefImpl.layout
          The cached value of the 'Layout' containment reference
protected  Layout LabelImpl.layout
          The cached value of the 'Layout' containment reference
protected  Layout CustomFigureImpl.layout
          The cached value of the 'Layout' containment reference
protected  Layout ShapeImpl.layout
          The cached value of the 'Layout' containment reference
 

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

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Layout
 NotificationChain LabeledContainerImpl.basicSetLayout(Layout newLayout, NotificationChain msgs)
           
 void LabeledContainerImpl.setLayout(Layout newLayout)
           
 NotificationChain FigureRefImpl.basicSetLayout(Layout newLayout, NotificationChain msgs)
           
 void FigureRefImpl.setLayout(Layout newLayout)
           
 NotificationChain LabelImpl.basicSetLayout(Layout newLayout, NotificationChain msgs)
           
 void LabelImpl.setLayout(Layout newLayout)
           
 NotificationChain CustomFigureImpl.basicSetLayout(Layout newLayout, NotificationChain msgs)
           
 void CustomFigureImpl.setLayout(Layout newLayout)
           
 NotificationChain ShapeImpl.basicSetLayout(Layout newLayout, NotificationChain msgs)
           
 void ShapeImpl.setLayout(Layout newLayout)
           
 

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

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

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

Methods in org.eclipse.gmf.graphdef.codegen that return Layout
 Layout GraphDefDispatcher.LayoutArgs.getLayout()
           
 


Generation Framework

Guidelines for using Eclipse APIs.

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