Uses of Class
net.miginfocom.layout.AC

Packages that use AC
  • Uses of AC in net.miginfocom.layout

    Fields in net.miginfocom.layout declared as AC
    Modifier and Type
    Field
    Description
    private final AC
    The row and column specifications.
    private final AC
    The row and column specifications.
    Methods in net.miginfocom.layout that return AC
    Modifier and Type
    Method
    Description
    final AC
    AC.align(String side)
    Specifies the current row/column's columns default alignment for its components.
    final AC
    AC.align(String side, int... indexes)
    Specifies the indicated rows'/columns' columns default alignment for its components.
    final AC
    AC.count(int size)
    Sets the total number of rows/columns to size.
    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
    AC.gap(String size)
    Specifies the gap size to size AND moves to the next column/row.
    final AC
    AC.gap(String size, int... indexes)
    Specifies the indicated rows'/columns' gap size to size.
    final AC
    AC.grow()
    Specifies the current row/column's grow weight within columns/rows with the grow priority 100f.
    final AC
    AC.grow(float w)
    Specifies the current row/column's grow weight within columns/rows with the same grow priority.
    final AC
    AC.grow(float w, int... indexes)
    Specifies the indicated rows'/columns' grow weight within columns/rows with the same grow 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 to i.
    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 the shrink priority 100f.
    final AC
    AC.shrink(float w)
    Specifies that the current row/column's shrink weight within the columns/rows with the same shrink priority.
    final AC
    AC.shrink(float w, int... indexes)
    Specifies the indicated rows'/columns' shrink weight within the columns/rows with the same shrink 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
    AC.size(String s)
    Specifies the current row/column's min and/or preferred and/or max size.
    final AC
    AC.size(String size, int... indexes)
    Specifies the indicated rows'/columns' min and/or preferred and/or max size.
    final AC
    Specifies that the current row/column should be put in the size group s 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 group s and will thus share the same size constraints as the other components in the group.
    final AC
    AC.sizeGroup(String s, int... indexes)
    Specifies that the indicated rows/columns should be put in the size group s and will thus share the same size constraints as the other components in the group.
    Methods in net.miginfocom.layout with parameters of type AC
    Modifier and Type
    Method
    Description
    static 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 AC
    Modifier
    Constructor
    Description
     
    Grid(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 AC
    Modifier and Type
    Field
    Description
    private AC
    MigLayout.colSpecs
     
    private AC
    MigLayout.rowSpecs
     
    Constructors in net.miginfocom.swing with parameters of type AC
    Modifier
    Constructor
    Description
     
    MigLayout(LC layoutConstraints, AC colConstraints)
    Constructor.
     
    MigLayout(LC layoutConstraints, AC colConstraints, AC rowConstraints)
    Constructor.
  • Uses of AC in net.miginfocom.swt

    Fields in net.miginfocom.swt declared as AC
    Modifier and Type
    Field
    Description
    private AC
    MigLayout.colSpecs
     
    private AC
    MigLayout.rowSpecs
     
    Constructors in net.miginfocom.swt with parameters of type AC
    Modifier
    Constructor
    Description
     
    MigLayout(LC layoutConstraints, AC colConstraints)
    Constructor.
     
    MigLayout(LC layoutConstraints, AC colConstraints, AC rowConstraints)
    Constructor.
  • Uses of AC in org.tbee.javafx.scene.layout

    Fields in org.tbee.javafx.scene.layout declared as AC
    Modifier and Type
    Field
    Description
    private AC
     
    private AC
     
    Methods in org.tbee.javafx.scene.layout that return AC
    Modifier and Type
    Method
    Description
    ColumnConstraints:
    RowConstraints:
    Methods in org.tbee.javafx.scene.layout with parameters of type AC
    Modifier and Type
    Method
    Description
    void
    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
    Modifier
    Constructor
    Description
     
    MigPane(LC layoutConstraints, AC colConstraints)
    use the class layout constraints
     
    MigPane(LC layoutConstraints, AC colConstraints, AC rowConstraints)
    use the class layout constraints