Uses of Class
org.eclipse.draw2d.AbstractLayout
Packages that use AbstractLayout
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of AbstractLayout in org.eclipse.draw2dSubclasses of AbstractLayout in org.eclipse.draw2dModifier and TypeClassDescriptionclassCommon base class for layouts working on a constraint per figure.classThe foundation for layout managers which are sensitive to width and/or height hints.classclassFigures using a DelegatingLayout as their layout manager give location responsibilities to their children.classLays out children in rows or columns, wrapping when the current row/column is filled.classA layout forFreeformFigures.classLays out children into a Grid arrangement in which overall aligment and spacing can be configured, as well as specific layout requirements for the each individual member of the GridLayout.classAbstract superclass for layout managers that arrange their children in columns/rows.classLays out the Figures that make up a ScrollBar.classclassFigures using the StackLayout as their layout manager have their children placed on top of one another.classArranges figures in a single row or column.classLayout for a viewport.classThis class implements theLayoutManagerinterface using the XY Layout algorithm.