Uses of Class
org.eclipse.draw2d.AbstractHintLayout
Packages that use AbstractHintLayout
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of AbstractHintLayout in org.eclipse.draw2d
Subclasses of AbstractHintLayout in org.eclipse.draw2dModifier and TypeClassDescriptionclass
class
Lays out children in rows or columns, wrapping when the current row/column is filled.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
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.