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

Packages that use Layoutable
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
org.eclipse.gmf.graphdef.editor.sheet   
 

Uses of Layoutable in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Layoutable in org.eclipse.gmf.gmfgraph
 interface AbstractFigure
          A representation of the model object 'Abstract Figure'.
 interface ConnectionFigure
          A representation of the model object 'Connection Figure'.
 interface CustomConnection
          A representation of the model object 'Custom Connection'.
 interface CustomDecoration
          A representation of the model object 'Custom Decoration'.
 interface CustomFigure
          A representation of the model object 'Custom Figure'.
 interface DecorationFigure
          A representation of the model object 'Decoration Figure'.
 interface Ellipse
          A representation of the model object 'Ellipse'.
 interface Figure
          A representation of the model object 'Figure'.
 interface FigureRef
          A representation of the model object 'Figure Ref'.
 interface InvisibleRectangle
          A representation of the model object 'Invisible Rectangle'.
 interface Label
          A representation of the model object 'Label'.
 interface LabeledContainer
          A representation of the model object 'Labeled Container'.
 interface Polygon
          A representation of the model object 'Polygon'.
 interface PolygonDecoration
          A representation of the model object 'Polygon Decoration'.
 interface Polyline
          A representation of the model object 'Polyline'.
 interface PolylineConnection
          A representation of the model object 'Polyline Connection'.
 interface PolylineDecoration
          A representation of the model object 'Polyline Decoration'.
 interface RealFigure
          A representation of the model object 'Real Figure'.
 interface Rectangle
          A representation of the model object 'Rectangle'.
 interface RoundedRectangle
          A representation of the model object 'Rounded Rectangle'.
 interface ScalablePolygon
          A representation of the model object 'Scalable Polygon'.
 interface Shape
          A representation of the model object 'Shape'.
 interface SVGFigure
          A representation of the model object 'SVG Figure'.
 interface VerticalLabel
          A representation of the model object 'Vertical Label'.
 

Methods in org.eclipse.gmf.gmfgraph that return Layoutable
 Layoutable LayoutData.getOwner()
          Returns the value of the 'Owner' container reference.
 

Methods in org.eclipse.gmf.gmfgraph with parameters of type Layoutable
 void LayoutData.setOwner(Layoutable value)
          Sets the value of the 'Owner' container reference.
 

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

Classes in org.eclipse.gmf.gmfgraph.impl that implement Layoutable
 class AbstractFigureImpl
          An implementation of the model object 'Abstract Figure'.
 class CustomConnectionImpl
          An implementation of the model object 'Custom Connection'.
 class CustomDecorationImpl
          An implementation of the model object 'Custom Decoration'.
 class CustomFigureImpl
          An implementation of the model object 'Custom Figure'.
 class EllipseImpl
          An implementation of the model object 'Ellipse'.
 class FigureRefImpl
          An implementation of the model object 'Figure Ref'.
 class InvisibleRectangleImpl
          An implementation of the model object 'Invisible Rectangle'.
 class LabeledContainerImpl
          An implementation of the model object 'Labeled Container'.
 class LabelImpl
          An implementation of the model object 'Label'.
 class PolygonDecorationImpl
          An implementation of the model object 'Polygon Decoration'.
 class PolygonImpl
          An implementation of the model object 'Polygon'.
 class PolylineConnectionImpl
          An implementation of the model object 'Polyline Connection'.
 class PolylineDecorationImpl
          An implementation of the model object 'Polyline Decoration'.
 class PolylineImpl
          An implementation of the model object 'Polyline'.
 class RealFigureImpl
          An implementation of the model object 'Real Figure'.
 class RectangleImpl
          An implementation of the model object 'Rectangle'.
 class RoundedRectangleImpl
          An implementation of the model object 'Rounded Rectangle'.
 class ScalablePolygonImpl
          An implementation of the model object 'Scalable Polygon'.
 class ShapeImpl
          An implementation of the model object 'Shape'.
 class SVGFigureImpl
          An implementation of the model object 'SVG Figure'.
 class VerticalLabelImpl
          An implementation of the model object 'Vertical Label'.
 

Methods in org.eclipse.gmf.gmfgraph.impl that return Layoutable
 Layoutable BorderLayoutDataImpl.getOwner()
           
 Layoutable CustomLayoutDataImpl.getOwner()
           
 Layoutable GridLayoutDataImpl.getOwner()
           
 Layoutable XYLayoutDataImpl.getOwner()
           
 

Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Layoutable
 org.eclipse.emf.common.notify.NotificationChain BorderLayoutDataImpl.basicSetOwner(Layoutable newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CustomLayoutDataImpl.basicSetOwner(Layoutable newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GridLayoutDataImpl.basicSetOwner(Layoutable newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XYLayoutDataImpl.basicSetOwner(Layoutable newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BorderLayoutDataImpl.setOwner(Layoutable newOwner)
           
 void CustomLayoutDataImpl.setOwner(Layoutable newOwner)
           
 void GridLayoutDataImpl.setOwner(Layoutable newOwner)
           
 void XYLayoutDataImpl.setOwner(Layoutable newOwner)
           
 

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

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

Uses of Layoutable in org.eclipse.gmf.graphdef.editor.sheet
 

Methods in org.eclipse.gmf.graphdef.editor.sheet that return Layoutable
protected  Layoutable LayoutSection.getInput()
           
protected  Layoutable LayoutDataSection.getInput()
           
 



Copyright © 2012. All Rights Reserved.