Uses of Interface
net.miginfocom.layout.ContainerWrapper
-
-
Uses of ContainerWrapper in net.miginfocom.layout
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.abstract intUnitConverter. convertToPixels(float value, String unit, boolean isHor, float refValue, ContainerWrapper parent, ComponentWrapper comp)Convertsvalueto pixels.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.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.static voidLayoutUtil. setDesignTime(ContainerWrapper cw, boolean b)Sets if design time is turned on for a Container inContainerWrapper.Constructors in net.miginfocom.layout with parameters of type ContainerWrapper Constructor Description Grid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<? extends ComponentWrapper,CC> ccMap, ArrayList<LayoutCallback> callbackList)Constructor.
-