|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcharva.awt.GridBagLayout
This is an approximation of the AWT GridBagLayout layout manager. See the documentation of the AWT GridBagLayout for details.
| Field Summary | |
double[] |
columnWeights
This field is not used in the CHARVA package but is present to allow compile-time compatibility with AWT. |
int[] |
columnWidths
This field holds the overrides to the column minimum widths. |
int[] |
rowHeights
This field holds the overrides to the row minimum heights. |
double[] |
rowWeights
This field is not used in the CHARVA package but is present to allow compile-time compatibility with AWT. |
| Constructor Summary | |
GridBagLayout()
|
|
| Method Summary | |
void |
addLayoutComponent(Component component_,
java.lang.Object constraint_)
|
void |
doLayout(Container container_)
Set the positions of the contained components. |
void |
invalidateLayout(Container target_)
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded. |
Dimension |
minimumSize(Container container_)
Calculate the geometry for the specified list of Components, and return the size of the rectangle that encloses all the Components. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int[] columnWidths
public int[] rowHeights
public double[] columnWeights
public double[] rowWeights
| Constructor Detail |
public GridBagLayout()
| Method Detail |
public Dimension minimumSize(Container container_)
minimumSize in interface LayoutManagerpublic void doLayout(Container container_)
doLayout in interface LayoutManager
public void addLayoutComponent(Component component_,
java.lang.Object constraint_)
addLayoutComponent in interface LayoutManager2public void invalidateLayout(Container target_)
invalidateLayout in interface LayoutManager2
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||