Uses of Class
net.miginfocom.layout.LC

Packages that use LC
net.miginfocom.layout   
net.miginfocom.swing   
net.miginfocom.swt   
 

Uses of LC in net.miginfocom.layout
 

Methods in net.miginfocom.layout that return LC
 LC LC.align(java.lang.String ax, java.lang.String ay)
          Sets both the alignX and alignY as the same time.
 LC LC.alignX(java.lang.String align)
          Same functionality as setAlignX(ConstraintParser.parseUnitValueOrAlign(unitValue, true)) only this method returns this for chaining multiple calls.
 LC LC.alignY(java.lang.String align)
          Same functionality as setAlignY(ConstraintParser.parseUnitValueOrAlign(align, false)) only this method returns this for chaining multiple calls.
 LC LC.bottomToTop()
          Same functionality as setTopToBottom(boolean false) only this method returns this for chaining multiple calls.
 LC LC.debug(int repaintMillis)
          Same functionality as setDebugMillis(int repaintMillis) only this method returns this for chaining multiple calls.
 LC LC.fill()
          Same functionality as setFillX(boolean true) and setFillY(boolean true) conmbined.T his method returns this for chaining multiple calls.
 LC LC.fillX()
          Same functionality as setFillX(boolean true) only this method returns this for chaining multiple calls.
 LC LC.fillY()
          Same functionality as setFillY(boolean true) only this method returns this for chaining multiple calls.
 LC LC.flowY()
          Same functionality as setFlowX(boolean true) only this method returns this for chaining multiple calls.
 LC LC.gridGap(java.lang.String gapx, java.lang.String gapy)
          Sets both grid gaps at the same time. see gridGapX(String) and gridGapY(String).
 LC LC.gridGapX(java.lang.String boundsSize)
          Same functionality as setGridGapX(ConstraintParser.parseBoundSize(boundsSize, true, true)) only this method returns this for chaining multiple calls.
 LC LC.gridGapY(java.lang.String boundsSize)
          Same functionality as setGridGapY(ConstraintParser.parseBoundSize(boundsSize, true, false)) only this method returns this for chaining multiple calls.
 LC LC.hideMode(int mode)
          Same functionality as setHideMode(int mode) only this method returns this for chaining multiple calls.
 LC LC.insets(java.lang.String s)
          Same functionality as setInsets(ConstraintParser.parseInsets(s, true)).
 LC LC.insets(java.lang.String top, java.lang.String left, java.lang.String bottom, java.lang.String right)
          Sets the different insets (expressed as a UnitValues, e.g. "10px" or "20mm") for the corresponding sides.
 LC LC.insetsAll(java.lang.String allSides)
          Sets the same inset (expressed as a UnitValue, e.g. "10px" or "20mm") all around.
 LC LC.leftToRight(boolean b)
          Same functionality as setLeftToRight(Boolean) only this method returns this for chaining multiple calls.
 LC LC.noCache()
          Same functionality as setNoCache(boolean true) only this method returns this for chaining multiple calls.
 LC LC.noGrid()
          Same functionality as setNoGrid(boolean true) only this method returns this for chaining multiple calls.
 LC LC.noVisualPadding()
          Same functionality as setVisualPadding(boolean false) only this method returns this for chaining multiple calls.
static LC ConstraintParser.parseLayoutConstraint(java.lang.String s)
          Parses the layout constraints and stores the parsed values in the transient (cache) member varables.
 LC LC.wrap()
          Sets a wrap after the number of columns/rows that is defined in the AC.
 LC LC.wrapAfter(int count)
          Same functionality as setWrapAfter(int) only this method returns this for chaining multiple calls.
 

Methods in net.miginfocom.layout with parameters of type LC
static java.lang.String IDEUtil.getConstraintString(LC lc, boolean asAPI)
          Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.
static boolean LayoutUtil.isLeftToRight(LC lc, ContainerWrapper container)
          Returns if left-to-right orientation is used.
 

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

Uses of LC in net.miginfocom.swing
 

Constructors in net.miginfocom.swing with parameters of type LC
MigLayout(LC layoutConstraints)
          Constructor.
MigLayout(LC layoutConstraints, AC colConstraints)
          Constructor.
MigLayout(LC layoutConstraints, AC colConstraints, AC rowConstraints)
          Constructor.
 

Uses of LC in net.miginfocom.swt
 

Constructors in net.miginfocom.swt with parameters of type LC
MigLayout(LC layoutConstraints)
          Constructor.
MigLayout(LC layoutConstraints, AC colConstraints)
          Constructor.
MigLayout(LC layoutConstraints, AC colConstraints, AC rowConstraints)
          Constructor.
 



Copyright © 2006 MiG InfoCom AB. All Rights Reserved.