Uses of Class
net.miginfocom.layout.CC

Packages that use 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 CC.setDockSide(int) with 3 only this method returns this for chaining multiple calls.
    final CC
    Same functionality as calling CC.setDockSide(int) with 0 only this method returns this for chaining multiple calls.
    final CC
    Same functionality as calling CC.setDockSide(int) with 2 only this method returns this for chaining multiple calls.
    final CC
    Same functionality as calling CC.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 CC.setExternal(boolean) with true only this method returns this for chaining multiple calls.
    final CC
    CC.flowX()
    Same functionality as calling CC.setFlowX(Boolean) with Boolean.TRUE only this method returns this for chaining multiple calls.
    final CC
    CC.flowY()
    Same functionality as calling CC.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 CC.growX() and CC.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 CC.setNewline(boolean) with true only this method returns this for chaining multiple calls.
    final CC
    CC.newline(String gapSize)
    Same functionality as CC.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 CC.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 CC.x(String x) and CC.y(String y) together.
    final CC
    CC.pos(String x, String y, String x2, String y2)
    Same functionality as CC.x(String x), CC.y(String y), CC.y2(String y) and CC.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 CC.setPushX(Float) which means this cell will push the rest of the row.
    final CC
    CC.pushX(Float weight)
    Same functionality as CC.setPushX(Float weight) only this method returns this for chaining multiple calls.
    final CC
    CC.pushY()
    Same functionality as CC.setPushY(Float) which means this cell will push the rest of the column.
    final CC
    CC.pushY(Float weight)
    Same functionality as CC.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 CC.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 CC.setSpanX(int) which means this cell will span the rest of the row.
    final CC
    CC.spanX(int cells)
    Same functionality as CC.setSpanX(int) only this method returns this for chaining multiple calls.
    final CC
    CC.spanY()
    Same functionality as calling CC.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 CC.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. wrap, newline and skip).
    final CC
    CC.split(int parts)
    Same functionality as CC.setSplit(int parts) only this method returns this for chaining multiple calls.
    final CC
    CC.tag(String tag)
    Same functionality as CC.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 CC.setWrap(boolean) with true only this method returns this for chaining multiple calls.
    final CC
    CC.wrap(String gapSize)
    Same functionality as CC.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
    ConstraintParser.parseComponentConstraints(Map<ComponentWrapper, String> constrMap)
    Parses all component constraints and stores the parsed values in the transient (cache) member variables.
    Methods in net.miginfocom.layout with parameters of type CC
    Modifier and Type
    Method
    Description
    static String
    IDEUtil.getConstraintString(CC cc, boolean asAPI)
    Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.
    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.
  • Uses of CC in org.tbee.javafx.scene.layout

    Methods in org.tbee.javafx.scene.layout that return CC
    Modifier and Type
    Method
    Description
    MigPane.getComponentConstraints(javafx.scene.Node node)
    Returns the constraints for the node
    Methods in org.tbee.javafx.scene.layout with parameters of type CC
    Modifier and Type
    Method
    Description
    MigPane.add(int index, javafx.scene.Node node, CC cc)
     
    MigPane.add(javafx.scene.Node node, CC cc)
     
    void
    MigPane.setComponentConstraints(javafx.scene.Node node, CC cc)
    Sets the constraints for the node
  • Uses of CC in org.tbee.javafx.scene.layout.fxml

    Methods in org.tbee.javafx.scene.layout.fxml with parameters of type CC
    Modifier and Type
    Method
    Description
    static void
    MigPane.setCc(javafx.scene.Node node, CC cc)
    called from the subnodes in FXML via MigPane.cc="..."