nextapp.echo2.app.layout |
Provides LayoutData implementations which serve to describe the interface between a Component and its parent.
Related Documentation
For more information please see:
|
Java Source File Name | Type | Comment |
CellLayoutData.java | Class | An abstract base layout data object for components which render their
children in cells. |
ColumnLayoutData.java | Class | A LayoutData object used to describe how a
Component is rendered within a Column . |
GridLayoutData.java | Class | A LayoutData object used to describe how a
Component is rendered within a Grid . |
RowLayoutData.java | Class | A LayoutData object used to describe how a
Component is rendered within a Row . |
SplitPaneLayoutData.java | Class | A LayoutData object used to describe how a
Component is rendered within a SplitPane . |
TableLayoutData.java | Class | A LayoutData object for rendered table cells. |