protected void | AdjustForGravity(GridBagConstraints constraints, Rectangle r) - Move and resize a rectangle according to a set of grid bag
constraints.
|
protected void | ArrangeGrid(Container parent) - Obsolete.
|
protected java.awt.GridBagLayoutInfo | GetLayoutInfo(Container parent, int sizeflag) - Obsolete.
|
protected Dimension | GetMinSize(Container parent, java.awt.GridBagLayoutInfo info) - Obsolete.
|
void | addLayoutComponent(Component component, Object constraints)
|
void | addLayoutComponent(String name, Component component)
|
protected void | adjustForGravity(GridBagConstraints constraints, Rectangle r) - Move and resize a rectangle according to a set of grid bag
constraints.
|
protected void | arrangeGrid(Container parent)
|
GridBagConstraints | getConstraints(Component component)
|
float | getLayoutAlignmentX(Container target)
|
float | getLayoutAlignmentY(Container target)
|
int[][] | getLayoutDimensions()
|
protected java.awt.GridBagLayoutInfo | getLayoutInfo(Container parent, int sizeflag)
|
Point | getLayoutOrigin()
|
double[][] | getLayoutWeights()
|
protected Dimension | getMinSize(Container parent, java.awt.GridBagLayoutInfo info)
|
void | invalidateLayout(Container target)
|
void | layoutContainer(Container parent)
|
Point | location(int x, int y)
|
protected GridBagConstraints | lookupConstraints(Component component)
|
Dimension | maximumLayoutSize(Container target)
|
Dimension | minimumLayoutSize(Container parent)
|
Dimension | preferredLayoutSize(Container parent)
|
void | removeLayoutComponent(Component component)
|
void | setConstraints(Component component, GridBagConstraints constraints)
|
String | toString() - Return a string representation of this GridBagLayout.
|