Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
org.eclipse.draw2d.text |
Figures and support classes related to the layout and rendering of rich text.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHintLayout
The foundation for layout managers which are sensitive to width and/or height
hints.
|
class |
AbstractLayout
Provides generic support for LayoutManagers.
|
class |
BorderLayout |
class |
DelegatingLayout
Figures using a DelegatingLayout as their layout manager give location
responsibilities to their children.
|
class |
FlowLayout
Lays out children in rows or columns, wrapping when the current row/column is
filled.
|
class |
FreeformLayout
A layout for
FreeformFigures . |
class |
GridLayout
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 |
OrderedLayout
Abstract superclass for layout managers that arrange their children in
columns/rows.
|
class |
ScrollBarLayout
Lays out the Figures that make up a ScrollBar.
|
class |
ScrollPaneLayout
|
class |
StackLayout
Figures using the StackLayout as their layout manager have their children
placed on top of one another.
|
class |
ToolbarLayout
Arranges figures in a single row or column.
|
class |
ViewportLayout
Layout for a viewport.
|
class |
XYLayout
This class implements the
LayoutManager interface
using the XY Layout algorithm. |
Modifier and Type | Method and Description |
---|---|
LayoutManager |
Figure.getLayoutManager() |
LayoutManager |
IFigure.getLayoutManager()
Returns the current LayoutManager by reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Figure.setLayoutManager(LayoutManager manager) |
void |
IFigure.setLayoutManager(LayoutManager lm)
Sets the LayoutManager.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockFlowLayout
The layout for
BlockFlow figures. |
class |
FlowContainerLayout
A layout for FlowFigures with children.
|
class |
FlowFigureLayout
A LayoutManager for use with FlowFigure.
|
class |
InlineFlowLayout
The layout manager for
InlineFlow figures. |
class |
PageFlowLayout
A block layout which requires no FlowContext to perform its layout.
|
class |
ParagraphTextLayout
The layout for
TextFlow . |
class |
SimpleTextLayout |
class |
TextLayout |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.