Uses of Interface
net.miginfocom.layout.ContainerWrapper
-
Uses of ContainerWrapper in net.miginfocom.layout
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.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) 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.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 ContainerWrapperModifierConstructorDescriptionGrid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<? extends ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor.