Uses of Class
net.miginfocom.layout.LC
Packages that use LC
Package
Description
-
Uses of LC in net.miginfocom.layout
Fields in net.miginfocom.layout declared as LCMethods in net.miginfocom.layout that return LCModifier and TypeMethodDescriptionfinal LCSets both the alignX and alignY as the same time.final LCSame functionality assetAlignX(ConstraintParser.parseUnitValueOrAlign(unitValue, true))only this method returnsthisfor chaining multiple calls.final LCStrongly typed API for most common usagesfinal LCSame functionality assetAlignY(ConstraintParser.parseUnitValueOrAlign(align, false))only this method returnsthisfor chaining multiple calls.final LCStrongly typed API for most common usagesfinal LCLC.bottomToTop()Same functionality as callingLC.setTopToBottom(boolean)withfalseonly this method returnsthisfor chaining multiple calls.final LCLC.debug()CallsLC.debug(int)with 300 as an argument.final LCLC.debug(int repaintMillis) Same functionality asLC.setDebugMillis(int repaintMillis)only this method returnsthisfor chaining multiple calls.final LCLC.fill()Same functionality as callingLC.setFillX(boolean)withtrueandLC.setFillY(boolean)withtrueconmbined.T his method returnsthisfor chaining multiple calls.final LCLC.fillX()Same functionality as callingLC.setFillX(boolean)withtrueonly this method returnsthisfor chaining multiple calls.final LCLC.fillY()Same functionality as callingLC.setFillY(boolean)withtrueonly this method returnsthisfor chaining multiple calls.final LCLC.flowX()Same functionality as callingLC.setFlowX(boolean)withtrueonly this method returnsthisfor chaining multiple calls.final LCLC.flowY()Same functionality as callingLC.setFlowX(boolean)withfalseonly this method returnsthisfor chaining multiple calls.final LCSets both grid gaps at the same time.final LCSame functionality assetGridGapX(ConstraintParser.parseBoundSize(boundsSize, true, true))only this method returnsthisfor chaining multiple calls.final LCSame functionality assetGridGapY(ConstraintParser.parseBoundSize(boundsSize, true, false))only this method returnsthisfor chaining multiple calls.final LCThe height for the container as a min and/or preferred and/or maximum height.final LCLC.hideMode(int mode) Same functionality asLC.setHideMode(int mode)only this method returnsthisfor chaining multiple calls.final LCStrongly typed API for most common usagesfinal LCSame functionality assetInsets(ConstraintParser.parseInsets(s, true)).final LCSets the different insets (expressed as aUnitValues, e.g.final LCSets the same inset (expressed as aUnitValue, e.g.final LCLC.leftToRight(boolean b) Same functionality asLC.setLeftToRight(Boolean)only this method returnsthisfor chaining multiple calls.final LCThe maximum height for the container.final LCThe maximum width for the container.final LCThe minimum height for the container.final LCThe minimum width for the container.final LCLC.noCache()Same functionality as callingLC.setNoCache(boolean)withtrueonly this method returnsthisfor chaining multiple calls.final LCLC.noGrid()Same functionality as callingLC.setNoGrid(boolean)withtrueonly this method returnsthisfor chaining multiple calls.final LCLC.noVisualPadding()Same functionality as callingLC.setVisualPadding(boolean)withfalseonly this method returnsthisfor chaining multiple calls.final LCLC.pack()Short for, and thus same as,.pack("pref", "pref").final LCSets the pack width and height.final LCLC.packAlign(float alignX, float alignY) Sets the pack width and height alignment.static LCConstraintParser.parseLayoutConstraint(String s) Parses the layout constraints and stores the parsed values in the transient (cache) member variables.final LCLC.rightToLeft()Same functionality as setLeftToRight(false) only this method returnsthisfor chaining multiple calls.final LCLC.topToBottom()Same functionality as callingLC.setTopToBottom(boolean)withtrueonly this method returnsthisfor chaining multiple calls.final LCThe width for the container as a min and/or preferred and/or maximum width.final LCLC.wrap()Sets a wrap after the number of columns/rows that is defined in theAC.final LCLC.wrapAfter(int count) Same functionality asLC.setWrapAfter(int)only this method returnsthisfor chaining multiple calls.Methods in net.miginfocom.layout with parameters of type LCModifier and TypeMethodDescriptionstatic StringIDEUtil.getConstraintString(LC lc, boolean asAPI) Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.(package private) static UnitValueReturns the insets for the side.static booleanLayoutUtil.isLeftToRight(LC lc, ContainerWrapper container) Returns if left-to-right orientation is used.Constructors in net.miginfocom.layout with parameters of type LCModifierConstructorDescriptionGrid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<? extends ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor. -
Uses of LC in net.miginfocom.swing
Fields in net.miginfocom.swing declared as LCConstructors in net.miginfocom.swing with parameters of type LC -
Uses of LC in net.miginfocom.swt
Fields in net.miginfocom.swt declared as LCConstructors in net.miginfocom.swt with parameters of type LC -
Uses of LC in org.tbee.javafx.scene.layout
Fields in org.tbee.javafx.scene.layout declared as LCMethods in org.tbee.javafx.scene.layout that return LCMethods in org.tbee.javafx.scene.layout with parameters of type LCModifier and TypeMethodDescriptionvoidMigPane.setLayoutConstraints(LC lc) MigPane.withLayoutConstraints(LC value) Constructors in org.tbee.javafx.scene.layout with parameters of type LC