Uses of Interface
net.miginfocom.layout.ContainerWrapper
Packages that use ContainerWrapper
Package
Description
-
Uses of ContainerWrapper in net.miginfocom.layout
Fields in net.miginfocom.layout declared as ContainerWrapperModifier and TypeFieldDescriptionprivate final ContainerWrapper
Grid.container
The parent that is layout out and this grid is done for.Methods in net.miginfocom.layout that return ContainerWrapperModifier and TypeMethodDescriptionGrid.getContainer()
ComponentWrapper.getParent()
Returns the container for this component.Methods in net.miginfocom.layout with parameters of type ContainerWrapperModifier and TypeMethodDescriptionint
BoundSize.constrain
(int size, float refValue, ContainerWrapper parent) Makes sure thatsize
is within min and max of this size.(package private) static int
PlatformDefaults.convertToPixels
(float value, String unit, boolean isHor, float ref, ContainerWrapper parent, ComponentWrapper comp) Understands ("r", "rel", "related") OR ("u", "unrel", "unrelated") OR ("i", "ind", "indent") OR ("p", "para", "paragraph").abstract int
UnitConverter.convertToPixels
(float value, String unit, boolean isHor, float refValue, ContainerWrapper parent, ComponentWrapper comp) Convertsvalue
to pixels.(package private) int[]
DimConstraint.getComponentGaps
(ContainerWrapper parent, ComponentWrapper comp, BoundSize adjGap, ComponentWrapper adjacentComp, String tag, int refSize, int adjacentSide, boolean isLTR) Returns the gaps as pixel values.static float
PlatformDefaults.getMinimumButtonWidthIncludingPadding
(float refValue, ContainerWrapper parent, ComponentWrapper comp) final int
UnitValue.getPixels
(float refValue, ContainerWrapper parent, ComponentWrapper comp) Returns the size in pixels rounded.final float
UnitValue.getPixelsExact
(float refValue, ContainerWrapper parent, ComponentWrapper comp) Returns the size in pixels.(package private) final int[]
BoundSize.getPixelSizes
(float refSize, ContainerWrapper parent, ComponentWrapper comp) Convert the bound sizes to pixels.(package private) int[]
DimConstraint.getRowGaps
(ContainerWrapper parent, BoundSize defGap, int refSize, boolean before) Returns the gaps as pixel values.static boolean
LayoutUtil.isDesignTime
(ContainerWrapper cw) Returns if design time is turned on for a Container inContainerWrapper
.static boolean
LayoutUtil.isLeftToRight
(LC lc, ContainerWrapper container) Returns if left-to-right orientation is used.private static void
Grid.layoutBaseline
(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, int sizeType, int spanCount) private static void
Grid.layoutParallel
(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, boolean fromEnd) private static void
Grid.layoutSerial
(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, int spanCount, boolean fromEnd) private float
UnitValue.lookup
(float refValue, ContainerWrapper parent, ComponentWrapper comp) private static void
Grid.setCompWrapBounds
(ContainerWrapper parent, int[][] sizes, ArrayList<Grid.CompWrap> compWraps, UnitValue rowAlign, int start, int size, boolean isHor, boolean fromEnd) private static void
Grid.setCompWrapBounds
(ContainerWrapper parent, int[] allSizes, ArrayList<Grid.CompWrap> compWraps, UnitValue rowAlign, int start, int size, boolean isHor, boolean fromEnd) static void
LayoutUtil.setDesignTime
(ContainerWrapper cw, boolean b) Sets if design time is turned on for a Container inContainerWrapper
.private static void
Grid.sortCellsByPlatform
(Collection<Grid.Cell> cells, ContainerWrapper parent) Sort components (normally buttons in a button bar) so they appear in the correct order.Constructors in net.miginfocom.layout with parameters of type ContainerWrapperModifierConstructorDescriptionGrid
(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<? extends ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor. -
Uses of ContainerWrapper in net.miginfocom.swing
Classes in net.miginfocom.swing that implement ContainerWrapperFields in net.miginfocom.swing declared as ContainerWrapperMethods in net.miginfocom.swing that return ContainerWrapperModifier and TypeMethodDescriptionprivate ContainerWrapper
MigLayout.checkParent
(Container parent) final ContainerWrapper
SwingComponentWrapper.getParent()
Methods in net.miginfocom.swing with parameters of type ContainerWrapperModifier and TypeMethodDescriptionprivate void
MigLayout.adjustWindowSize
(ContainerWrapper parent) Checks the parent window/popup if its size is within parameters as set by the LC.private int
MigLayout.constrain
(ContainerWrapper parent, int winSize, int prefSize, BoundSize constrain) -
Uses of ContainerWrapper in net.miginfocom.swt
Classes in net.miginfocom.swt that implement ContainerWrapperFields in net.miginfocom.swt declared as ContainerWrapperMethods in net.miginfocom.swt that return ContainerWrapperModifier and TypeMethodDescriptionprivate ContainerWrapper
MigLayout.checkParent
(org.eclipse.swt.widgets.Composite parent) final ContainerWrapper
SwtComponentWrapper.getParent()
-
Uses of ContainerWrapper in org.tbee.javafx.scene.layout
Classes in org.tbee.javafx.scene.layout that implement ContainerWrapperMethods in org.tbee.javafx.scene.layout that return ContainerWrapperMethods in org.tbee.javafx.scene.layout with parameters of type ContainerWrapperModifier and TypeMethodDescriptionprivate double
MigPane.constrain
(ContainerWrapper parent, double winSize, double prefSize, BoundSize constrain)