| |
|
| java.lang.Object org.openharmonise.him.displaycomponents.table.TableLayout
TableLayout | public class TableLayout implements LayoutManager(Code) | | Layout manager for the table view. Manages the ordering of table
entries and the flow of the entries when the table is resized or an
entry is expanded/collapsed.
author: Matthew Large version: $Revision: 1.2 $ |
TableLayout | public TableLayout(TableView table)(Code) | | Constructs a new table layout.
Parameters: table - Table view to be laid out |
reflowColumn | public void reflowColumn(Container container, Component component)(Code) | | Reflows a column. Usually called after the
table view or table entries have changed size.
Parameters: container - Container Parameters: component - Column |
reflowContainer | public void reflowContainer(Container container)(Code) | | Reflows the columns of table entries. Usually called after the
table view or table entries have changed size.
Parameters: container - Container |
removeLayoutComponent | public void removeLayoutComponent(Component arg0)(Code) | | |
resizeContainer | public void resizeContainer(Container container)(Code) | | Resizes the container.
Parameters: container - Container |
|
|
|