Uses of Interface
net.miginfocom.layout.ComponentWrapper
-
Packages that use ComponentWrapper Package Description com.basiscomponents.ui.layout net.miginfocom.layout -
-
Uses of ComponentWrapper in com.basiscomponents.ui.layout
Classes in com.basiscomponents.ui.layout that implement ComponentWrapper Modifier and Type Class Description classBBComponentWrapperclassBBContainerWrapperMethods in com.basiscomponents.ui.layout that return ComponentWrapper Modifier and Type Method Description ComponentWrapper[]BBContainerWrapper. getComponents()Methods in com.basiscomponents.ui.layout that return types with arguments of type ComponentWrapper Modifier and Type Method Description Map<ComponentWrapper,CC>BBContainerWrapper. getComponentWrapperToCCMap()Method parameters in com.basiscomponents.ui.layout with type arguments of type ComponentWrapper Modifier and Type Method Description voidBBContainerWrapper. setComponentWrapperToCCMap(Map<ComponentWrapper,CC> componentWrapperToCCMap) -
Uses of ComponentWrapper in net.miginfocom.layout
Subinterfaces of ComponentWrapper in net.miginfocom.layout Modifier and Type Interface Description interfaceContainerWrapperA class that wraps a container that contains components.Methods in net.miginfocom.layout that return ComponentWrapper Modifier and Type Method Description ComponentWrapper[]ContainerWrapper. getComponents()Returns the components of the container that wrapper is wrapping.Methods in net.miginfocom.layout that return types with arguments of type ComponentWrapper Modifier and Type Method Description static Map<ComponentWrapper,CC>ConstraintParser. parseComponentConstraints(Map<ComponentWrapper,String> constrMap)Parses all component constraints and stores the parsed values in the transient (cache) member variables.Methods in net.miginfocom.layout with parameters of type ComponentWrapper Modifier and Type Method Description abstract intUnitConverter. convertToPixels(float value, String unit, boolean isHor, float refValue, ContainerWrapper parent, ComponentWrapper comp)Convertsvalueto pixels.voidLayoutCallback. correctBounds(ComponentWrapper comp)A last minute change of the bounds.BoundSizeInCellGapProvider. getDefaultGap(ComponentWrapper comp, ComponentWrapper adjacentComp, int adjacentSide, String tag, boolean isLTR)Returns the default gap between two components that are in the same cell.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.UnitValue[]LayoutCallback. getPosition(ComponentWrapper comp)Returns a position similar to the "pos" the component constraint.BoundSize[]LayoutCallback. getSize(ComponentWrapper comp)Returns a size similar to the "width" and "height" in the component constraint.Method parameters in net.miginfocom.layout with type arguments of type ComponentWrapper Modifier and Type Method Description static Map<ComponentWrapper,CC>ConstraintParser. parseComponentConstraints(Map<ComponentWrapper,String> constrMap)Parses all component constraints and stores the parsed values in the transient (cache) member variables.Constructor parameters in net.miginfocom.layout with type arguments of type ComponentWrapper Constructor Description Grid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<? extends ComponentWrapper,CC> ccMap, ArrayList<LayoutCallback> callbackList)Constructor.
-