|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.GridBagLayout
wt.clients.widgets.GridBagLayoutUtil
Field Summary | |
(package private) GridBagConstraints |
constrnt
|
Fields inherited from class java.awt.GridBagLayout |
columnWeights, columnWidths, comptable, defaultConstraints, layoutInfo, MAXGRIDSIZE, MINSIZE, PREFERREDSIZE, rowHeights, rowWeights |
Constructor Summary | |
GridBagLayoutUtil()
|
Method Summary | |
void |
constrain(Container container,
Component component,
int gridX,
int gridY,
int gridWidth,
int gridHeight,
int fill,
int anchor,
double percentX,
double percentY,
int top,
int bottom,
int left,
int right)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
GridBagConstraints constrnt
Constructor Detail |
public GridBagLayoutUtil()
Method Detail |
public void constrain(Container container, Component component, int gridX, int gridY, int gridWidth, int gridHeight, int fill, int anchor, double percentX, double percentY, int top, int bottom, int left, int right)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |