Uses of Class
net.miginfocom.layout.AC
Packages that use AC
-
Uses of AC in net.miginfocom.layout
Methods in net.miginfocom.layout that return ACModifier and TypeMethodDescriptionfinal ACSpecifies the current row/column's columns default alignment for its components.final ACSpecifies the indicated rows'/columns' columns default alignment for its components.final ACAC.count(int size) Sets the total number of rows/columns tosize.final ACAC.fill()Specifies that the current row/column's component should grow by default.final ACAC.fill(int... indexes) Specifies that the indicated rows'/columns' component should grow by default.final ACAC.gap()Specifies the gap size to be the default one AND moves to the next column/row.final ACSpecifies the gap size tosizeAND moves to the next column/row.final ACSpecifies the indicated rows'/columns' gap size tosize.final ACAC.grow()Specifies the current row/column's grow weight within columns/rows with thegrow priority100f.final ACAC.grow(float w) Specifies the current row/column's grow weight within columns/rows with the samegrow priority.final ACAC.grow(float w, int... indexes) Specifies the indicated rows'/columns' grow weight within columns/rows with the samegrow priority.final ACAC.growPrio(int p) Specifies the current row/column's grow priority.final ACAC.growPrio(int p, int... indexes) Specifies the indicated rows'/columns' grow priority.final ACAC.index(int i) Sets the current row/column toi.final ACAC.noGrid()Specifies that the current row/column should not be grid-like.final ACAC.noGrid(int... indexes) Specifies that the indicated rows/columns should not be grid-like.static ACConstraintParser.parseColumnConstraints(String s) Parses the column or rows constraints.static ACConstraintParser.parseRowConstraints(String s) Parses the column or rows constraints.final ACAC.shrink()Specifies that the current row/column's shrink weight withing the columns/rows with theshrink priority100f.final ACAC.shrink(float w) Specifies that the current row/column's shrink weight withing the columns/rows with the sameshrink priority.final ACAC.shrink(float w, int... indexes) Specifies the indicated rows'/columns' shrink weight withing the columns/rows with the sameshrink priority.final ACAC.shrinkPrio(int p) Specifies the current row/column's shrink priority.final ACAC.shrinkPrio(int p, int... indexes) Specifies the indicated rows'/columns' shrink priority.final ACAC.shrinkWeight(float w) Deprecated.in 3.7.2.final ACAC.shrinkWeight(float w, int... indexes) Deprecated.in 3.7.2.final ACSpecifies the current row/column's min and/or preferred and/or max size.final ACSpecifies the indicated rows'/columns' min and/or preferred and/or max size.final ACAC.sizeGroup()Specifies that the current row/column should be put in the size groupsand will thus share the same size constraints as the other components in the group.final ACSpecifies that the current row/column should be put in the size groupsand will thus share the same size constraints as the other components in the group.final ACSpecifies that the indicated rows/columns should be put in the size groupsand will thus share the same size constraints as the other components in the group.Methods in net.miginfocom.layout with parameters of type ACModifier and TypeMethodDescriptionstatic final StringIDEUtil.getConstraintString(AC ac, boolean asAPI, boolean isCols) Returns the a constraint string that can be re-parsed to be the exact same AxisConstraint.Constructors in net.miginfocom.layout with parameters of type ACModifierConstructorDescriptionGrid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor. -
Uses of AC in net.miginfocom.swing
Constructors in net.miginfocom.swing with parameters of type AC