Uses of Interface
net.miginfocom.layout.ContainerWrapper
Packages that use 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.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 final 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<ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor. -
Uses of ContainerWrapper in net.miginfocom.swing
Classes in net.miginfocom.swing that implement ContainerWrapperMethods in net.miginfocom.swing that return ContainerWrapper