Uses of Interface
net.miginfocom.layout.ComponentWrapper
-
Packages that use ComponentWrapper Package Description net.miginfocom.layout net.miginfocom.swing net.miginfocom.swt org.tbee.javafx.scene.layout -
-
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.Fields in net.miginfocom.layout declared as ComponentWrapper Modifier and Type Field Description private ComponentWrapperGrid.CompWrap. compMethods 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 java.util.Map<ComponentWrapper,CC>ConstraintParser. parseComponentConstraints(java.util.Map<ComponentWrapper,java.lang.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 private voidGrid.CompWrap. calcGaps(ComponentWrapper before, CC befCC, ComponentWrapper after, CC aftCC, java.lang.String tag, boolean flowX, boolean isLTR)(package private) static intPlatformDefaults. convertToPixels(float value, java.lang.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 intUnitConverter. convertToPixels(float value, java.lang.String unit, boolean isHor, float refValue, ContainerWrapper parent, ComponentWrapper comp)Convertsvalueto pixels.voidLayoutCallback. correctBounds(ComponentWrapper comp)A last minute change of the bounds.private BoundSize[]Grid. getCallbackSize(ComponentWrapper cw)private static CCGrid. getCC(ComponentWrapper comp, java.util.Map<? extends ComponentWrapper,CC> ccMap)(package private) int[]DimConstraint. getComponentGaps(ContainerWrapper parent, ComponentWrapper comp, BoundSize adjGap, ComponentWrapper adjacentComp, java.lang.String tag, int refSize, int adjacentSide, boolean isLTR)Returns the gaps as pixel values.(package private) static BoundSizePlatformDefaults. getDefaultComponentGap(ComponentWrapper comp, ComponentWrapper adjacentComp, int adjacentSide, java.lang.String tag, boolean isLTR)Returns the default gap between two components that are in the same cell.BoundSizeInCellGapProvider. getDefaultGap(ComponentWrapper comp, ComponentWrapper adjacentComp, int adjacentSide, java.lang.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)private static intGrid. getParentSize(ComponentWrapper cw, boolean isHor)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.(package private) int[]BoundSize. getPixelSizes(float refSize, ContainerWrapper parent, ComponentWrapper comp)Convert the bound sizes to pixels.private UnitValue[]Grid. getPos(ComponentWrapper cw, CC cc)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.private floatUnitValue. lookup(float refValue, ContainerWrapper parent, ComponentWrapper comp)private static voidGrid. saveGrid(ComponentWrapper parComp, java.util.LinkedHashMap<java.lang.Integer,Grid.Cell> grid)private booleanGrid. 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 ComponentWrapper Modifier and Type Method Description private static CCGrid. getCC(ComponentWrapper comp, java.util.Map<? extends ComponentWrapper,CC> ccMap)static java.util.Map<ComponentWrapper,CC>ConstraintParser. parseComponentConstraints(java.util.Map<ComponentWrapper,java.lang.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 ComponentWrapper Constructor Description CompWrap(ComponentWrapper c, CC cc, int eHideMode, boolean useVisualPadding)Constructor parameters in net.miginfocom.layout with type arguments of type ComponentWrapper Constructor Description Grid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, java.util.Map<? extends ComponentWrapper,CC> ccMap, java.util.ArrayList<LayoutCallback> callbackList)Constructor. -
Uses of ComponentWrapper in net.miginfocom.swing
Classes in net.miginfocom.swing that implement ComponentWrapper Modifier and Type Class Description classSwingComponentWrapperclassSwingContainerWrapperFields in net.miginfocom.swing with type parameters of type ComponentWrapper Modifier and Type Field Description private java.util.Map<ComponentWrapper,CC>MigLayout. ccMapMethods in net.miginfocom.swing that return ComponentWrapper Modifier and Type Method Description ComponentWrapper[]SwingContainerWrapper. getComponents()Methods in net.miginfocom.swing with parameters of type ComponentWrapper Modifier and Type Method Description private voidMigLayout. 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 ComponentWrapper Modifier and Type Class Description classSwtComponentWrapperclassSwtContainerWrapperFields in net.miginfocom.swt with type parameters of type ComponentWrapper Modifier and Type Field Description private java.util.Map<ComponentWrapper,CC>MigLayout. ccMapMethods in net.miginfocom.swt that return ComponentWrapper Modifier and Type Method Description ComponentWrapper[]SwtContainerWrapper. getComponents()Methods in net.miginfocom.swt with parameters of type ComponentWrapper Modifier and Type Method Description private voidMigLayout. 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 ComponentWrapper Modifier and Type Class Description (package private) classMigPane.FXComponentWrapper(package private) classMigPane.FXContainerWrapper
-