Uses of Class
net.miginfocom.layout.AC
Packages that use AC
Package
Description
-
Uses of AC in net.miginfocom.layout
Fields in net.miginfocom.layout declared as ACModifier and TypeFieldDescriptionprivate final ACGrid.colConstrThe row and column specifications.private final ACGrid.rowConstrThe row and column specifications.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.private static ACConstraintParser.parseAxisConstraint(String s, boolean isCols) Parses the column or rows constraints.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 within the columns/rows with theshrink priority100f.final ACAC.shrink(float w) Specifies that the current row/column's shrink weight within the columns/rows with the sameshrink priority.final ACAC.shrink(float w, int... indexes) Specifies the indicated rows'/columns' shrink weight within 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 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<? extends ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor. -
Uses of AC in net.miginfocom.swing
Fields in net.miginfocom.swing declared as ACConstructors in net.miginfocom.swing with parameters of type AC -
Uses of AC in net.miginfocom.swt
Fields in net.miginfocom.swt declared as ACConstructors in net.miginfocom.swt with parameters of type AC -
Uses of AC in org.tbee.javafx.scene.layout
Fields in org.tbee.javafx.scene.layout declared as ACModifier and TypeFieldDescriptionprivate ACMigPane.columnConstraintsprivate ACMigPane.rowConstraintsMethods in org.tbee.javafx.scene.layout that return ACModifier and TypeMethodDescriptionMigPane.getColumnConstraints()ColumnConstraints:MigPane.getRowConstraints()RowConstraints:Methods in org.tbee.javafx.scene.layout with parameters of type ACModifier and TypeMethodDescriptionvoidMigPane.setColumnConstraints(AC value) voidMigPane.setRowConstraints(AC value) MigPane.withColumnConstraints(AC value) MigPane.withRowConstraints(AC value) Constructors in org.tbee.javafx.scene.layout with parameters of type AC