Uses of Class
com.privatejgoodies.forms.layout.CellConstraints

Packages that use CellConstraints
  • Uses of CellConstraints in com.privatejgoodies.forms.factories

    Modifier and Type
    Method
    Description
    CC.rc(int row, int col)
    Sets row and column origins; sets height and width to 1; uses the default alignments.
    CC.rc(int row, int col, CellConstraints.Alignment rowAlign, CellConstraints.Alignment colAlign)
    Sets the row and column origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
    CC.rc(int row, int col, String encodedAlignments)
    Sets row and column origins; sets height and width to 1; decodes vertical and horizontal alignments from the given string.
    CC.rchw(int row, int col, int rowSpan, int colSpan)
    Sets the row, column, height, and width; uses default alignments.
    CC.rchw(int row, int col, int rowSpan, int colSpan, CellConstraints.Alignment rowAlign, CellConstraints.Alignment colAlign)
    Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
    CC.rchw(int row, int col, int rowSpan, int colSpan, String encodedAlignments)
    Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
    CC.rcw(int row, int col, int colSpan)
    Sets the row, column, height, and width; uses a height (row span) of 1 and the vertical and horizontal default alignments.
    CC.rcw(int row, int col, int colSpan, CellConstraints.Alignment rowAlign, CellConstraints.Alignment colAlign)
    Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
    CC.rcw(int row, int col, int colSpan, String encodedAlignments)
    Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
    CC.xy(int col, int row)
    Sets column and row origins; sets width and height to 1; uses the default alignments.
    CC.xy(int col, int row, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign)
    Sets the column and row origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
    CC.xy(int col, int row, String encodedAlignments)
    Sets column and row origins; sets width and height to 1; decodes horizontal and vertical alignments from the given string.
    CC.xyw(int col, int row, int colSpan)
    Sets the column, row, width, and height; uses a height (row span) of 1 and the horizontal and vertical default alignments.
    CC.xyw(int col, int row, int colSpan, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign)
    Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
    CC.xyw(int col, int row, int colSpan, String encodedAlignments)
    Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
    CC.xywh(int col, int row, int colSpan, int rowSpan)
    Sets the column, row, width, and height; uses default alignments.
    CC.xywh(int col, int row, int colSpan, int rowSpan, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign)
    Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
    CC.xywh(int col, int row, int colSpan, int rowSpan, String encodedAlignments)
    Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
  • Uses of CellConstraints in com.privatejgoodies.forms.layout

    Modifier and Type
    Method
    Description
    FormLayout.getConstraints(Component component)
    Looks up and returns the constraints for the specified component.
    CellConstraints.rc(int row, int col)
    Sets row and column origins; sets height and width to 1; uses the default alignments.
    CellConstraints.rc(int row, int col, CellConstraints.Alignment rowAlign, CellConstraints.Alignment colAlign)
    Sets the row and column origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
    CellConstraints.rc(int row, int col, String encodedAlignments)
    Sets row and column origins; sets height and width to 1; decodes vertical and horizontal alignments from the given string.
    CellConstraints.rchw(int row, int col, int rowSpan, int colSpan)
    Sets the row, column, height, and width; uses default alignments.
    CellConstraints.rchw(int row, int col, int rowSpan, int colSpan, CellConstraints.Alignment rowAlign, CellConstraints.Alignment colAlign)
    Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
    CellConstraints.rchw(int row, int col, int rowSpan, int colSpan, String encodedAlignments)
    Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
    CellConstraints.rcw(int row, int col, int colSpan)
    Sets the row, column, height, and width; uses a height (row span) of 1 and the vertical and horizontal default alignments.
    CellConstraints.rcw(int row, int col, int colSpan, CellConstraints.Alignment rowAlign, CellConstraints.Alignment colAlign)
    Sets the row, column, height, and width; sets the vertical and horizontal alignment using the specified alignment objects.
    CellConstraints.rcw(int row, int col, int colSpan, String encodedAlignments)
    Sets the row, column, height, and width; decodes the vertical and horizontal alignments from the given string.
    CellConstraints.xy(int col, int row)
    Sets column and row origins; sets width and height to 1; uses the default alignments.
    CellConstraints.xy(int col, int row, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign)
    Sets the column and row origins; sets width and height to 1; set horizontal and vertical alignment using the specified objects.
    CellConstraints.xy(int col, int row, String encodedAlignments)
    Sets column and row origins; sets width and height to 1; decodes horizontal and vertical alignments from the given string.
    CellConstraints.xyw(int col, int row, int colSpan)
    Sets the column, row, width, and height; uses a height (row span) of 1 and the horizontal and vertical default alignments.
    CellConstraints.xyw(int col, int row, int colSpan, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign)
    Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
    CellConstraints.xyw(int col, int row, int colSpan, String encodedAlignments)
    Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
    CellConstraints.xywh(int col, int row, int colSpan, int rowSpan)
    Sets the column, row, width, and height; uses default alignments.
    CellConstraints.xywh(int col, int row, int colSpan, int rowSpan, CellConstraints.Alignment colAlign, CellConstraints.Alignment rowAlign)
    Sets the column, row, width, and height; sets the horizontal and vertical alignment using the specified alignment objects.
    CellConstraints.xywh(int col, int row, int colSpan, int rowSpan, String encodedAlignments)
    Sets the column, row, width, and height; decodes the horizontal and vertical alignments from the given string.
    Methods in com.privatejgoodies.forms.layout with parameters of type CellConstraints
    Modifier and Type
    Method
    Description
    void
    FormLayout.setConstraints(Component component, CellConstraints constraints)
    Sets the constraints for the specified component in this layout.