Uses of Interface
net.miginfocom.layout.ContainerWrapper
-
Packages that use ContainerWrapper Package Description net.miginfocom.layout net.miginfocom.swing net.miginfocom.swt org.tbee.javafx.scene.layout -
-
Uses of ContainerWrapper in net.miginfocom.layout
Fields in net.miginfocom.layout declared as ContainerWrapper Modifier and Type Field Description private ContainerWrapperGrid. containerThe parent that is layout out and this grid is done for.Methods in net.miginfocom.layout that return ContainerWrapper Modifier and Type Method Description ContainerWrapperGrid. getContainer()ContainerWrapperComponentWrapper. getParent()Returns the container for this component.Methods in net.miginfocom.layout with parameters of type ContainerWrapper Modifier and Type Method Description intBoundSize. constrain(int size, float refValue, ContainerWrapper parent)Makes sure thatsizeis within min and max of this size.(package private) static intPlatformDefaults. convertToPixels(float value, java.lang.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, java.lang.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, java.lang.String tag, int refSize, int adjacentSide, boolean isLTR)Returns the gaps as pixel values.static floatPlatformDefaults. getMinimumButtonWidthIncludingPadding(float refValue, ContainerWrapper parent, ComponentWrapper comp)intUnitValue. getPixels(float refValue, ContainerWrapper parent, ComponentWrapper comp)Returns the size in pixels rounded.floatUnitValue. getPixelsExact(float refValue, ContainerWrapper parent, ComponentWrapper comp)Returns the size in pixels.(package private) 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, java.util.ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, int sizeType, int spanCount)private static voidGrid. layoutParallel(ContainerWrapper parent, java.util.ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, boolean fromEnd)private static voidGrid. layoutSerial(ContainerWrapper parent, java.util.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, java.util.ArrayList<Grid.CompWrap> compWraps, UnitValue rowAlign, int start, int size, boolean isHor, boolean fromEnd)private static voidGrid. setCompWrapBounds(ContainerWrapper parent, int[] allSizes, java.util.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(java.util.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 ContainerWrapper Constructor Description Grid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, java.util.Map<? extends ComponentWrapper,CC> ccMap, java.util.ArrayList<LayoutCallback> callbackList)Constructor. -
Uses of ContainerWrapper in net.miginfocom.swing
Classes in net.miginfocom.swing that implement ContainerWrapper Modifier and Type Class Description classSwingContainerWrapperFields in net.miginfocom.swing declared as ContainerWrapper Modifier and Type Field Description private ContainerWrapperMigLayout. cacheParentWMethods in net.miginfocom.swing that return ContainerWrapper Modifier and Type Method Description private ContainerWrapperMigLayout. checkParent(java.awt.Container parent)ContainerWrapperSwingComponentWrapper. getParent()Methods in net.miginfocom.swing with parameters of type ContainerWrapper Modifier and Type Method Description private 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 ContainerWrapper Modifier and Type Class Description classSwtContainerWrapperFields in net.miginfocom.swt declared as ContainerWrapper Modifier and Type Field Description private ContainerWrapperMigLayout. cacheParentWMethods in net.miginfocom.swt that return ContainerWrapper Modifier and Type Method Description private ContainerWrapperMigLayout. checkParent(org.eclipse.swt.widgets.Composite parent)ContainerWrapperSwtComponentWrapper. getParent() -
Uses of ContainerWrapper in org.tbee.javafx.scene.layout
Classes in org.tbee.javafx.scene.layout that implement ContainerWrapper Modifier and Type Class Description (package private) classMigPane.FXContainerWrapperMethods in org.tbee.javafx.scene.layout that return ContainerWrapper Modifier and Type Method Description ContainerWrapperMigPane.FXComponentWrapper. getParent()Methods in org.tbee.javafx.scene.layout with parameters of type ContainerWrapper Modifier and Type Method Description private doubleMigPane. constrain(ContainerWrapper parent, double winSize, double prefSize, BoundSize constrain)
-