|
Class Summary |
| AbstractLayoutManager |
The AbstractLayoutManager class defines the base functionality
required in a LayoutManager. |
| BrowserLayoutManager |
This layout manager uses the default layout capabilities of the
browser. |
| GridLayoutManager |
The GridLayoutManager allows Components to be
laid out using a grid patterm. |
| GridLayoutManager.CellConstraints |
This class is designed to be used as a contraints object with GridLayoutManager.
|
| HorizontalLayoutManager |
The HorizontalLayoutManager class provides a LayoutManager
that will layout its contents horizontally in a series of
adjoining cells.
|
| HtmlTemplateLayoutManager |
The HtmlTemplateLayoutManager class can be used as a layout manager
that will use an HTML template as a basis to render other Components within it.
|
| JspTemplateLayoutManager |
Generates content from a JSP page and adds it into the Echo framework. |
| XyCoord |
The XyCoord class is a constraint object for the
XyLayoutManager that specifies the {x,y} coordinate to
place a component. |
| XyLayoutManager |
The XyLayoutManager can place components at specific
{x,y} coordinates. |