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 AC
Grid.colConstr
The row and column specifications.private final AC
Grid.rowConstr
The row and column specifications.Methods in net.miginfocom.layout that return ACModifier and TypeMethodDescriptionfinal AC
Specifies the current row/column's columns default alignment for its components.final AC
Specifies the indicated rows'/columns' columns default alignment for its components.final AC
AC.count
(int size) Sets the total number of rows/columns tosize
.final AC
AC.fill()
Specifies that the current row/column's component should grow by default.final AC
AC.fill
(int... indexes) Specifies that the indicated rows'/columns' component should grow by default.final AC
AC.gap()
Specifies the gap size to be the default one AND moves to the next column/row.final AC
Specifies the gap size tosize
AND moves to the next column/row.final AC
Specifies the indicated rows'/columns' gap size tosize
.final AC
AC.grow()
Specifies the current row/column's grow weight within columns/rows with thegrow priority
100f.final AC
AC.grow
(float w) Specifies the current row/column's grow weight within columns/rows with the samegrow priority
.final AC
AC.grow
(float w, int... indexes) Specifies the indicated rows'/columns' grow weight within columns/rows with the samegrow priority
.final AC
AC.growPrio
(int p) Specifies the current row/column's grow priority.final AC
AC.growPrio
(int p, int... indexes) Specifies the indicated rows'/columns' grow priority.final AC
AC.index
(int i) Sets the current row/column toi
.final AC
AC.noGrid()
Specifies that the current row/column should not be grid-like.final AC
AC.noGrid
(int... indexes) Specifies that the indicated rows/columns should not be grid-like.private static AC
ConstraintParser.parseAxisConstraint
(String s, boolean isCols) Parses the column or rows constraints.static AC
ConstraintParser.parseColumnConstraints
(String s) Parses the column or rows constraints.static AC
ConstraintParser.parseRowConstraints
(String s) Parses the column or rows constraints.final AC
AC.shrink()
Specifies that the current row/column's shrink weight within the columns/rows with theshrink priority
100f.final AC
AC.shrink
(float w) Specifies that the current row/column's shrink weight within the columns/rows with the sameshrink priority
.final AC
AC.shrink
(float w, int... indexes) Specifies the indicated rows'/columns' shrink weight within the columns/rows with the sameshrink priority
.final AC
AC.shrinkPrio
(int p) Specifies the current row/column's shrink priority.final AC
AC.shrinkPrio
(int p, int... indexes) Specifies the indicated rows'/columns' shrink priority.final AC
AC.shrinkWeight
(float w) Deprecated.in 3.7.2.final AC
AC.shrinkWeight
(float w, int... indexes) Deprecated.in 3.7.2.final AC
Specifies the current row/column's min and/or preferred and/or max size.final AC
Specifies the indicated rows'/columns' min and/or preferred and/or max size.final AC
AC.sizeGroup()
Specifies that the current row/column should be put in the size groups
and will thus share the same size constraints as the other components in the group.final AC
Specifies that the current row/column should be put in the size groups
and will thus share the same size constraints as the other components in the group.final AC
Specifies that the indicated rows/columns should be put in the size groups
and 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 String
IDEUtil.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 AC
MigPane.columnConstraints
private AC
MigPane.rowConstraints
Methods 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 TypeMethodDescriptionvoid
MigPane.setColumnConstraints
(AC value) void
MigPane.setRowConstraints
(AC value) MigPane.withColumnConstraints
(AC value) MigPane.withRowConstraints
(AC value) Constructors in org.tbee.javafx.scene.layout with parameters of type AC