| |
|
| java.lang.Object jimm.datavision.gui.SectionLayout
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 |
minimumLayoutSize | public Dimension minimumLayoutSize(Container parent)(Code) | | Calculates the minimum size dimensions for the specified panel given the
components in the specified parent container.
Parameters: parent - the component to be laid out See Also: SectionLayout.preferredLayoutSize |
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: SectionLayout.minimumLayoutSize |
removeLayoutComponent | public void removeLayoutComponent(Component comp)(Code) | | Removes the specified component from the layout.
Parameters: comp - the component to be removed |
|
|
|