|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HIGConstraints | |
cds.gui | |
gui.layout |
Uses of HIGConstraints in cds.gui |
Fields in cds.gui declared as HIGConstraints | |
(package private) HIGConstraints |
CListTransfert.hc
|
Uses of HIGConstraints in gui.layout |
Methods in gui.layout that return HIGConstraints | |
HIGConstraints |
HIGConstraints.setHCorrection(int xCorr,
int wCorr)
Set horizontal correction until changed or cleared. |
HIGConstraints |
HIGConstraints.setVCorrection(int yCorr,
int hCorr)
Set vertical correction until changed or cleared. |
HIGConstraints |
HIGConstraints.clearCorrection()
Clears all corrections. |
HIGConstraints |
HIGConstraints.nextRow()
Increases current row index by one. |
HIGConstraints |
HIGConstraints.next2Row()
Increases current row index by two. |
HIGConstraints |
HIGConstraints.nextCol()
Increases current column index by one. |
HIGConstraints |
HIGConstraints.next2Col()
Increases current column index by two. |
HIGConstraints |
HIGConstraints.x(int x)
Sets column index. |
HIGConstraints |
HIGConstraints.c(int c)
Sets column index. |
HIGConstraints |
HIGConstraints.x(int x,
java.lang.String anchors)
Sets column index and anchors. |
HIGConstraints |
HIGConstraints.c(int c,
java.lang.String anchors)
Sets column index and anchors. |
HIGConstraints |
HIGConstraints.xwh(int x,
int w,
int h)
Sets column index, target area width and height. |
HIGConstraints |
HIGConstraints.cwh(int c,
int w,
int h)
Sets column index, target area width and height. |
HIGConstraints |
HIGConstraints.xwh(int x,
int w,
int h,
java.lang.String anchors)
Sets column index, target area width, height and anchors. |
HIGConstraints |
HIGConstraints.cwh(int c,
int w,
int h,
java.lang.String anchors)
Sets column index, target area width, height and anchors. |
HIGConstraints |
HIGConstraints.y(int y)
Sets row index. |
HIGConstraints |
HIGConstraints.r(int r)
Sets row index. |
HIGConstraints |
HIGConstraints.y(int y,
java.lang.String anchors)
Sets row index and anchors. |
HIGConstraints |
HIGConstraints.r(int r,
java.lang.String anchors)
Sets row index and anchors. |
HIGConstraints |
HIGConstraints.ywh(int y,
int w,
int h)
Sets row index, target area width and height. |
HIGConstraints |
HIGConstraints.rwh(int r,
int w,
int h)
Sets row index, target area width and height. |
HIGConstraints |
HIGConstraints.ywh(int y,
int w,
int h,
java.lang.String anchors)
Sets row index, target area width, height and anchors. |
HIGConstraints |
HIGConstraints.rwh(int r,
int w,
int h,
java.lang.String anchors)
Sets row index, target area width, height and anchors. |
HIGConstraints |
HIGConstraints.xy(int x,
int y)
Sets row and column index. |
HIGConstraints |
HIGConstraints.rc(int r,
int c)
Sets row and column index. |
HIGConstraints |
HIGConstraints.xy(int x,
int y,
java.lang.String anchors)
Sets row and column index and anchors. |
HIGConstraints |
HIGConstraints.rc(int r,
int c,
java.lang.String anchors)
Sets row and column index and anchors. |
HIGConstraints |
HIGConstraints.xywh(int x,
int y,
int w,
int h)
Sets row and column index, width and height. |
HIGConstraints |
HIGConstraints.rcwh(int r,
int c,
int w,
int h)
Sets row and column index, width and height. |
HIGConstraints |
HIGConstraints.xywh(int x,
int y,
int w,
int h,
java.lang.String anchors)
Sets row and column index, width, height and anchors. |
HIGConstraints |
HIGConstraints.rcwh(int r,
int c,
int w,
int h,
java.lang.String anchors)
Sets row and column index, width, height and anchors. |
HIGConstraints |
HIGConstraints.W(int w)
Sets width to absolute size in pixels. |
HIGConstraints |
HIGConstraints.H(int h)
Sets width to absolute size in pixels. |
HIGConstraints |
HIGConstraints.anchors(java.lang.String anchors)
Sets anchors string. |
Constructors in gui.layout with parameters of type HIGConstraints | |
HIGConstraints(HIGConstraints c)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |