|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mdanderson.biostat.util.VerticalFlowLayout
VerticalFlowLayout - Vertical flow layout manager
Constructor Summary | |
VerticalFlowLayout()
Class constructor |
|
VerticalFlowLayout(int verticalGap)
Class constructor specifying vertical gap |
Method Summary | |
void |
addLayoutComponent(String name,
Component component)
If the layout manager uses a per-component string, adds the component to the layout, associating it with the string argument. |
void |
layoutContainer(Container parent)
Lays out the specified container |
Dimension |
minimumLayoutSize(Container parent)
Calculates the minimum size dimensions for the specified container, given the components it contains. |
Dimension |
preferredLayoutSize(Container parent)
Calculates the preferred size dimensions for the specified container, given the components it contains. |
void |
removeLayoutComponent(Component component)
Removes the specified component from the layout. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VerticalFlowLayout()
public VerticalFlowLayout(int verticalGap)
verticalGap
- gap to leave between vertically stacked componentsMethod Detail |
public void addLayoutComponent(String name, Component component)
addLayoutComponent
in interface LayoutManager
name
- string to be associated with the componentcomponent
- component to be addedpublic void removeLayoutComponent(Component component)
removeLayoutComponent
in interface LayoutManager
component
- component to be addedpublic Dimension preferredLayoutSize(Container parent)
preferredLayoutSize
in interface LayoutManager
parent
- container to be laid out
public Dimension minimumLayoutSize(Container parent)
minimumLayoutSize
in interface LayoutManager
parent
- container to be laid out
public void layoutContainer(Container parent)
layoutContainer
in interface LayoutManager
parent
- container to be laid out
|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |