Uses of Class
net.miginfocom.layout.CC

  • Uses of CC in net.miginfocom.layout

    Methods in net.miginfocom.layout that return CC
    Modifier and Type
    Method
    Description
    final CC
    CC.alignX(String align)
    Same functionality as getHorizontal().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
    final CC
    CC.alignX(AlignX align)
    Strongly typed API for most common usages
    final CC
    CC.alignY(String align)
    Same functionality as getVertical().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
    final CC
    CC.alignY(AlignY align)
    Strongly typed API for most common usages
    final CC
    CC.cell(int... colRowWidthHeight)
    Set the cell(s) that the component should occupy in the grid.
    final CC
    Same functionality as calling setDockSide(int) with 3 only this method returns this for chaining multiple calls.
    final CC
    Same functionality as calling setDockSide(int) with 0 only this method returns this for chaining multiple calls.
    final CC
    Same functionality as calling setDockSide(int) with 2 only this method returns this for chaining multiple calls.
    final CC
    Same functionality as calling setDockSide(int) with 1 only this method returns this for chaining multiple calls.
    final CC
    CC.endGroup(String... xy)
    The end group(s) that this component should be placed in.
    final CC
    Specifies that the component should be put in the end group s and will thus share the same ending coordinate as them within the group.
    final CC
    The end group that this component should be placed in.
    final CC
    Same functionality as calling setExternal(boolean) with true only this method returns this for chaining multiple calls.
    final CC
    CC.flowX()
    Same functionality as calling setFlowX(Boolean) with Boolean.TRUE only this method returns this for chaining multiple calls.
    final CC
    CC.flowY()
    Same functionality as calling setFlowX(Boolean) with Boolean.FALSE only this method returns this for chaining multiple calls.
    final CC
    CC.gap(String... args)
    Corresponds exactly to the "gap left right top bottom" keyword.
    final CC
    CC.gapAfter(String boundsSize)
    Sets the horizontal gap after the component.
    final CC
    CC.gapBefore(String boundsSize)
    Sets the horizontal gap before the component.
    final CC
    CC.gapBottom(String boundsSize)
    Sets the gap below the component.
    final CC
    CC.gapLeft(String boundsSize)
    Sets the gap to the left the component.
    final CC
    CC.gapRight(String boundsSize)
    Sets the gap to the right of the component.
    final CC
    CC.gapTop(String boundsSize)
    Sets the gap above the component.
    final CC
    CC.gapX(String before, String after)
    The horizontal gap before and/or after the component.
    final CC
    CC.gapY(String before, String after)
    The vertical gap before (normally above) and/or after (normally below) the component.
    final CC
    CC.grow()
    Same functionality as growX() and growY().
    final CC
    CC.grow(float... widthHeight)
    grow weight for the component horizontally and optionally vertically.
    final CC
    CC.growPrio(int... widthHeight)
    Grow priority for the component horizontally and optionally vertically.
    final CC
    CC.growPrioX(int p)
    The grow priority compared to other components in the same cell.
    final CC
    CC.growPrioY(int p)
    The grow priority compared to other components in the same cell.
    final CC
    CC.growX()
    Grow weight for the component horizontally.
    final CC
    CC.growX(float w)
    Grow weight for the component horizontally.
    final CC
    CC.growY()
    Grow weight for the component vertically.
    final CC
    CC.growY(float w)
    Grow weight for the component vertically.
    final CC
    CC.growY(Float w)
    Deprecated.
    final CC
    CC.height(String size)
    The size for the component as a min and/or preferred and/or maximum size.
    final CC
    CC.hideMode(int mode)
    How this component, if hidden (not visible), should be treated.
    final CC
    CC.id(String s)
    The id used to reference this component in some constraints.
    final CC
    CC.maxHeight(String size)
    The maximum size for the component.
    final CC
    CC.maxWidth(String size)
    The maximum size for the component.
    final CC
    CC.minHeight(String size)
    The minimum size for the component.
    final CC
    CC.minWidth(String size)
    The minimum size for the component.
    final CC
    CC.newline()
    Same functionality as calling setNewline(boolean) with true only this method returns this for chaining multiple calls.
    final CC
    CC.newline(String gapSize)
    Same functionality as setNewlineGapSize(BoundSize) only this method returns this for chaining multiple calls.
    final CC
    CC.pad(int top, int left, int bottom, int right)
    Same functionality as setPadding(UnitValue[]) but the unit values as absolute pixels.
    final CC
    CC.pad(String pad)
    Same functionality as setPadding(ConstraintParser.parseInsets(pad, false))} only this method returns this for chaining multiple calls.
    static CC
    ConstraintParser.parseComponentConstraint(String s)
    Parses one component constraint and returns the parsed value.
    final CC
    CC.pos(String x, String y)
    Same functionality as x(String x) and y(String y) together.
    final CC
    CC.pos(String x, String y, String x2, String y2)
    Same functionality as x(String x), y(String y), y2(String y) and y2(String y) together.
    final CC
    CC.push()
    Same functionality as pushX().pushY() which means this cell will push in both x and y dimensions.
    final CC
    CC.push(Float weightX, Float weightY)
    Same functionality as pushX(weightX).pushY(weightY) which means this cell will push in both x and y dimensions.
    final CC
    CC.pushX()
    Same functionality as setPushX(Float) which means this cell will push the rest of the row.
    final CC
    CC.pushX(Float weight)
    Same functionality as setPushX(Float weight) only this method returns this for chaining multiple calls.
    final CC
    CC.pushY()
    Same functionality as setPushY(Float) which means this cell will push the rest of the column.
    final CC
    CC.pushY(Float weight)
    Same functionality as setPushY(Float weight) only this method returns this for chaining multiple calls.
    final CC
    CC.shrink(float... widthHeight)
    Shrink weight for the component horizontally and optionally vertically.
    final CC
    CC.shrinkPrio(int... widthHeight)
    Shrink priority for the component horizontally and optionally vertically.
    final CC
    CC.shrinkPrioX(int p)
    The shrink priority compared to other components in the same cell.
    final CC
    CC.shrinkPrioY(int p)
    The shrink priority compared to other components in the same cell.
    final CC
    CC.shrinkX(float w)
    Shrink weight for the component horizontally.
    final CC
    CC.shrinkY(float w)
    Shrink weight for the component horizontally.
    final CC
    CC.sizeGroup(String... xy)
    The size group(s) that this component should be placed in.
    final CC
    Specifies that the component should be put in the size group s and will thus share the same size as them within the group.
    final CC
    The size group that this component should be placed in.
    final CC
    CC.skip()
    Same functionality as skip(1).
    final CC
    CC.skip(int cells)
    Same functionality as setSkip(int) only this method returns this for chaining multiple calls.
    final CC
    CC.span(int... cells)
    Same functionality as spanX(cellsX).spanY(cellsY) which means this cell will span cells in both x and y.
    final CC
    CC.spanX()
    Same functionality as setSpanX(int) which means this cell will span the rest of the row.
    final CC
    CC.spanX(int cells)
    Same functionality as setSpanX(int) only this method returns this for chaining multiple calls.
    final CC
    CC.spanY()
    Same functionality as calling setSpanY(int) with LayoutUtil.INF which means this cell will span the rest of the column.
    final CC
    CC.spanY(int cells)
    Same functionality as setSpanY(int) only this method returns this for chaining multiple calls.
    final CC
    CC.split()
    Same functionality as split(LayoutUtil.INF), which means split until one of the keywords that breaks the split is found for a component after this one (e.g.
    final CC
    CC.split(int parts)
    Same functionality as setSplit(int parts) only this method returns this for chaining multiple calls.
    final CC
    CC.tag(String tag)
    Same functionality as setTag(String tag) only this method returns this for chaining multiple calls.
    final CC
    CC.width(String size)
    The size for the component as a min and/or preferred and/or maximum size.
    final CC
    CC.wrap()
    Same functionality as calling setWrap(boolean) with true only this method returns this for chaining multiple calls.
    final CC
    CC.wrap(String gapSize)
    Same functionality as setWrapGapSize(BoundSize) only this method returns this for chaining multiple calls.
    final CC
    CC.x(String x)
    Sets the x-coordinate for the component.
    final CC
    CC.x2(String x2)
    Sets the x2-coordinate for the component (right side).
    final CC
    CC.y(String y)
    Sets the y-coordinate for the component.
    final CC
    CC.y2(String y2)
    Sets the y2-coordinate for the component (bottom side).
    Methods in net.miginfocom.layout that return types with arguments of type CC
    Modifier and Type
    Method
    Description
    Parses all component constraints and stores the parsed values in the transient (cache) member variables.
    Constructor parameters in net.miginfocom.layout with type arguments of type CC
    Modifier
    Constructor
    Description
     
    Grid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<? extends ComponentWrapper,CC> ccMap, ArrayList<LayoutCallback> callbackList)
    Constructor.