|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLayout | |
org.eclipse.draw2d | Most of the Draw2d classes and interfaces reside in this base package. |
org.eclipse.draw2d.text |
Uses of AbstractLayout in org.eclipse.draw2d |
Subclasses of AbstractLayout in org.eclipse.draw2d | |
class |
AbstractHintLayout
The foundation for layout managers which are sensitive to width and/or height hints. |
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 |
ScrollBarLayout
Lays out the Figures that make up a ScrollBar. |
class |
ScrollPaneLayout
The ScrollPaneLayout is responsible for laying out the Viewport and
ScrollBars of a ScrollPane . |
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. |
Uses of AbstractLayout in org.eclipse.draw2d.text |
Subclasses of AbstractLayout in org.eclipse.draw2d.text | |
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
|
|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |