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 LC
Sets both the alignX and alignY as the same time.final LC
Same functionality assetAlignX(ConstraintParser.parseUnitValueOrAlign(unitValue, true))
only this method returnsthis
for chaining multiple calls.final LC
Strongly typed API for most common usagesfinal LC
Same functionality assetAlignY(ConstraintParser.parseUnitValueOrAlign(align, false))
only this method returnsthis
for chaining multiple calls.final LC
Strongly typed API for most common usagesfinal LC
LC.bottomToTop()
Same functionality as callingsetTopToBottom(boolean)
withfalse
only this method returnsthis
for chaining multiple calls.final LC
LC.debug()
Callsdebug(int)
with 300 as an argument.final LC
LC.debug
(int repaintMillis) Same functionality assetDebugMillis(int repaintMillis)
only this method returnsthis
for chaining multiple calls.final LC
LC.fill()
Same functionality as callingsetFillX(boolean)
withtrue
andsetFillY(boolean)
withtrue
conmbined.T his method returnsthis
for chaining multiple calls.final LC
LC.fillX()
Same functionality as callingsetFillX(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final LC
LC.fillY()
Same functionality as callingsetFillY(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final LC
LC.flowX()
Same functionality as callingsetFlowX(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final LC
LC.flowY()
Same functionality as callingsetFlowX(boolean)
withfalse
only this method returnsthis
for chaining multiple calls.final LC
Sets both grid gaps at the same time.final LC
Same functionality assetGridGapX(ConstraintParser.parseBoundSize(boundsSize, true, true))
only this method returnsthis
for chaining multiple calls.final LC
Same functionality assetGridGapY(ConstraintParser.parseBoundSize(boundsSize, true, false))
only this method returnsthis
for chaining multiple calls.final LC
The height for the container as a min and/or preferred and/or maximum height.final LC
LC.hideMode
(int mode) Same functionality assetHideMode(int mode)
only this method returnsthis
for chaining multiple calls.final LC
Strongly typed API for most common usagesfinal LC
Same functionality assetInsets(ConstraintParser.parseInsets(s, true))
.final LC
Sets the different insets (expressed as aUnitValue
s, e.g.final LC
Sets the same inset (expressed as aUnitValue
, e.g.final LC
LC.leftToRight
(boolean b) Same functionality assetLeftToRight(Boolean)
only this method returnsthis
for chaining multiple calls.final LC
The maximum height for the container.final LC
The maximum width for the container.final LC
The minimum height for the container.final LC
The minimum width for the container.final LC
LC.noCache()
Same functionality as callingsetNoCache(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final LC
LC.noGrid()
Same functionality as callingsetNoGrid(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final LC
LC.noVisualPadding()
Same functionality as callingsetVisualPadding(boolean)
withfalse
only this method returnsthis
for chaining multiple calls.final LC
LC.pack()
Short for, and thus same as,.pack("pref", "pref")
.final LC
Sets the pack width and height.final LC
LC.packAlign
(float alignX, float alignY) Sets the pack width and height alignment.static LC
ConstraintParser.parseLayoutConstraint
(String s) Parses the layout constraints and stores the parsed values in the transient (cache) member variables.final LC
LC.rightToLeft()
Same functionality as setLeftToRight(false) only this method returnsthis
for chaining multiple calls.final LC
LC.topToBottom()
Same functionality as callingsetTopToBottom(boolean)
withtrue
only this method returnsthis
for chaining multiple calls.final LC
The width for the container as a min and/or preferred and/or maximum width.final LC
LC.wrap()
Sets a wrap after the number of columns/rows that is defined in theAC
.final LC
LC.wrapAfter
(int count) Same functionality assetWrapAfter(int)
only this method returnsthis
for chaining multiple calls.Methods in net.miginfocom.layout with parameters of type LCModifier and TypeMethodDescriptionstatic String
IDEUtil.getConstraintString
(LC lc, boolean asAPI) Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.(package private) static UnitValue
Returns the insets for the side.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 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 TypeMethodDescriptionvoid
MigPane.setLayoutConstraints
(LC lc) MigPane.withLayoutConstraints
(LC value) Constructors in org.tbee.javafx.scene.layout with parameters of type LC