|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttr.general.ui.CGridBagLayout
GridBagConstraints for the "GridBagLayout"
Date: 01.04.2004
Constructor Summary | |
CGridBagLayout()
Default-Constructor |
Method Summary | |
java.awt.GridBagConstraints |
makeGBC(int gridwidth,
int gridheight,
int anchor,
int fill,
java.awt.Insets insets)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CGridBagLayout()
Method Detail |
public java.awt.GridBagConstraints makeGBC(int gridwidth, int gridheight, int anchor, int fill, java.awt.Insets insets)
gridwidth
- Number of colsgridheight
- Number of rowsanchor
- Order in the reading area, if the component does not fill this fully.fill
- Fuelling of the grating cells
Possible values: GridBagConstraints.NONE, HORIZONTAL, VERTICAL, BOTHinsets
- Additional distances
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |