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 CCModifier and TypeMethodDescriptionfinal CCSame functionality asgetHorizontal().setAlign(ConstraintParser.parseUnitValue(unitValue, true))only this method returnsthisfor chaining multiple calls.final CCSame functionality asgetVertical().setAlign(ConstraintParser.parseUnitValue(unitValue, true))only this method returnsthisfor chaining multiple calls.final CCCC.cell(int... colRowWidthHeight) Set the cell(s) that the component should occupy in the grid.final CCCC.dockEast()Same functionality as} only this method returnsinvalid @link
{@link #setDockSide(int 3)thisfor chaining multiple calls.final CCCC.dockNorth()Same functionality as} only this method returnsinvalid @link
{@link #setDockSide(int 0)thisfor chaining multiple calls.final CCCC.dockSouth()Same functionality as} only this method returnsinvalid @link
{@link #setDockSide(int 2)thisfor chaining multiple calls.final CCCC.dockWest()Same functionality as} only this method returnsinvalid @link
{@link #setDockSide(int 1)thisfor chaining multiple calls.final CCThe end group(s) that this componet should be placed in.final CCSpecifies that the component should be put in the end groupsand will thus share the same ending coordinate as them within the group.final CCThe end group that this componet should be placed in.final CCCC.external()Same functionality as} only this method returnsinvalid @link
{@link #setExternal(boolean true)thisfor chaining multiple calls.final CCCC.flowX()Same functionality assetFlowX(Boolean.TRUE)only this method returnsthisfor chaining multiple calls.final CCCC.flowY()Same functionality assetFlowX(Boolean.FALSE)only this method returnsthisfor chaining multiple calls.final CCCorresponds exactly to the "gap left right top bottom" keyword.final CCSets the horizontal gap before the component.final CCSets the horizontal gap before the component.final CCSets the gap above the component.final CCSets the gap above the component.final CCSets the gap above the component.final CCSets the gap above the component.final CCThe horizontal gap before and/or after the component.final CCThe vertical gap before (normally above) and/or after (normally below) the component.final CCCC.grow()final CCCC.grow(float... widthHeight) grow weight for the component horizontally and optionally vertically.final CCCC.growPrio(int... widthHeight) Grow priority for the component horizontally and optionally vertically.final CCCC.growPrioX(int p) The grow priority compared to other components in the same cell.final CCCC.growPrioY(int p) The grow priority compared to other components in the same cell.final CCCC.growX()Grow weight for the component horizontally.final CCCC.growX(float w) Grow weight for the component horizontally.final CCCC.growY()Grow weight for the component vertically.final CCGrow weight for the component vertically.final CCThe size for the component as a min and/or preferref and/or maximum size.final CCCC.hideMode(int mode) How this component, if hidden (not visible), should be treated.final CCThe id used to reference this component in some constraints.final CCThe maximum size for the component.final CCThe maximum size for the component.final CCThe minimum size for the component.final CCThe minimum size for the component.final CCCC.newline()Same functionality as} only this method returnsinvalid @link
{@link #setNewline(boolean true)thisfor chaining multiple calls.final CCSame functionality assetNewlineGapSize(BoundSize)only this method returnsthisfor chaining multiple calls.final CCCC.pad(int top, int left, int bottom, int right) Same functionality assetPadding(UnitValue[])but the unit values as absolute pixels.final CCSame functionality assetPadding(ConstraintParser.parseInsets(pad, false))}only this method returnsthisfor chaining multiple calls.static CCConstraintParser.parseComponentConstraint(String s) Parses one component constraint and returns the parsed value.final CCSame functionality asx(String x)andy(String y)toghether.final CCfinal CCCC.push()Same functionality aspushX().pushY()which means this cell will push in both x and y dimensions.final CCSame functionality aspushX(weightX).pushY(weightY)which means this cell will push in both x and y dimensions.final CCCC.pushX()Same functionality assetPushX(Float)which means this cell will push the rest of the row.final CCSame functionality assetPushX(Float weight)only this method returnsthisfor chaining multiple calls.final CCCC.pushY()Same functionality as} which means this cell will push the rest of the column.invalid @link
{@link #setPushY(Float))final CCSame functionality assetPushY(Float weight)only this method returnsthisfor chaining multiple calls.final CCCC.shrink(float... widthHeight) Shrink weight for the component horizontally and optionally vertically.final CCCC.shrinkPrio(int... widthHeight) Shrink priority for the component horizontally and optionally vertically.final CCCC.shrinkPrioX(int p) The shrink priority compared to other components in the same cell.final CCCC.shrinkPrioY(int p) The shrink priority compared to other components in the same cell.final CCCC.shrinkX(float w) Shrink weight for the component horizontally.final CCCC.shrinkY(float w) Shrink weight for the component horizontally.final CCThe size group(s) that this componet should be placed in.final CCCC.sizeGroupX(String s) Specifies that the component should be put in the size groupsand will thus share the same size as them within the group.final CCCC.sizeGroupY(String s) The size group that this componet should be placed in.final CCCC.skip()Same functionality as skip(1).final CCCC.skip(int cells) Same functionality assetSkip(int)only this method returnsthisfor chaining multiple calls.final CCCC.span(int... cells) Same functionality asspanX(cellsX).spanY(cellsY)which means this cell will span cells in both x and y.final CCCC.spanX()Same functionality as} which means this cell will span the rest of the row.invalid @link
{@link #setSpanX(int LayoutUtil.INF)final CCCC.spanX(int cells) Same functionality assetSpanX(int cells)only this method returnsthisfor chaining multiple calls.final CCCC.spanY()Same functionality as} which means this cell will span the rest of the column.invalid @link
{@link #setSpanY(int LayoutUtil.INF)final CCCC.spanY(int cells) Same functionality assetSpanY(int cells)only this method returnsthisfor chaining multiple calls.final CCCC.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 CCCC.split(int parts) Same functionality assetSplit(int parts)only this method returnsthisfor chaining multiple calls.final CCSame functionality assetTag(String tag)only this method returnsthisfor chaining multiple calls.final CCThe size for the component as a min and/or preferref and/or maximum size.final CCCC.wrap()Same functionality as} only this method returnsinvalid @link
{@link #setWrap(boolean true)thisfor chaining multiple calls.final CCSame functionality assetWrapGapSize(BoundSize)only this method returnsthisfor chaining multiple calls.final CCSets the x-coordinate for the component.final CCSets the x2-coordinate for the component (right side).final CCSets the y-coordinate for the component.final CCSets the y2-coordinate for the component (bottom side).Methods in net.miginfocom.layout that return types with arguments of type CCModifier and TypeMethodDescriptionstatic Map<ComponentWrapper, CC> ConstraintParser.parseComponentConstraints(Map<ComponentWrapper, String> constrMap) Parses all component constraints and stores the parsed values in the transient (cache) member varables.Methods in net.miginfocom.layout with parameters of type CCModifier and TypeMethodDescriptionstatic final StringIDEUtil.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 CCModifierConstructorDescriptionGrid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor.