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 interface
ContainerWrapper
A class that wraps a container that contains components.Fields in net.miginfocom.layout declared as ComponentWrapper Modifier and Type Field Description private ComponentWrapper
Grid.CompWrap. comp
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 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 void
Grid.CompWrap. calcGaps(ComponentWrapper before, CC befCC, ComponentWrapper after, CC aftCC, java.lang.String tag, boolean flowX, boolean isLTR)
(package private) static int
PlatformDefaults. 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 int
UnitConverter. convertToPixels(float value, java.lang.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, 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 BoundSize
PlatformDefaults. 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.BoundSize
InCellGapProvider. 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 float
PlatformDefaults. getMinimumButtonWidthIncludingPadding(float refValue, ContainerWrapper parent, ComponentWrapper comp)
private static int
Grid. getParentSize(ComponentWrapper cw, boolean isHor)
int
UnitValue. getPixels(float refValue, ContainerWrapper parent, ComponentWrapper comp)
Returns the size in pixels rounded.float
UnitValue. 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 float
UnitValue. lookup(float refValue, ContainerWrapper parent, ComponentWrapper comp)
private static void
Grid. saveGrid(ComponentWrapper parComp, java.util.LinkedHashMap<java.lang.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 ComponentWrapper Modifier and Type Method Description private static CC
Grid. 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 class
SwingComponentWrapper
class
SwingContainerWrapper
Fields in net.miginfocom.swing with type parameters of type ComponentWrapper Modifier and Type Field Description private java.util.Map<ComponentWrapper,CC>
MigLayout. ccMap
Methods 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 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 ComponentWrapper Modifier and Type Class Description class
SwtComponentWrapper
class
SwtContainerWrapper
Fields in net.miginfocom.swt with type parameters of type ComponentWrapper Modifier and Type Field Description private java.util.Map<ComponentWrapper,CC>
MigLayout. ccMap
Methods 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 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 ComponentWrapper Modifier and Type Class Description (package private) class
MigPane.FXComponentWrapper
(package private) class
MigPane.FXContainerWrapper
-