|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.util.gui.LayoutTools
LayoutTools
public class LayoutTools
Some layout utitlities
Method Summary | |
---|---|
static void |
makeBottomPress(java.awt.Container container,
int lasty)
Deprecated. |
static java.awt.GridBagConstraints |
makegbc(int x,
int y,
int gridwidth,
int weightx,
boolean scalable)
Deprecated. Creates a GridBagConstraints object with all of its fields set to the passed-in arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.awt.GridBagConstraints makegbc(int x, int y, int gridwidth, int weightx, boolean scalable)
x
- -
x specifies the cell at the left of the component's display
area, where the leftmost cell has gridx=0.y
- -
y specifies the cell at the top of the component's display
area, where the topmost cell has gridy=0.gridwidth
- -
gridwith specifies the number of cells in a row for the
component's display area.weightx
- -
weigty specifies how to distribute extra horizontal space.scalable
- -
true, if the component resize horizontally; false, if the
component do not resize.
public static void makeBottomPress(java.awt.Container container, int lasty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |