Uses of Class
net.miginfocom.layout.CC
Packages that use CC
Package
Description
-
Uses of CC in net.miginfocom.layout
Fields in net.miginfocom.layout declared as CCModifier and TypeFieldDescriptionprivate final CCGrid.CompWrap.ccprivate static final CCGrid.DEF_CCUsed for components that doesn't have a CC set.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 CCStrongly typed API for most common usagesfinal CCSame functionality asgetVertical().setAlign(ConstraintParser.parseUnitValue(unitValue, true))only this method returnsthisfor chaining multiple calls.final CCStrongly typed API for most common usagesfinal CCCC.cell(int... colRowWidthHeight) Set the cell(s) that the component should occupy in the grid.private final CCfinal CCCC.dockEast()Same functionality as callingsetDockSide(int)with3only this method returnsthisfor chaining multiple calls.final CCCC.dockNorth()Same functionality as callingsetDockSide(int)with0only this method returnsthisfor chaining multiple calls.final CCCC.dockSouth()Same functionality as callingsetDockSide(int)with2only this method returnsthisfor chaining multiple calls.final CCCC.dockWest()Same functionality as callingsetDockSide(int)with1only this method returnsthisfor chaining multiple calls.final CCThe end group(s) that this component 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 component should be placed in.final CCCC.external()Same functionality as callingsetExternal(boolean)withtrueonly this method returnsthisfor chaining multiple calls.final CCCC.flowX()Same functionality as callingsetFlowX(Boolean)withBoolean.TRUEonly this method returnsthisfor chaining multiple calls.final CCCC.flowY()Same functionality as callingsetFlowX(Boolean)withBoolean.FALSEonly this method returnsthisfor chaining multiple calls.final CCCorresponds exactly to the "gap left right top bottom" keyword.final CCSets the horizontal gap after the component.final CCSets the horizontal gap before the component.final CCSets the gap below the component.final CCSets the gap to the left the component.final CCSets the gap to the right of 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.private static CCGrid.getCC(ComponentWrapper comp, Map<? extends ComponentWrapper, CC> ccMap) 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 CCCC.growY(float w) Grow weight for the component vertically.final CCDeprecated.final CCThe size for the component as a min and/or preferred 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 callingsetNewline(boolean)withtrueonly this method returnsthisfor 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)together.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 assetPushY(Float)which means this cell will push the rest of the column.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 component 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 component 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 assetSpanX(int)which means this cell will span the rest of the row.final CCCC.spanX(int cells) Same functionality assetSpanX(int)only this method returnsthisfor chaining multiple calls.final CCCC.spanY()Same functionality as callingsetSpanY(int)withLayoutUtil.INFwhich means this cell will span the rest of the column.final CCCC.spanY(int cells) Same functionality assetSpanY(int)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.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 preferred and/or maximum size.final CCCC.wrap()Same functionality as callingsetWrap(boolean)withtrueonly this method returnsthisfor 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 variables.Methods in net.miginfocom.layout with parameters of type CCModifier and TypeMethodDescriptionprivate voidGrid.addLinkIDs(CC cc) private voidGrid.CompWrap.calcGaps(ComponentWrapper before, CC befCC, ComponentWrapper after, CC aftCC, String tag, boolean flowX, boolean isLTR) private static UnitValueGrid.correctAlign(CC cc, UnitValue rowAlign, boolean isHor, boolean fromEnd) static StringIDEUtil.getConstraintString(CC cc, boolean asAPI) Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.private UnitValue[]Grid.getPos(ComponentWrapper cw, CC cc) private booleanGrid.setLinkedBounds(ComponentWrapper cw, CC cc, int x, int y, int w, int h, boolean external) Method parameters in net.miginfocom.layout with type arguments of type CCModifier and TypeMethodDescriptionprivate static CCGrid.getCC(ComponentWrapper comp, Map<? extends ComponentWrapper, CC> ccMap) Constructors in net.miginfocom.layout with parameters of type CCModifierConstructorDescriptionprivateCompWrap(ComponentWrapper c, CC cc, int eHideMode, boolean useVisualPadding) Constructor parameters in net.miginfocom.layout with type arguments of type CCModifierConstructorDescriptionGrid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<? extends ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor. -
Uses of CC in net.miginfocom.swing
Fields in net.miginfocom.swing with type parameters of type CC -
Uses of CC in net.miginfocom.swt
Fields in net.miginfocom.swt with type parameters of type CC -
Uses of CC in org.tbee.javafx.scene.layout
Fields in org.tbee.javafx.scene.layout with type parameters of type CCModifier and TypeFieldDescriptionprivate final LinkedHashMap<MigPane.FXComponentWrapper, CC> MigPane.wrapperToCCMapMethods in org.tbee.javafx.scene.layout that return CCModifier and TypeMethodDescriptionMigPane.getComponentConstraints(javafx.scene.Node node) Returns the constraints for the nodeMethods in org.tbee.javafx.scene.layout with parameters of type CC -
Uses of CC in org.tbee.javafx.scene.layout.fxml
Methods in org.tbee.javafx.scene.layout.fxml with parameters of type CC