Uses of Interface
org.eclipse.draw2d.LayoutManager
Packages that use LayoutManager
Package
Description
Primary package containing general interfaces and implementation classes.
Figures and support classes related to the layout and rendering of rich text.
-
Uses of LayoutManager in org.eclipse.draw2d
Classes in org.eclipse.draw2d that implement LayoutManagerModifier and TypeClassDescriptionclass
Common base class for layouts working on a constraint per figure.class
The foundation for layout managers which are sensitive to width and/or height hints.class
Provides generic support for LayoutManagers.class
class
Figures using a DelegatingLayout as their layout manager give location responsibilities to their children.class
Lays out children in rows or columns, wrapping when the current row/column is filled.class
A layout forFreeformFigures
.class
Lays 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.class
Abstract superclass for layout managers that arrange their children in columns/rows.class
Lays out the Figures that make up a ScrollBar.class
class
Figures using the StackLayout as their layout manager have their children placed on top of one another.class
Arranges figures in a single row or column.class
Layout for a viewport.class
This class implements theLayoutManager
interface using the XY Layout algorithm.Methods in org.eclipse.draw2d that return LayoutManagerModifier and TypeMethodDescriptionFigure.getLayoutManager()
IFigure.getLayoutManager()
Returns the current LayoutManager by reference.Methods in org.eclipse.draw2d with parameters of type LayoutManagerModifier and TypeMethodDescriptionfinal void
Container.setLayoutManager
(LayoutManager manager) void
Figure.setLayoutManager
(LayoutManager manager) void
IFigure.setLayoutManager
(LayoutManager lm) Sets the LayoutManager.Constructors in org.eclipse.draw2d with parameters of type LayoutManager -
Uses of LayoutManager in org.eclipse.draw2d.text
Classes in org.eclipse.draw2d.text that implement LayoutManagerModifier and TypeClassDescriptionclass
The layout forBlockFlow
figures.class
A layout for FlowFigures with children.class
A LayoutManager for use with FlowFigure.class
The layout manager forInlineFlow
figures.class
A block layout which requires no FlowContext to perform its layout.class
The layout forTextFlow
.class
class