Uses of Class
net.miginfocom.layout.CC

Packages that use CC
net.miginfocom.layout   
 

Uses of CC in net.miginfocom.layout
 

Methods in net.miginfocom.layout that return CC
 CC CC.alignX(java.lang.String align)
          Same functionality as getHorizontal().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
 CC CC.alignY(java.lang.String align)
          Same functionality as getVertical().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
 CC CC.cell(int col, int row)
          Same functionality as setCellX(int col) and setCellY(int row) only this method returns this for chaining multiple calls.
 CC CC.cell(int col, int row, int width, int height)
          Set the cell(s) that the component should occupy in the grid.
 CC CC.dockEast()
          Same functionality as setDockSide(int 3) only this method returns this for chaining multiple calls.
 CC CC.dockNorth()
          Same functionality as setDockSide(int 0) only this method returns this for chaining multiple calls.
 CC CC.dockSouth()
          Same functionality as setDockSide(int 2) only this method returns this for chaining multiple calls.
 CC CC.dockWest()
          Same functionality as setDockSide(int 1) only this method returns this for chaining multiple calls.
 CC CC.endGroupX(java.lang.String s)
          Specifies that the component should be put in the end group s and will thus share the same ending coordinate as them within the group.
 CC CC.endGroupY(java.lang.String s)
          The end group that this componet should be placed in.
 CC CC.external()
          Same functionality as setExternal(boolean true) only this method returns this for chaining multiple calls.
 CC CC.flowX()
          Same functionality as setFlowX(Boolean .TRUE) only this method returns this for chaining multiple calls.
 CC CC.flowY()
          Same functionality as setFlowX(Boolean .FALSE) only this method returns this for chaining multiple calls.
 CC CC.gapX(java.lang.String before, java.lang.String after)
          The horizontal gap before and/or after the component.
 CC CC.gapY(java.lang.String before, java.lang.String after)
          The vertical gap before (normally above) and/or after (normally below) the component.
 CC CC.grow()
          Same functionality as growX() and growY().
 CC CC.growPrioX(int p)
          The grow priority compared to other components in the same cell.
 CC CC.growPrioY(int p)
          The grow priority compared to other components in the same cell.
 CC CC.growX()
          Grow weight for the component horizontally.
 CC CC.growX(float w)
          Grow weight for the component horizontally.
 CC CC.growY()
          Grow weight for the component vertically.
 CC CC.growY(java.lang.Float w)
          Grow weight for the component vertically.
 CC CC.height(java.lang.String size)
          The size for the component as a min and/or preferref and/or maximum size.
 CC CC.hideMode(int mode)
          How this component, if hidden (not visible), should be treated.
 CC CC.id(java.lang.String s)
          The id used to reference this component in some constraints.
 CC CC.maxHeight(java.lang.String size)
          The maximum size for the component.
 CC CC.maxWidth(java.lang.String size)
          The maximum size for the component.
 CC CC.minHeight(java.lang.String size)
          The minimum size for the component.
 CC CC.minWidth(java.lang.String size)
          The minimum size for the component.
 CC CC.newline()
          Same functionality as setNewline(boolean true) only this method returns this for chaining multiple calls.
 CC CC.pad(int top, int left, int bottom, int right)
          Same functionality as setPadding(UnitValue[]) but the unit values as absolute pixels.
 CC CC.pad(java.lang.String pad)
          Same functionality as setPadding(ConstraintParser.parseInsets(pad, false))} only this method returns this for chaining multiple calls.
static CC ConstraintParser.parseComponentConstraint(java.lang.String s)
          Parses one component constraint and returns the parsed value.
 CC CC.pos(java.lang.String x, java.lang.String y)
          Same functionality as x(String x) and y(String y) toghether.
 CC CC.pos(java.lang.String x, java.lang.String y, java.lang.String x2, java.lang.String y2)
          Same functionality as x(String x), y(String y), y2(String y) and y2(String y) toghether.
 CC CC.push()
          Same functionality as pushX().pushY() which means this cell will push in both x and y dimensions.
 CC CC.push(java.lang.Float weightX, java.lang.Float weightY)
          Same functionality as pushX(weightX).pushY(weightY) which means this cell will push in both x and y dimensions.
 CC CC.pushX()
          Same functionality as #setPushX(100) which means this cell will push the rest of the row.
 CC CC.pushX(java.lang.Float weight)
          Same functionality as setPushX(Float weight) only this method returns this for chaining multiple calls.
 CC CC.pushY()
          Same functionality as #setPushY(100)) which means this cell will push the rest of the column.
 CC CC.pushY(java.lang.Float weight)
          Same functionality as setPushY(Float weight) only this method returns this for chaining multiple calls.
 CC CC.shrinkPrioX(int p)
          The shrink priority compared to other components in the same cell.
 CC CC.shrinkPrioY(int p)
          The shrink priority compared to other components in the same cell.
 CC CC.shrinkX(float w)
          Shrink weight for the component horizontally.
 CC CC.shrinkY(float w)
          Shrink weight for the component horizontally.
 CC CC.sizeGroupX(java.lang.String s)
          Specifies that the component should be put in the size group s and will thus share the same size as them within the group.
 CC CC.sizeGroupY(java.lang.String s)
          The size group that this componet should be placed in.
 CC CC.skip(int cells)
          Same functionality as setSkip(int) only this method returns this for chaining multiple calls.
 CC CC.span(int cellsX, int cellsY)
          Same functionality as spanX(cellsX).spanY(cellsY) which means this cell will span cells in both x and y.
 CC CC.spanX()
          Same functionality as setSpanX(int LayoutUtil.INF) which means this cell will span the rest of the row.
 CC CC.spanX(int cells)
          Same functionality as setSpanX(int cells) only this method returns this for chaining multiple calls.
 CC CC.spanY()
          Same functionality as setSpanY(int LayoutUtil.INF) which means this cell will span the rest of the column.
 CC CC.spanY(int cells)
          Same functionality as setSpanY(int cells) only this method returns this for chaining multiple calls.
 CC CC.split(int parts)
          Same functionality as setSplit(int parts) only this method returns this for chaining multiple calls.
 CC CC.tag(java.lang.String tag)
          Same functionality as setTag(String tag) only this method returns this for chaining multiple calls.
 CC CC.width(java.lang.String size)
          The size for the component as a min and/or preferref and/or maximum size.
 CC CC.wrap()
          Same functionality as setWrap(boolean true) only this method returns this for chaining multiple calls.
 CC CC.x(java.lang.String x)
          Sets the x-coordinate for the component.
 CC CC.x2(java.lang.String x2)
          Sets the x2-coordinate for the component (right side).
 CC CC.y(java.lang.String y)
          Sets the y-coordinate for the component.
 CC CC.y2(java.lang.String y2)
          Sets the y2-coordinate for the component (bottom side).
 

Methods in net.miginfocom.layout that return types with arguments of type CC
static java.util.Map<ComponentWrapper,CC> ConstraintParser.parseComponentConstraints(java.util.Map<ComponentWrapper,java.lang.String> constrMap)
          Parses all component constraints and stores the parsed values in the transient (cache) member varables.
 

Methods in net.miginfocom.layout with parameters of type CC
static java.lang.String IDEUtil.getConstraintString(CC cc, boolean asAPI)
          Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.
 

Constructor parameters in net.miginfocom.layout with type arguments of type CC
Grid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, java.util.Map<ComponentWrapper,CC> fcMap, java.util.ArrayList<LayoutCallback> callbackList)
          Constructor.
 



Copyright © 2006 MiG InfoCom AB. All Rights Reserved.