| |
|
| java.lang.Object jimm.datavision.gui.DesignWinLayout
DesignWinLayout | class DesignWinLayout implements LayoutManager(Code) | | A custom layout manager for the section widgets inside a design window.
author: Jim Menard, jimm@io.com |
addLayoutComponent | public void addLayoutComponent(String name, Component comp)(Code) | | Adds the specified component with the specified name to the layout.
Parameters: name - the component name Parameters: comp - the component to be added |
layoutContainer | public void layoutContainer(Container parent)(Code) | | Lays out the container in the specified panel.
Parameters: parent - the component which needs to be laid out |
preferredLayoutSize | public Dimension preferredLayoutSize(Container parent)(Code) | | Calculates the preferred size dimensions for the specified panel given
the components in the specified parent container.
Parameters: parent - the component to be laid out See Also: DesignWinLayout.minimumLayoutSize |
removeLayoutComponent | public void removeLayoutComponent(Component comp)(Code) | | Removes the specified component from the layout.
Parameters: comp - the component to be removed |
|
|
|