Uses of Class
net.miginfocom.layout.AC

  • Uses of AC in net.miginfocom.layout

    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.
    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.
    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.