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 CC
Grid.CompWrap.cc
private static final CC
Grid.DEF_CC
Used for components that doesn't have a CC set.Methods in net.miginfocom.layout that return CCModifier and TypeMethodDescriptionfinal CC
Same functionality asgetHorizontal().setAlign(ConstraintParser.parseUnitValue(unitValue, true))
only this method returnsthis
for chaining multiple calls.final CC
Strongly typed API for most common usagesfinal CC
Same functionality asgetVertical().setAlign(ConstraintParser.parseUnitValue(unitValue, true))
only this method returnsthis
for chaining multiple calls.final CC
Strongly typed API for most common usagesfinal CC
CC.cell
(int... colRowWidthHeight) Set the cell(s) that the component should occupy in the grid.private final CC
final CC
CC.dockEast()
Same functionality as callingsetDockSide(int)
with3
only this method returnsthis
for chaining multiple calls.final CC
CC.dockNorth()
Same functionality as callingsetDockSide(int)
with0
only this method returnsthis
for chaining multiple calls.final CC
CC.dockSouth()
Same functionality as callingsetDockSide(int)
with2
only this method returnsthis
for chaining multiple calls.final CC
CC.dockWest()
Same functionality as callingsetDockSide(int)
with1
only this method returnsthis
for chaining multiple calls.final CC
The end group(s) that this component should be placed in.final CC
Specifies that the component should be put in the end groups
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
CC.external()
Same functionality as callingsetExternal(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final CC
CC.flowX()
Same functionality as callingsetFlowX(Boolean)
withBoolean.TRUE
only this method returnsthis
for chaining multiple calls.final CC
CC.flowY()
Same functionality as callingsetFlowX(Boolean)
withBoolean.FALSE
only this method returnsthis
for chaining multiple calls.final CC
Corresponds exactly to the "gap left right top bottom" keyword.final CC
Sets the horizontal gap after the component.final CC
Sets the horizontal gap before the component.final CC
Sets the gap below the component.final CC
Sets the gap to the left the component.final CC
Sets the gap to the right of the component.final CC
Sets the gap above the component.final CC
The horizontal gap before and/or after the component.final CC
The vertical gap before (normally above) and/or after (normally below) the component.private static CC
Grid.getCC
(ComponentWrapper comp, Map<? extends ComponentWrapper, CC> ccMap) final CC
CC.grow()
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
Deprecated.final CC
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
The id used to reference this component in some constraints.final CC
The maximum size for the component.final CC
The maximum size for the component.final CC
The minimum size for the component.final CC
The minimum size for the component.final CC
CC.newline()
Same functionality as callingsetNewline(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final CC
Same functionality assetNewlineGapSize(BoundSize)
only this method returnsthis
for chaining multiple calls.final CC
CC.pad
(int top, int left, int bottom, int right) Same functionality assetPadding(UnitValue[])
but the unit values as absolute pixels.final CC
Same functionality assetPadding(ConstraintParser.parseInsets(pad, false))}
only this method returnsthis
for chaining multiple calls.static CC
ConstraintParser.parseComponentConstraint
(String s) Parses one component constraint and returns the parsed value.final CC
Same functionality asx(String x)
andy(String y)
together.final CC
final CC
CC.push()
Same functionality aspushX().pushY()
which means this cell will push in both x and y dimensions.final CC
Same functionality aspushX(weightX).pushY(weightY)
which means this cell will push in both x and y dimensions.final CC
CC.pushX()
Same functionality assetPushX(Float)
which means this cell will push the rest of the row.final CC
Same functionality assetPushX(Float weight)
only this method returnsthis
for chaining multiple calls.final CC
CC.pushY()
Same functionality assetPushY(Float)
which means this cell will push the rest of the column.final CC
Same functionality assetPushY(Float weight)
only this method returnsthis
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
The size group(s) that this component should be placed in.final CC
CC.sizeGroupX
(String s) Specifies that the component should be put in the size groups
and will thus share the same size as them within the group.final CC
CC.sizeGroupY
(String s) 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 assetSkip(int)
only this method returnsthis
for chaining multiple calls.final CC
CC.span
(int... cells) Same functionality asspanX(cellsX).spanY(cellsY)
which means this cell will span cells in both x and y.final CC
CC.spanX()
Same functionality assetSpanX(int)
which means this cell will span the rest of the row.final CC
CC.spanX
(int cells) Same functionality assetSpanX(int)
only this method returnsthis
for chaining multiple calls.final CC
CC.spanY()
Same functionality as callingsetSpanY(int)
withLayoutUtil.INF
which means this cell will span the rest of the column.final CC
CC.spanY
(int cells) Same functionality assetSpanY(int)
only this method returnsthis
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 assetSplit(int parts)
only this method returnsthis
for chaining multiple calls.final CC
Same functionality assetTag(String tag)
only this method returnsthis
for chaining multiple calls.final CC
The size for the component as a min and/or preferred and/or maximum size.final CC
CC.wrap()
Same functionality as callingsetWrap(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final CC
Same functionality assetWrapGapSize(BoundSize)
only this method returnsthis
for chaining multiple calls.final CC
Sets the x-coordinate for the component.final CC
Sets the x2-coordinate for the component (right side).final CC
Sets the y-coordinate for the component.final CC
Sets 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 void
Grid.addLinkIDs
(CC cc) private void
Grid.CompWrap.calcGaps
(ComponentWrapper before, CC befCC, ComponentWrapper after, CC aftCC, String tag, boolean flowX, boolean isLTR) private static UnitValue
Grid.correctAlign
(CC cc, UnitValue rowAlign, boolean isHor, boolean fromEnd) static String
IDEUtil.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 boolean
Grid.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 CC
Grid.getCC
(ComponentWrapper comp, Map<? extends ComponentWrapper, CC> ccMap) Constructors in net.miginfocom.layout with parameters of type CCModifierConstructorDescriptionprivate
CompWrap
(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.wrapperToCCMap
Methods 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