Fields inherited from class | Fields |
---|---|
class java.awt.GridBagConstraints |
RELATIVE, REMAINDER, NONE, BOTH, HORIZONTAL, VERTICAL, CENTER, NORTH, NORTHEAST, EAST, SOUTHEAST, SOUTH, SOUTHWEST, WEST, NORTHWEST, PAGE_START, PAGE_END, LINE_START, LINE_END, FIRST_LINE_START, FIRST_LINE_END, LAST_LINE_START, LAST_LINE_END, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, gridx, gridy, gridwidth, gridheight, weightx, weighty, anchor, fill, insets, ipadx, ipady |
Constructor and description |
---|
GridBagConstraintsHelper
() |
Type Params | Return Type | Name and description |
---|---|---|
|
GridBagConstraintsHelper |
fillHorizontally() set property how to work with cell content |
|
void |
insertEmptyRow(java.awt.Container container, int height) insert vertical row gap with needed height |
|
GridBagConstraintsHelper |
nextCell() move to next horizontal cell |
|
GridBagConstraintsHelper |
nextRow() move to next row and first cell |
|
GridBagConstraintsHelper |
setRightOffset(int size) setup cell right offset |
|
GridBagConstraintsHelper |
setWeights(float horizontal, float vertical) Specifies how to distribute extra horizontal and vertical space |
|
GridBagConstraintsHelper |
span() set property to expand cell to the end of row |
Methods inherited from class | Name |
---|---|
class java.awt.GridBagConstraints |
java.awt.GridBagConstraints#clone(), java.awt.GridBagConstraints#wait(long), java.awt.GridBagConstraints#wait(long, int), java.awt.GridBagConstraints#wait(), java.awt.GridBagConstraints#equals(java.lang.Object), java.awt.GridBagConstraints#toString(), java.awt.GridBagConstraints#hashCode(), java.awt.GridBagConstraints#getClass(), java.awt.GridBagConstraints#notify(), java.awt.GridBagConstraints#notifyAll() |
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
set property how to work with cell content
insert vertical row gap with needed height
move to next horizontal cell
move to next row and first cell
setup cell right offset
Specifies how to distribute extra horizontal and vertical space
set property to expand cell to the end of row
ReadyAPI functional (soapui) SDK 3.5.0