Uses of Interface
net.miginfocom.layout.ContainerWrapper
-
Packages that use ContainerWrapper Package Description net.miginfocom.layout net.miginfocom.swing -
-
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.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<ComponentWrapper,CC> ccMap, ArrayList<LayoutCallback> callbackList)Constructor. -
Uses of ContainerWrapper in net.miginfocom.swing
Classes in net.miginfocom.swing that implement ContainerWrapper Modifier and Type Class Description classSwingContainerWrapperMethods in net.miginfocom.swing that return ContainerWrapper Modifier and Type Method Description ContainerWrapperSwingComponentWrapper. getParent()
-