Uses of Interface
net.miginfocom.layout.ContainerWrapper
-
Packages that use ContainerWrapper Package Description net.miginfocom.layout net.miginfocom.swing net.miginfocom.swt org.tbee.javafx.scene.layout -
-
Uses of ContainerWrapper in net.miginfocom.layout
Fields in net.miginfocom.layout declared as ContainerWrapper Modifier and Type Field Description private ContainerWrapper
Grid. container
The parent that is layout out and this grid is done for.Methods in net.miginfocom.layout that return ContainerWrapper Modifier and Type Method Description ContainerWrapper
Grid. getContainer()
ContainerWrapper
ComponentWrapper. getParent()
Returns the container for this component.Methods in net.miginfocom.layout with parameters of type ContainerWrapper Modifier and Type Method Description int
BoundSize. constrain(int size, float refValue, ContainerWrapper parent)
Makes sure thatsize
is within min and max of this size.(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.(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.static float
PlatformDefaults. getMinimumButtonWidthIncludingPadding(float refValue, ContainerWrapper parent, ComponentWrapper comp)
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.(package private) int[]
DimConstraint. getRowGaps(ContainerWrapper parent, BoundSize defGap, int refSize, boolean before)
Returns the gaps as pixel values.static boolean
LayoutUtil. isDesignTime(ContainerWrapper cw)
Returns if design time is turned on for a Container inContainerWrapper
.static boolean
LayoutUtil. isLeftToRight(LC lc, ContainerWrapper container)
Returns if left-to-right orientation is used.private static void
Grid. layoutBaseline(ContainerWrapper parent, java.util.ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, int sizeType, int spanCount)
private static void
Grid. layoutParallel(ContainerWrapper parent, java.util.ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, boolean fromEnd)
private static void
Grid. layoutSerial(ContainerWrapper parent, java.util.ArrayList<Grid.CompWrap> compWraps, DimConstraint dc, int start, int size, boolean isHor, int spanCount, boolean fromEnd)
private float
UnitValue. lookup(float refValue, ContainerWrapper parent, ComponentWrapper comp)
private static void
Grid. setCompWrapBounds(ContainerWrapper parent, int[][] sizes, java.util.ArrayList<Grid.CompWrap> compWraps, UnitValue rowAlign, int start, int size, boolean isHor, boolean fromEnd)
private static void
Grid. setCompWrapBounds(ContainerWrapper parent, int[] allSizes, java.util.ArrayList<Grid.CompWrap> compWraps, UnitValue rowAlign, int start, int size, boolean isHor, boolean fromEnd)
static void
LayoutUtil. setDesignTime(ContainerWrapper cw, boolean b)
Sets if design time is turned on for a Container inContainerWrapper
.private static void
Grid. sortCellsByPlatform(java.util.Collection<Grid.Cell> cells, ContainerWrapper parent)
Sort components (normally buttons in a button bar) so they appear in the correct order.Constructors in net.miginfocom.layout with parameters of type ContainerWrapper 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 ContainerWrapper in net.miginfocom.swing
Classes in net.miginfocom.swing that implement ContainerWrapper Modifier and Type Class Description class
SwingContainerWrapper
Fields in net.miginfocom.swing declared as ContainerWrapper Modifier and Type Field Description private ContainerWrapper
MigLayout. cacheParentW
Methods in net.miginfocom.swing that return ContainerWrapper Modifier and Type Method Description private ContainerWrapper
MigLayout. checkParent(java.awt.Container parent)
ContainerWrapper
SwingComponentWrapper. getParent()
Methods in net.miginfocom.swing with parameters of type ContainerWrapper Modifier and Type Method Description private void
MigLayout. adjustWindowSize(ContainerWrapper parent)
Checks the parent window/popup if its size is within parameters as set by the LC.private int
MigLayout. constrain(ContainerWrapper parent, int winSize, int prefSize, BoundSize constrain)
-
Uses of ContainerWrapper in net.miginfocom.swt
Classes in net.miginfocom.swt that implement ContainerWrapper Modifier and Type Class Description class
SwtContainerWrapper
Fields in net.miginfocom.swt declared as ContainerWrapper Modifier and Type Field Description private ContainerWrapper
MigLayout. cacheParentW
Methods in net.miginfocom.swt that return ContainerWrapper Modifier and Type Method Description private ContainerWrapper
MigLayout. checkParent(org.eclipse.swt.widgets.Composite parent)
ContainerWrapper
SwtComponentWrapper. getParent()
-
Uses of ContainerWrapper in org.tbee.javafx.scene.layout
Classes in org.tbee.javafx.scene.layout that implement ContainerWrapper Modifier and Type Class Description (package private) class
MigPane.FXContainerWrapper
Methods in org.tbee.javafx.scene.layout that return ContainerWrapper Modifier and Type Method Description ContainerWrapper
MigPane.FXComponentWrapper. getParent()
Methods in org.tbee.javafx.scene.layout with parameters of type ContainerWrapper Modifier and Type Method Description private double
MigPane. constrain(ContainerWrapper parent, double winSize, double prefSize, BoundSize constrain)
-