Frames | No Frames |
Constructors with parameter type com.jgoodies.forms.layout.CellConstraints.Alignment | |
CellConstraints.CellConstraints(int gridX, int gridY, CellConstraints.Alignment hAlign, CellConstraints.Alignment vAlign) Constructs an instance of CellConstraints for the given
cell position, anchor, and fill. | |
CellConstraints.CellConstraints(int gridX, int gridY, int gridWidth, int gridHeight, CellConstraints.Alignment hAlign, CellConstraints.Alignment vAlign) Constructs an instance of CellConstraints for the given
cell position and size, anchor, and fill. | |
CellConstraints.CellConstraints(int gridX, int gridY, int gridWidth, int gridHeight, CellConstraints.Alignment hAlign, CellConstraints.Alignment vAlign, Insets insets) Constructs an instance of CellConstraints for
the complete set of available properties. |
Fields of type com.jgoodies.forms.layout.CellConstraints.Alignment | |
CellConstraints.Alignment | Put the component in the bottom. |
CellConstraints.Alignment | Put the component in the center. |
CellConstraints.Alignment | Use the column's or row's default alignment. |
CellConstraints.Alignment | Fill the cell either horizontally or vertically. |
CellConstraints.Alignment | Put the component in the left. |
CellConstraints.Alignment | Put the component in the right. |
CellConstraints.Alignment | Put the component in the top. |
CellConstraints.Alignment | Describes the component's horizontal alignment. |
CellConstraints.Alignment | Describes the component's vertical alignment. |
Methods with parameter type com.jgoodies.forms.layout.CellConstraints.Alignment | |
CellConstraints | CellConstraints.xy(int col, int row, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign) Sets the row and column origins; sets width and height to 1;
set horizontal and vertical alignment using the specified objects. |
CellConstraints | CellConstraints.xyw(int col, int row, int colSpan, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign) Sets the row, column, width, and height; sets the horizontal
and vertical aligment using the specified alignment objects. |
CellConstraints | CellConstraints.xywh(int col, int row, int colSpan, int rowSpan, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign) Sets the row, column, width, and height; sets the horizontal
and vertical aligment using the specified alignment objects. |
Methods with parameter type com.jgoodies.forms.layout.CellConstraints.Alignment | |
void | AbstractFormBuilder.setAlignment(CellConstraints.Alignment hAlign, CellConstraints.Alignment vAlign) Sets the horizontal and vertical alignment. |
void | Sets the horizontal alignment. |
void | Sets the vertical alignment. |