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 ContainerWrapperGrid.containerThe 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 TypeMethodDescriptionintBoundSize.constrain(int size, float refValue, ContainerWrapper parent) Makes sure thatsizeis within min and max of this size.(package private) static intPlatformDefaults.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 intUnitConverter.convertToPixels(float value, String unit, boolean isHor, float refValue, ContainerWrapper parent, ComponentWrapper comp) Convertsvalueto 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 floatPlatformDefaults.getMinimumButtonWidthIncludingPadding(float refValue, ContainerWrapper parent, ComponentWrapper comp) final intUnitValue.getPixels(float refValue, ContainerWrapper parent, ComponentWrapper comp) Returns the size in pixels rounded.final floatUnitValue.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 booleanLayoutUtil.isDesignTime(ContainerWrapper cw) Returns if design time is turned on for a Container inContainerWrapper.static booleanLayoutUtil.isLeftToRight(LC lc, ContainerWrapper container) Returns if left-to-right orientation is used.private static voidGrid.layoutBaseline(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, int sizeType, int spanCount) private static voidGrid.layoutParallel(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, boolean fromEnd) private static voidGrid.layoutSerial(ContainerWrapper parent, ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, int spanCount, boolean fromEnd) private floatUnitValue.lookup(float refValue, ContainerWrapper parent, ComponentWrapper comp) private static voidGrid.setCompWrapBounds(ContainerWrapper parent, int[][] sizes, ArrayList<Grid.CompWrap> compWraps, UnitValue rowAlign, int start, int size, boolean isHor, boolean fromEnd) private static voidGrid.setCompWrapBounds(ContainerWrapper parent, int[] allSizes, ArrayList<Grid.CompWrap> compWraps, UnitValue rowAlign, int start, int size, boolean isHor, boolean fromEnd) static voidLayoutUtil.setDesignTime(ContainerWrapper cw, boolean b) Sets if design time is turned on for a Container inContainerWrapper.private static voidGrid.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 ContainerWrapperMigLayout.checkParent(Container parent) final ContainerWrapperSwingComponentWrapper.getParent()Methods in net.miginfocom.swing with parameters of type ContainerWrapperModifier and TypeMethodDescriptionprivate voidMigLayout.adjustWindowSize(ContainerWrapper parent) Checks the parent window/popup if its size is within parameters as set by the LC.private intMigLayout.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 ContainerWrapperMigLayout.checkParent(org.eclipse.swt.widgets.Composite parent) final ContainerWrapperSwtComponentWrapper.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 doubleMigPane.constrain(ContainerWrapper parent, double winSize, double prefSize, BoundSize constrain)