Uses of Interface
net.miginfocom.layout.ComponentWrapper
Packages that use ComponentWrapper
Package
Description
-
Uses of ComponentWrapper in net.miginfocom.layout
Subinterfaces of ComponentWrapper in net.miginfocom.layoutModifier and TypeInterfaceDescriptioninterface
A class that wraps a container that contains components.Fields in net.miginfocom.layout declared as ComponentWrapperMethods in net.miginfocom.layout that return ComponentWrapperModifier and TypeMethodDescriptionContainerWrapper.getComponents()
Returns the components of the container that wrapper is wrapping.Methods in net.miginfocom.layout that return types with arguments of type ComponentWrapperModifier and TypeMethodDescriptionstatic 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 ComponentWrapperModifier and TypeMethodDescriptionprivate void
Grid.CompWrap.calcGaps
(ComponentWrapper before, CC befCC, ComponentWrapper after, CC aftCC, String tag, boolean flowX, boolean isLTR) (package private) static int
PlatformDefaults.convertToPixels
(float value, String unit, boolean isHor, float ref, ContainerWrapper parent, ComponentWrapper comp) Understands ("r", "rel", "related") OR ("u", "unrel", "unrelated") OR ("i", "ind", "indent") OR ("p", "para", "paragraph").abstract int
UnitConverter.convertToPixels
(float value, String unit, boolean isHor, float refValue, ContainerWrapper parent, ComponentWrapper comp) Convertsvalue
to pixels.void
LayoutCallback.correctBounds
(ComponentWrapper comp) A last minute change of the bounds.private BoundSize[]
Grid.getCallbackSize
(ComponentWrapper cw) private static CC
Grid.getCC
(ComponentWrapper comp, Map<? extends ComponentWrapper, CC> ccMap) (package private) int[]
DimConstraint.getComponentGaps
(ContainerWrapper parent, ComponentWrapper comp, BoundSize adjGap, ComponentWrapper adjacentComp, String tag, int refSize, int adjacentSide, boolean isLTR) Returns the gaps as pixel values.(package private) static BoundSize
PlatformDefaults.getDefaultComponentGap
(ComponentWrapper comp, ComponentWrapper adjacentComp, int adjacentSide, String tag, boolean isLTR) Returns the default gap between two components that are in the same cell.InCellGapProvider.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 float
PlatformDefaults.getMinimumButtonWidthIncludingPadding
(float refValue, ContainerWrapper parent, ComponentWrapper comp) private static int
Grid.getParentSize
(ComponentWrapper cw, boolean isHor) final int
UnitValue.getPixels
(float refValue, ContainerWrapper parent, ComponentWrapper comp) Returns the size in pixels rounded.final float
UnitValue.getPixelsExact
(float refValue, ContainerWrapper parent, ComponentWrapper comp) Returns the size in pixels.(package private) final int[]
BoundSize.getPixelSizes
(float refSize, ContainerWrapper parent, ComponentWrapper comp) Convert the bound sizes to pixels.private UnitValue[]
Grid.getPos
(ComponentWrapper cw, CC cc) LayoutCallback.getPosition
(ComponentWrapper comp) Returns a position similar to the "pos" the component constraint.LayoutCallback.getSize
(ComponentWrapper comp) Returns a size similar to the "width" and "height" in the component constraint.private float
UnitValue.lookup
(float refValue, ContainerWrapper parent, ComponentWrapper comp) private static void
Grid.saveGrid
(ComponentWrapper parComp, LinkedHashMap<Integer, Grid.Cell> grid) private boolean
Grid.setLinkedBounds
(ComponentWrapper cw, CC cc, int x, int y, int w, int h, boolean external) Method parameters in net.miginfocom.layout with type arguments of type ComponentWrapperModifier and TypeMethodDescriptionprivate static CC
Grid.getCC
(ComponentWrapper comp, Map<? extends ComponentWrapper, CC> ccMap) 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.Constructors in net.miginfocom.layout with parameters of type ComponentWrapperModifierConstructorDescriptionprivate
CompWrap
(ComponentWrapper c, CC cc, int eHideMode, boolean useVisualPadding) Constructor parameters in net.miginfocom.layout with type arguments of type ComponentWrapperModifierConstructorDescriptionGrid
(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<? extends ComponentWrapper, CC> ccMap, ArrayList<LayoutCallback> callbackList) Constructor. -
Uses of ComponentWrapper in net.miginfocom.swing
Classes in net.miginfocom.swing that implement ComponentWrapperFields in net.miginfocom.swing with type parameters of type ComponentWrapperMethods in net.miginfocom.swing that return ComponentWrapperMethods in net.miginfocom.swing with parameters of type ComponentWrapperModifier and TypeMethodDescriptionprivate void
MigLayout.setDebug
(ComponentWrapper parentW, boolean b) Sets the debugging state for this layout manager instance. -
Uses of ComponentWrapper in net.miginfocom.swt
Classes in net.miginfocom.swt that implement ComponentWrapperFields in net.miginfocom.swt with type parameters of type ComponentWrapperMethods in net.miginfocom.swt that return ComponentWrapperMethods in net.miginfocom.swt with parameters of type ComponentWrapperModifier and TypeMethodDescriptionprivate void
MigLayout.setDebug
(ComponentWrapper parentW, boolean b) Sets the debugging state for this layout manager instance. -
Uses of ComponentWrapper in org.tbee.javafx.scene.layout
Classes in org.tbee.javafx.scene.layout that implement ComponentWrapperModifier and TypeClassDescription(package private) class
(package private) class