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.editor.edit.parts   
 

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 CenterLayout
          A representation of the model object 'Center 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 LayoutRef
          A representation of the model object 'Layout Ref'.
 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 LayoutRef.getActual()
          Returns the value of the 'Actual' reference.
 Layout Layoutable.getLayout()
          Returns the value of the 'Layout' containment reference.
 

Methods in org.eclipse.gmf.gmfgraph that return types with arguments of type Layout
 org.eclipse.emf.common.util.EList<Layout> FigureGallery.getLayouts()
          Returns the value of the 'Layouts' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Layout
 void LayoutRef.setActual(Layout value)
          Sets the value of the 'Actual' reference.
 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 CenterLayoutImpl
          An implementation of the model object 'Center 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 LayoutRefImpl
          An implementation of the model object 'Layout Ref'.
 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 LayoutRefImpl.actual
          The cached value of the 'Actual' reference.
protected  Layout AbstractFigureImpl.layout
          The cached value of the 'Layout' containment reference.
 

Fields in org.eclipse.gmf.gmfgraph.impl with type parameters of type Layout
protected  org.eclipse.emf.common.util.EList<Layout> FigureGalleryImpl.layouts
          The cached value of the 'Layouts' containment reference list.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Layout
 Layout LayoutRefImpl.basicGetActual()
           
 Layout LayoutRefImpl.getActual()
           
 Layout AbstractFigureImpl.getLayout()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl that return types with arguments of type Layout
 org.eclipse.emf.common.util.EList<Layout> FigureGalleryImpl.getLayouts()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Layout
 org.eclipse.emf.common.notify.NotificationChain AbstractFigureImpl.basicSetLayout(Layout newLayout, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LayoutRefImpl.setActual(Layout newActual)
           
 void AbstractFigureImpl.setLayout(Layout newLayout)
           
 

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

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

Uses of Layout in org.eclipse.gmf.graphdef.editor.edit.parts
 

Methods in org.eclipse.gmf.graphdef.editor.edit.parts with parameters of type Layout
protected  org.eclipse.draw2d.LayoutManager AbstractFigureEditPart.getLayoutManager(Layout layout)
           
 



Copyright © 2012. All Rights Reserved.