Index

A B C D E F G H I J L M N O P R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AboveBelow(int, int) - Constructor for class net.miginfocom.layout.Grid.AboveBelow
 
AC - Class in net.miginfocom.layout
A constraint that holds the column or row constraints for the grid.
AC() - Constructor for class net.miginfocom.layout.AC
Constructor.
actionPerformed(ActionEvent) - Method in class net.miginfocom.swing.MigLayout.MyDebugRepaintListener
 
add(int, Node) - Method in class org.tbee.javafx.scene.layout.MigPane
 
add(int, Node, String) - Method in class org.tbee.javafx.scene.layout.MigPane
 
add(int, Node, CC) - Method in class org.tbee.javafx.scene.layout.MigPane
 
add(Node) - Method in class org.tbee.javafx.scene.layout.MigPane
 
add(Node, String) - Method in class org.tbee.javafx.scene.layout.MigPane
 
add(Node, CC) - Method in class org.tbee.javafx.scene.layout.MigPane
 
ADD - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a addition of two sub units.
addComponentDimConstraintString(DimConstraint, StringBuffer, boolean, boolean, boolean) - Static method in class net.miginfocom.layout.IDEUtil
Returns the a constraint string that can be re-parsed to be the exact same DimConstraint.
addCompWrap(Grid.CompWrap) - Method in class net.miginfocom.layout.Grid.LinkedDimGroup
 
addDebugRectangle(double, double, double, double, MigPane.DebugRectangleType) - Method in class org.tbee.javafx.scene.layout.MigPane
 
addDockingCell(int[], int, Grid.CompWrap) - Method in class net.miginfocom.layout.Grid
Adds a docking cell.
addedNodes - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator
 
addGlobalUnitConverter(UnitConverter) - Static method in class net.miginfocom.layout.UnitValue
Adds a global unit converter that can convert from some unit to pixels.
addLayoutCallback(LayoutCallback) - Method in class net.miginfocom.swing.MigLayout
Adds the callback function that will be called at different stages of the layout cycle.
addLayoutCallback(LayoutCallback) - Method in class net.miginfocom.swt.MigLayout
Adds the callback function that will be called at different stages of the layout cycle.
addLayoutCallback(LayoutCallback) - Method in class org.tbee.javafx.scene.layout.MigPane
Adds the callback function that will be called at different stages of the layout cycle.
addLayoutComponent(Component, Object) - Method in class net.miginfocom.swing.MigLayout
 
addLayoutComponent(String, Component) - Method in class net.miginfocom.swing.MigLayout
 
addLinkIDs(CC) - Method in class net.miginfocom.layout.Grid
 
addLinkTargetIDs(ArrayList<String>, UnitValue) - Method in class net.miginfocom.layout.CC
 
addRowDimConstraintString(DimConstraint, StringBuffer, boolean) - Static method in class net.miginfocom.layout.IDEUtil
Adds the a constraint string that can be re-parsed to be the exact same DimConstraint.
addToEndGroup(HashMap<String, Integer>, String, int) - Static method in class net.miginfocom.layout.Grid
 
addToSizeGroup(HashMap<String, int[]>, String, int[]) - Static method in class net.miginfocom.layout.Grid
 
adjustMinHorSizeUp(int) - Method in class net.miginfocom.layout.Grid.CompWrap
 
adjustMinPrefForSpanningComps(DimConstraint[], Float[], Grid.FlowSizeSpec, ArrayList<Grid.LinkedDimGroup>[]) - Method in class net.miginfocom.layout.Grid
Adjust min/pref size for columns(or rows) that has components that spans multiple columns (or rows).
adjustSizeForAbsolute(boolean) - Method in class net.miginfocom.layout.Grid
Adjust grid's width or height for the absolute components' positions.
adjustWindowSize() - Method in class org.tbee.javafx.scene.layout.MigPane
Checks the parent window/popup if its size is within parameters as set by the LC.
adjustWindowSize(ContainerWrapper) - Method in class net.miginfocom.swing.MigLayout
Checks the parent window/popup if its size is within parameters as set by the LC.
align - Variable in class net.miginfocom.layout.DimConstraint
 
align(String) - Method in class net.miginfocom.layout.AC
Specifies the current row/column's columns default alignment for its components.
align(String, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' columns default alignment for its components.
align(String, String) - Method in class net.miginfocom.layout.LC
Sets both the alignX and alignY as the same time.
ALIGN - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating alignment.
alignX - Variable in class net.miginfocom.layout.LC
 
alignX(String) - Method in class net.miginfocom.layout.CC
Same functionality as getHorizontal().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
alignX(String) - Method in class net.miginfocom.layout.LC
Same functionality as setAlignX(ConstraintParser.parseUnitValueOrAlign(unitValue, true)) only this method returns this for chaining multiple calls.
alignX(AlignX) - Method in class net.miginfocom.layout.CC
Strongly typed API for most common usages
alignX(AlignX) - Method in class net.miginfocom.layout.LC
Strongly typed API for most common usages
AlignX - Enum in net.miginfocom.layout
 
AlignX(String) - Constructor for enum net.miginfocom.layout.AlignX
 
alignY - Variable in class net.miginfocom.layout.LC
 
alignY(String) - Method in class net.miginfocom.layout.CC
Same functionality as getVertical().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
alignY(String) - Method in class net.miginfocom.layout.LC
Same functionality as setAlignY(ConstraintParser.parseUnitValueOrAlign(align, false)) only this method returns this for chaining multiple calls.
alignY(AlignY) - Method in class net.miginfocom.layout.CC
Strongly typed API for most common usages
alignY(AlignY) - Method in class net.miginfocom.layout.LC
Strongly typed API for most common usages
AlignY - Enum in net.miginfocom.layout
 
AlignY(String) - Constructor for enum net.miginfocom.layout.AlignY
 
anim - Variable in class org.tbee.javafx.scene.layout.MigPane
 
ANIM_DURATION - Static variable in class org.tbee.javafx.scene.layout.LayoutAnimator
 
ANIM_REPLACE_ID - Static variable in class org.tbee.javafx.scene.layout.LayoutAnimator
 
animate(Node, Rectangle2D) - Method in class org.tbee.javafx.scene.layout.LayoutAnimator
Animates the node.
animateAdded(Node) - Method in class org.tbee.javafx.scene.layout.MigPane
 
animateBoundsChange(Node, int, int, int, int) - Method in class org.tbee.javafx.scene.layout.MigPane
 
animateRemoved(Node) - Method in class org.tbee.javafx.scene.layout.MigPane
 
animPrio - Variable in class org.tbee.javafx.scene.layout.MigPane
 
animSpec - Variable in class net.miginfocom.layout.CC
 
AnimSpec - Class in net.miginfocom.layout
 
AnimSpec(int, int, float, float) - Constructor for class net.miginfocom.layout.AnimSpec
 
appendBoundSize(BoundSize, StringBuffer, boolean, boolean) - Static method in class net.miginfocom.layout.IDEUtil
 

B

BASE_DPI - Static variable in class net.miginfocom.layout.PlatformDefaults
 
BASE_DPI_FORCED - Static variable in class net.miginfocom.layout.PlatformDefaults
 
BASE_FONT_SIZE - Static variable in class net.miginfocom.layout.PlatformDefaults
I value indicating that the size of the font for the container of the component will be used as a base for calculating the logical pixel size.
BASE_REAL_PIXEL - Static variable in class net.miginfocom.layout.PlatformDefaults
I value indicating that the size of a logical pixel should always be a real pixel and thus no compensation will be made.
BASE_SCALE_FACTOR - Static variable in class net.miginfocom.layout.PlatformDefaults
I value indicating that the screen DPI will be used as a base for calculating the logical pixel size.
BASELINE - Enum constant in enum net.miginfocom.layout.AlignY
 
BASELINE_IDENTITY - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
BASELINE_IDENTITY - Static variable in class net.miginfocom.layout.UnitValue
 
bias - Variable in class org.tbee.javafx.scene.layout.MigPane
 
biasDirty - Variable in class org.tbee.javafx.scene.layout.MigPane
 
bl - Variable in class net.miginfocom.swing.SwingComponentWrapper
 
BOTTOM - Enum constant in enum net.miginfocom.layout.AlignY
 
BOTTOM - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
BOTTOM - Static variable in class net.miginfocom.layout.UnitValue
 
bottomToTop() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setTopToBottom(boolean) with false only this method returns this for chaining multiple calls.
BOUNDS - Enum constant in enum org.tbee.javafx.scene.layout.LayoutAnimator.TransType
 
boundsInGrid - Variable in class net.miginfocom.layout.CC
 
BoundSize - Class in net.miginfocom.layout
A size that contains minimum, preferred and maximum size of type UnitValue.
BoundSize(UnitValue, String) - Constructor for class net.miginfocom.layout.BoundSize
Constructor that use the same value for min/preferred/max size.
BoundSize(UnitValue, UnitValue, UnitValue, boolean, String) - Constructor for class net.miginfocom.layout.BoundSize
Constructor.
BoundSize(UnitValue, UnitValue, UnitValue, String) - Constructor for class net.miginfocom.layout.BoundSize
Constructor.
BugTestApp - Class in net.miginfocom.examples
 
BugTestApp() - Constructor for class net.miginfocom.examples.BugTestApp
 
buildControls(Composite) - Method in class net.miginfocom.examples.Example
 
buildControls(Composite) - Method in class net.miginfocom.examples.ExampleGood
 
BUTT_PADDING - Static variable in class net.miginfocom.layout.PlatformDefaults
 
BUTT_WIDTH - Static variable in class net.miginfocom.layout.PlatformDefaults
 
BUTTON - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating button size.
BUTTON_FORMAT - Static variable in class net.miginfocom.layout.PlatformDefaults
 

C

c - Variable in class net.miginfocom.swing.SwingComponentWrapper
 
c - Variable in class net.miginfocom.swt.SwtComponentWrapper
 
cacheParentW - Variable in class net.miginfocom.swing.MigLayout
 
cacheParentW - Variable in class net.miginfocom.swt.MigLayout
 
calcGaps(ComponentWrapper, CC, ComponentWrapper, CC, String, boolean, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
calcGridSizes(int, int) - Method in class net.miginfocom.layout.Grid
 
calcRowsOrColsSizes(boolean, int) - Method in class net.miginfocom.layout.Grid
Calculates Min, Preferred and Max size for the columns OR rows.
calculateSerial(int[][], ResizeConstraint[], Float[], int, int) - Static method in class net.miginfocom.layout.LayoutUtil
Takes a number on min/preferred/max sizes and resize constraints and returns the calculated sizes which sum should add up to bounds.
callbackList - Variable in class net.miginfocom.layout.Grid
 
callbackList - Variable in class net.miginfocom.swing.MigLayout
 
callbackList - Variable in class net.miginfocom.swt.MigLayout
 
callbackList - Variable in class org.tbee.javafx.scene.layout.MigPane
 
cc - Variable in class net.miginfocom.layout.Grid.CompWrap
 
CC - Class in net.miginfocom.layout
A simple value holder for one component's constraint.
CC() - Constructor for class net.miginfocom.layout.CC
Empty constructor.
ccMap - Variable in class net.miginfocom.swing.MigLayout
 
ccMap - Variable in class net.miginfocom.swt.MigLayout
 
cell(int...) - Method in class net.miginfocom.layout.CC
Set the cell(s) that the component should occupy in the grid.
Cell(int, int, boolean) - Constructor for class net.miginfocom.layout.Grid.Cell
 
Cell(Grid.CompWrap) - Constructor for class net.miginfocom.layout.Grid.Cell
 
Cell(Grid.CompWrap, int, int, boolean) - Constructor for class net.miginfocom.layout.Grid.Cell
 
CELL - Enum constant in enum org.tbee.javafx.scene.layout.MigPane.DebugRectangleType
 
cellX - Variable in class net.miginfocom.layout.CC
 
cellY - Variable in class net.miginfocom.layout.CC
 
CENTER - Enum constant in enum net.miginfocom.layout.AlignX
 
CENTER - Enum constant in enum net.miginfocom.layout.AlignY
 
CENTER - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
CENTER - Static variable in class net.miginfocom.layout.UnitValue
 
checkCache(Container) - Method in class net.miginfocom.swing.MigLayout
Check if something has changed and if so recreate it to the cached objects.
checkCache(Composite) - Method in class net.miginfocom.swt.MigLayout
Check if something has changed and if so recreate it to the cached objects.
checkConstrMap(Composite) - Method in class net.miginfocom.swt.MigLayout
Checks so all components in ccMap actually exist in the parent's collection.
checkNotLinked() - Method in class net.miginfocom.layout.BoundSize
 
checkParent(Container) - Method in class net.miginfocom.swing.MigLayout
 
checkParent(Composite) - Method in class net.miginfocom.swt.MigLayout
 
checkSizeCalcs(int, int) - Method in class net.miginfocom.layout.Grid
 
checkType() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
checkType(boolean) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
clamp(float, float, float) - Static method in class net.miginfocom.layout.LayoutUtil
Keeps f within min and max.
clamp(int, int, int) - Static method in class net.miginfocom.layout.LayoutUtil
Keeps i within min and max.
cleanConstraintMaps(Container) - Method in class net.miginfocom.swing.MigLayout
Checks so all components in ccMap actually exist in the parent's collection.
clearBounds(Object, String) - Static method in class net.miginfocom.layout.LinkHandler
 
clearDebug() - Method in class org.tbee.javafx.scene.layout.MigPane
 
clearGroupLinkBounds() - Method in class net.miginfocom.layout.Grid
 
clearTemporaryBounds(Object) - Static method in class net.miginfocom.layout.LinkHandler
 
clearWeakReferencesNow() - Static method in class net.miginfocom.layout.LinkHandler
This method clear any weak references right away instead of waiting for the GC.
cList - Variable in class net.miginfocom.layout.AC
 
CM - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating centimeters.
code - Variable in enum net.miginfocom.layout.AlignX
 
code - Variable in enum net.miginfocom.layout.AlignY
 
code - Variable in enum net.miginfocom.layout.HideMode
 
code() - Method in enum net.miginfocom.layout.AlignX
 
code() - Method in enum net.miginfocom.layout.AlignY
 
colConstr - Variable in class net.miginfocom.layout.Grid
The row and column specifications.
colConstraints - Variable in class net.miginfocom.swing.MigLayout
Hold the serializable text representation of the constraints.
colConstraints - Variable in class net.miginfocom.swt.MigLayout
Hold the serializable text representation of the constraints.
colFlowSpecs - Variable in class net.miginfocom.layout.Grid
The in the constructor calculated min/pref/max sizes of the rows and columns.
colGroupLists - Variable in class net.miginfocom.layout.Grid
Components that are connections in one dimension (such as baseline alignment for instance) are grouped together and stored here.
colIndexes - Variable in class net.miginfocom.layout.Grid
The size of the grid.
colSpecs - Variable in class net.miginfocom.swing.MigLayout
 
colSpecs - Variable in class net.miginfocom.swt.MigLayout
 
columnConstraints - Variable in class org.tbee.javafx.scene.layout.MigPane
 
COLUMNCONSTRAINTS_PROPERTY_ID - Static variable in class org.tbee.javafx.scene.layout.MigPane
 
com.miglayout.core - module com.miglayout.core
 
com.miglayout.examples - module com.miglayout.examples
 
com.miglayout.javafx - module com.miglayout.javafx
 
com.miglayout.swing - module com.miglayout.swing
 
com.miglayout.swt - module com.miglayout.swt
 
comp - Variable in class net.miginfocom.layout.Grid.CompWrap
 
componentRef - Variable in class net.miginfocom.layout.Grid.WeakCell
 
ComponentWrapper - Interface in net.miginfocom.layout
A class that wraps the important parts of a Component.
compType - Variable in class net.miginfocom.swing.SwingComponentWrapper
 
compType - Variable in class net.miginfocom.swt.SwtComponentWrapper
 
computeHeight(double, int) - Method in class org.tbee.javafx.scene.layout.MigPane
 
computeMaxHeight(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
computeMaxWidth(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
computeMinHeight(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
computeMinWidth(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
computePrefHeight(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
computePrefWidth(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
computeSize(boolean, int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
computeSize(Composite, int, int, boolean) - Method in class net.miginfocom.swt.MigLayout
 
computeWidth(double, int) - Method in class org.tbee.javafx.scene.layout.MigPane
 
CompWrap(ComponentWrapper, CC, int, boolean) - Constructor for class net.miginfocom.layout.Grid.CompWrap
 
compWraps - Variable in class net.miginfocom.layout.Grid.Cell
 
constrain(int, float, ContainerWrapper) - Method in class net.miginfocom.layout.BoundSize
Makes sure that size is within min and max of this size.
constrain(ContainerWrapper, double, double, BoundSize) - Method in class org.tbee.javafx.scene.layout.MigPane
 
constrain(ContainerWrapper, int, int, BoundSize) - Method in class net.miginfocom.swing.MigLayout
 
constrainSize(int) - Static method in class net.miginfocom.layout.Grid
 
ConstraintParser - Class in net.miginfocom.layout
Parses string constraints.
ConstraintParser() - Constructor for class net.miginfocom.layout.ConstraintParser
 
construct() - Method in class org.tbee.javafx.scene.layout.MigPane
 
container - Variable in class net.miginfocom.layout.Grid
The parent that is layout out and this grid is done for.
CONTAINER_OUTLINE - Enum constant in enum org.tbee.javafx.scene.layout.MigPane.DebugRectangleType
 
ContainerWrapper - Interface in net.miginfocom.layout
A class that wraps a container that contains components.
CONVERTERS - Static variable in class net.miginfocom.layout.UnitValue
 
convertSpanToSparseGrid(int, int, TreeSet<Integer>) - Static method in class net.miginfocom.layout.Grid
Spanning is specified in the uncompressed grid number.
convertToPixels(float, String, boolean, float, ContainerWrapper, ComponentWrapper) - Static method in class net.miginfocom.layout.PlatformDefaults
Understands ("r", "rel", "related") OR ("u", "unrel", "unrelated") OR ("i", "ind", "indent") OR ("p", "para", "paragraph").
convertToPixels(float, String, boolean, float, ContainerWrapper, ComponentWrapper) - Method in class net.miginfocom.layout.UnitConverter
Converts value to pixels.
correctAlign(CC, UnitValue, boolean, boolean) - Static method in class net.miginfocom.layout.Grid
 
correctBounds(ComponentWrapper) - Method in class net.miginfocom.layout.LayoutCallback
A last minute change of the bounds.
correctMinMax(int[]) - Static method in class net.miginfocom.layout.Grid
 
corrPos(String, int) - Method in class net.miginfocom.layout.CC
 
count(int) - Method in class net.miginfocom.layout.AC
Sets the total number of rows/columns to size.
CR_MAP - Static variable in class net.miginfocom.layout.LayoutUtil
 
createBorderButton(String, Border) - Method in class net.miginfocom.examples.VisualPaddingOSX
 
createButton(String) - Method in class net.miginfocom.examples.VisualPaddingOSX
 
createCombo(String, boolean) - Method in class net.miginfocom.examples.VisualPaddingOSX
 
createFrame(LayoutManager) - Static method in class net.miginfocom.examples.BugTestApp
 
createIconButton(String) - Method in class net.miginfocom.examples.VisualPaddingOSX
 
createLabel(String) - Static method in class net.miginfocom.examples.Example02
 
createOrUpdateAnimation(Node, HashMap<LayoutAnimator.TransType, Transition>, Rectangle2D) - Method in class org.tbee.javafx.scene.layout.LayoutAnimator
 
createPanel() - Static method in class net.miginfocom.examples.BugTestApp
 
createPanel() - Static method in class net.miginfocom.examples.Example01
 
createPanel() - Static method in class net.miginfocom.examples.Example02
 
createPanel(String...) - Static method in class net.miginfocom.examples.JavaOneShrink
 
createPanel2() - Static method in class net.miginfocom.examples.BugTestApp
 
createReplacement(Node) - Method in class org.tbee.javafx.scene.layout.LayoutAnimator
 
createTabbedPane() - Method in class net.miginfocom.examples.VisualPaddingOSX
 
createTextArea(String) - Static method in class net.miginfocom.examples.JavaOneShrink
 
createToggle(String, String, boolean, Border) - Method in class net.miginfocom.examples.VisualPaddingOSX
 
createToggleButton(String) - Method in class net.miginfocom.examples.VisualPaddingOSX
 
CUR_PLAF - Static variable in class net.miginfocom.layout.PlatformDefaults
 
curDelay - Variable in class net.miginfocom.swt.MigLayout
 
curIx - Variable in class net.miginfocom.layout.AC
 

D

DB_CELL_OUTLINE - Static variable in class net.miginfocom.swing.SwingContainerWrapper
Debug color for cell outline.
DB_COMP_OUTLINE - Static variable in class net.miginfocom.swing.SwingComponentWrapper
Debug color for component bounds outline.
DB_COMP_OUTLINE - Static variable in class net.miginfocom.swt.SwtComponentWrapper
Debug color for component bounds outline.
debug - Variable in class org.tbee.javafx.scene.layout.MigPane
 
debug() - Method in class net.miginfocom.layout.LC
Calls LC.debug(int) with 300 as an argument.
debug(int) - Method in class net.miginfocom.layout.LC
Same functionality as LC.setDebugMillis(int repaintMillis) only this method returns this for chaining multiple calls.
debugCellColor - Variable in class org.tbee.javafx.scene.layout.MigPane
 
debugContainerOutlineColor - Variable in class org.tbee.javafx.scene.layout.MigPane
 
debugExternalColor - Variable in class org.tbee.javafx.scene.layout.MigPane
 
debugMillis - Variable in class net.miginfocom.layout.LC
 
debugOutlineColor - Variable in class org.tbee.javafx.scene.layout.MigPane
 
DebugRectangle(double, double, double, double) - Constructor for class org.tbee.javafx.scene.layout.MigPane.DebugRectangle
 
debugRectangles - Variable in class org.tbee.javafx.scene.layout.MigPane
 
DebugRectangleType() - Constructor for enum org.tbee.javafx.scene.layout.MigPane.DebugRectangleType
 
debugRects - Variable in class net.miginfocom.layout.Grid
If debug is on contains the bounds for things to paint when calling ContainerWrapper.paintDebugCell(int, int, int, int)
debugTimer - Variable in class net.miginfocom.swing.MigLayout
 
debugTimer - Variable in class net.miginfocom.swt.MigLayout
 
decLayoutInhibit() - Method in class org.tbee.javafx.scene.layout.MigPane
 
DEF - Static variable in class net.miginfocom.layout.AnimSpec
 
DEF_CC - Static variable in class net.miginfocom.layout.Grid
Used for components that doesn't have a CC set.
DEF_GAP - Static variable in class net.miginfocom.layout.CC
 
DEF_H_UNIT - Static variable in class net.miginfocom.layout.PlatformDefaults
 
DEF_HGAP - Static variable in class net.miginfocom.layout.PlatformDefaults
 
DEF_V_UNIT - Static variable in class net.miginfocom.layout.PlatformDefaults
 
DEF_VGAP - Static variable in class net.miginfocom.layout.PlatformDefaults
 
derive(BoundSize, UnitValue, UnitValue, UnitValue) - Static method in class net.miginfocom.layout.LayoutUtil
 
DIALOG_INS - Static variable in class net.miginfocom.layout.PlatformDefaults
 
DimConstraint - Class in net.miginfocom.layout
A simple value holder for a constraint for one dimension.
DimConstraint() - Constructor for class net.miginfocom.layout.DimConstraint
Empty constructor.
dirty - Variable in class net.miginfocom.swing.MigLayout
 
DISREGARD - Enum constant in enum net.miginfocom.layout.HideMode
 
DIV - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a division of two sub units.
divideIntoLinkedGroups(boolean) - Method in class net.miginfocom.layout.Grid
For one dimension divide the component wraps into logical groups.
doAbsoluteCorrections(Grid.CompWrap, int[]) - Method in class net.miginfocom.layout.Grid
 
dock - Variable in class net.miginfocom.layout.CC
 
DOCK_DIM_CONSTRAINT - Static variable in class net.miginfocom.layout.Grid
 
DOCK_SIDES - Static variable in class net.miginfocom.layout.CC
 
dockEast() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setDockSide(int) with 3 only this method returns this for chaining multiple calls.
dockNorth() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setDockSide(int) with 0 only this method returns this for chaining multiple calls.
dockOffX - Variable in class net.miginfocom.layout.Grid
 
dockOffY - Variable in class net.miginfocom.layout.Grid
 
dockSouth() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setDockSide(int) with 2 only this method returns this for chaining multiple calls.
dockWest() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setDockSide(int) with 1 only this method returns this for chaining multiple calls.
dra - Static variable in class net.miginfocom.layout.PlatformDefaults
 
DT_MAP - Static variable in class net.miginfocom.layout.LayoutUtil
 
durMillis - Variable in class net.miginfocom.layout.AnimSpec
 

E

easeIn - Variable in class net.miginfocom.layout.AnimSpec
 
easeOut - Variable in class net.miginfocom.layout.AnimSpec
 
eHideMode - Variable in class net.miginfocom.layout.Grid.CompWrap
 
EMPTY_ARR - Static variable in class net.miginfocom.layout.CC
 
endGroup - Variable in class net.miginfocom.layout.DimConstraint
 
endGroup(String...) - Method in class net.miginfocom.layout.CC
The end group(s) that this component should be placed in.
endGroupX(String) - Method in class net.miginfocom.layout.CC
Specifies that the component should be put in the end group s and will thus share the same ending coordinate as them within the group.
endGroupY(String) - Method in class net.miginfocom.layout.CC
The end group that this component should be placed in.
ensureIndexSizes(int, int) - Method in class net.miginfocom.layout.Grid
 
equals(Object) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
equals(Object) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
equals(Object) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
This needs to be overridden so that different wrappers that hold the same component compare as equal.
equals(Object, Object) - Static method in class net.miginfocom.layout.LayoutUtil
Safe equals.
eSz - Static variable in class net.miginfocom.layout.LayoutUtil
 
Example - Class in net.miginfocom.examples
 
Example() - Constructor for class net.miginfocom.examples.Example
 
Example01 - Class in net.miginfocom.examples
 
Example01() - Constructor for class net.miginfocom.examples.Example01
 
Example02 - Class in net.miginfocom.examples
 
Example02() - Constructor for class net.miginfocom.examples.Example02
 
ExampleGood - Class in net.miginfocom.examples
 
ExampleGood() - Constructor for class net.miginfocom.examples.ExampleGood
 
expandSizes(DimConstraint[], Float[], int, int, int, int, int) - Method in class net.miginfocom.layout.Grid.FlowSizeSpec
 
external - Variable in class net.miginfocom.layout.CC
 
external() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setExternal(boolean) with true only this method returns this for chaining multiple calls.
EXTERNAL - Enum constant in enum org.tbee.javafx.scene.layout.MigPane.DebugRectangleType
 
extractOpacity(Node) - Method in class org.tbee.javafx.scene.layout.LayoutAnimator
 
extractSubArray(DimConstraint[], Float[], int, int) - Static method in class net.miginfocom.layout.Grid
 

F

fill - Variable in class net.miginfocom.layout.DimConstraint
 
fill() - Method in class net.miginfocom.layout.AC
Specifies that the current row/column's component should grow by default.
fill() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setFillX(boolean) with true and LC.setFillY(boolean) with true conmbined.T his method returns this for chaining multiple calls.
fill(int...) - Method in class net.miginfocom.layout.AC
Specifies that the indicated rows'/columns' component should grow by default.
fillX - Variable in class net.miginfocom.layout.LC
 
fillX() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setFillX(boolean) with true only this method returns this for chaining multiple calls.
fillY - Variable in class net.miginfocom.layout.LC
 
fillY() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setFillY(boolean) with true only this method returns this for chaining multiple calls.
filter(int, int) - Method in class net.miginfocom.layout.Grid.CompWrap
 
findType(Class<E>, Component) - Static method in class net.miginfocom.swing.MigLayout
 
floatObjectToString(float, boolean) - Static method in class net.miginfocom.layout.IDEUtil
 
floatToString(float, boolean) - Static method in class net.miginfocom.layout.IDEUtil
Converts a float to a string and is removing the ".0" if the float is an integer.
FlowSizeSpec(int[][], ResizeConstraint[]) - Constructor for class net.miginfocom.layout.Grid.FlowSizeSpec
 
flowx - Variable in class net.miginfocom.layout.Grid.Cell
 
flowX - Variable in class net.miginfocom.layout.CC
 
flowX - Variable in class net.miginfocom.layout.LC
 
flowX() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setFlowX(Boolean) with Boolean.TRUE only this method returns this for chaining multiple calls.
flowX() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setFlowX(boolean) with true only this method returns this for chaining multiple calls.
flowY() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setFlowX(Boolean) with Boolean.FALSE only this method returns this for chaining multiple calls.
flowY() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setFlowX(boolean) with false only this method returns this for chaining multiple calls.
flushCache(Control) - Method in class net.miginfocom.swt.MigLayout
 
FM_MAP - Static variable in class net.miginfocom.swing.SwingComponentWrapper
Cache.
forcedPushGaps - Variable in class net.miginfocom.layout.Grid.CompWrap
 
fromEnd - Variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
fromH - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
 
fromW - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
 
fromX - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
 
fromY - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
 
FXComponentWrapper(Node) - Constructor for class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
FXContainerWrapper(Parent) - Constructor for class org.tbee.javafx.scene.layout.MigPane.FXContainerWrapper
 
FXML_CC_KEY - Static variable in class org.tbee.javafx.scene.layout.MigPane
 
fxmLayoutConstraints - Variable in class org.tbee.javafx.scene.layout.fxml.MigPane
 
fxmlColumConstraints - Variable in class org.tbee.javafx.scene.layout.fxml.MigPane
 
fxmlRowConstraints - Variable in class org.tbee.javafx.scene.layout.fxml.MigPane
 

G

gap() - Method in class net.miginfocom.layout.AC
Specifies the gap size to be the default one AND moves to the next column/row.
gap(String) - Method in class net.miginfocom.layout.AC
Specifies the gap size to size AND moves to the next column/row.
gap(String...) - Method in class net.miginfocom.layout.CC
Corresponds exactly to the "gap left right top bottom" keyword.
gap(String, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' gap size to size.
GAP_PROVIDER - Static variable in class net.miginfocom.layout.PlatformDefaults
 
GAP_RC_CONST - Static variable in class net.miginfocom.layout.Grid
A constraint used for gaps.
GAP_RC_CONST_PUSH - Static variable in class net.miginfocom.layout.Grid
 
gapAfter - Variable in class net.miginfocom.layout.DimConstraint
 
gapAfter(String) - Method in class net.miginfocom.layout.CC
Sets the horizontal gap after the component.
gapBefore - Variable in class net.miginfocom.layout.DimConstraint
 
gapBefore(String) - Method in class net.miginfocom.layout.CC
Sets the horizontal gap before the component.
gapBottom(String) - Method in class net.miginfocom.layout.CC
Sets the gap below the component.
gapLeft(String) - Method in class net.miginfocom.layout.CC
Sets the gap to the left the component.
gapPush - Variable in class net.miginfocom.layout.BoundSize
 
gapRight(String) - Method in class net.miginfocom.layout.CC
Sets the gap to the right of the component.
gaps - Variable in class net.miginfocom.layout.Grid.CompWrap
 
gapTop(String) - Method in class net.miginfocom.layout.CC
Sets the gap above the component.
gapX(String, String) - Method in class net.miginfocom.layout.CC
The horizontal gap before and/or after the component.
gapY(String, String) - Method in class net.miginfocom.layout.CC
The vertical gap before (normally above) and/or after (normally below) the component.
getAbsoluteDimBounds(Grid.CompWrap, int, boolean) - Method in class net.miginfocom.layout.Grid
 
getAlign() - Method in class net.miginfocom.layout.DimConstraint
Returns the alignment used either as a default value for sub-entities or for this entity.
getAlignOrDefault(boolean) - Method in class net.miginfocom.layout.DimConstraint
 
getAlignX() - Method in class net.miginfocom.layout.LC
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components in the parent.
getAlignY() - Method in class net.miginfocom.layout.LC
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components in the parent.
getAnimator() - Method in class org.tbee.javafx.scene.layout.MigPane
 
getAnimSpec() - Method in class net.miginfocom.layout.CC
Returns the animation spec.
getBaseline(int) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getBaseline(int, int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the baseline for the component given the suggested height.
getBaseline(int, int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getBaseline(int, int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getBaseline(int, int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getBaselineAboveBelow(ArrayList<Grid.CompWrap>, int, boolean) - Static method in class net.miginfocom.layout.Grid
 
getBounds(Node) - Static method in class org.tbee.javafx.scene.layout.LayoutAnimator
 
getBrokenBoundary(float, int, int) - Static method in class net.miginfocom.layout.LayoutUtil
Returns the broken boundary if sz is outside the boundaries lower or upper.
getBS(BoundSize) - Static method in class net.miginfocom.layout.IDEUtil
 
getBS(BoundSize, boolean) - Static method in class net.miginfocom.layout.IDEUtil
 
getButtonOrder() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the order for the typical buttons in a standard button bar.
getCallbackSize(ComponentWrapper) - Method in class net.miginfocom.layout.Grid
 
getCC(ComponentWrapper, Map<? extends ComponentWrapper, CC>) - Static method in class net.miginfocom.layout.Grid
 
getCCString(Object) - Static method in class net.miginfocom.layout.LayoutUtil
Returns strings set with LayoutUtil.putCCString(Object, String) or null if nothing is associated or LayoutUtil.isDesignTime(ContainerWrapper) returns false.
getCell(int, int) - Method in class net.miginfocom.layout.Grid
 
getCellX() - Method in class net.miginfocom.layout.CC
Returns the absolute cell position in the grid or -1 if cell positioning is not used.
getCellY() - Method in class net.miginfocom.layout.CC
Returns the absolute cell position in the grid or -1 if cell positioning is not used.
getCode() - Method in enum net.miginfocom.layout.HideMode
 
getCols() - Method in class org.tbee.javafx.scene.layout.fxml.MigPane
 
getColumnConstraints() - Method in class net.miginfocom.swing.MigLayout
Returns the column layout constraints either as a String or AC.
getColumnConstraints() - Method in class net.miginfocom.swt.MigLayout
Returns the column layout constraints either as a String or AC.
getColumnConstraints() - Method in class org.tbee.javafx.scene.layout.MigPane
ColumnConstraints:
getColumnSizes(Object) - Static method in class net.miginfocom.layout.IDEUtil
Returns the sizes of the columns and gaps for a container.
getComponent() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the actual object that this wrapper is aggregating.
getComponent() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getComponent() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getComponent() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getComponentConstraints(Component) - Method in class net.miginfocom.swing.MigLayout
Returns the component constraints as a String representation.
getComponentConstraints(Node) - Method in class org.tbee.javafx.scene.layout.MigPane
Returns the constraints for the node
getComponentCount() - Method in interface net.miginfocom.layout.ContainerWrapper
Returns the number of components that this parent has.
getComponentCount() - Method in class net.miginfocom.swing.SwingContainerWrapper
 
getComponentCount() - Method in class net.miginfocom.swt.SwtContainerWrapper
 
getComponentCount() - Method in class org.tbee.javafx.scene.layout.MigPane.FXContainerWrapper
 
getComponentGapPush(ArrayList<Grid.CompWrap>, boolean) - Static method in class net.miginfocom.layout.Grid
 
getComponentGaps(ContainerWrapper, ComponentWrapper, BoundSize, ComponentWrapper, String, int, int, boolean) - Method in class net.miginfocom.layout.DimConstraint
Returns the gaps as pixel values.
getComponentResizeConstraints(ArrayList<Grid.CompWrap>, boolean) - Static method in class net.miginfocom.layout.Grid
 
getComponents() - Method in interface net.miginfocom.layout.ContainerWrapper
Returns the components of the container that wrapper is wrapping.
getComponents() - Method in class net.miginfocom.swing.SwingContainerWrapper
 
getComponents() - Method in class net.miginfocom.swt.SwtContainerWrapper
 
getComponents() - Method in class org.tbee.javafx.scene.layout.MigPane.FXContainerWrapper
 
getComponentSizes(ArrayList<Grid.CompWrap>, boolean) - Static method in class net.miginfocom.layout.Grid
 
getComponentType(boolean) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the type of component that this wrapper is wrapping.
getComponentType(boolean) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getComponentType(boolean) - Method in class net.miginfocom.swing.SwingContainerWrapper
 
getComponentType(boolean) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getComponentType(boolean) - Method in class net.miginfocom.swt.SwtContainerWrapper
 
getComponentType(boolean) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getConstaints() - Method in class net.miginfocom.layout.AC
Deprecated.
getConstraintMap() - Method in class net.miginfocom.swing.MigLayout
Returns a shallow copy of the constraints map.
getConstraintMap() - Method in class net.miginfocom.swt.MigLayout
Returns a shallow copy of the constraints map.
getConstraints() - Method in class net.miginfocom.layout.AC
Property.
getConstraintString() - Method in class net.miginfocom.layout.BoundSize
Returns the a constraint string that can be re-parsed to be the exact same UnitValue.
getConstraintString() - Method in class net.miginfocom.layout.UnitValue
Returns the creation string for this object.
getConstraintString(AC, boolean, boolean) - Static method in class net.miginfocom.layout.IDEUtil
Returns the a constraint string that can be re-parsed to be the exact same AxisConstraint.
getConstraintString(CC, boolean) - Static method in class net.miginfocom.layout.IDEUtil
Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.
getConstraintString(LC, boolean) - Static method in class net.miginfocom.layout.IDEUtil
Returns the a constraint string that can be re-parsed to be the exact same LayoutConstraint.
getContainer() - Method in class net.miginfocom.layout.Grid
 
getContentBias() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns in what way the min/pref/max sizes relates to it's height or width for the current settings of the component (like wrapText).
getContentBias() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getContentBias() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getContentBias() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getContentBias() - Method in class org.tbee.javafx.scene.layout.MigPane
 
getCount() - Method in class net.miginfocom.layout.AC
Returns the number of rows/columns that this constraints currently have.
getCurrentPlatform() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the platform that the JRE is running on currently.
getDebug() - Method in class net.miginfocom.swing.MigLayout
Returns the current debugging state.
getDebug() - Method in class net.miginfocom.swt.MigLayout
Returns the current debugging state.
getDebugCellColor() - Method in class org.tbee.javafx.scene.layout.MigPane
debugCellColor
getDebugContainerOutlineColor() - Method in class org.tbee.javafx.scene.layout.MigPane
debugContainerOutlineColor
getDebugExternalColor() - Method in class org.tbee.javafx.scene.layout.MigPane
debugExternalColor
getDebugMillis() - Method in class net.miginfocom.layout.LC
If > 0 the debug decorations will be repainted every millis.
getDebugMillis() - Method in class net.miginfocom.swing.MigLayout
Returns the debug millis.
getDebugMillis() - Method in class net.miginfocom.swt.MigLayout
Returns the debug millis.
getDebugOutlineColor() - Method in class org.tbee.javafx.scene.layout.MigPane
debugOutlineColor
getDefaultComponentGap(ComponentWrapper, ComponentWrapper, int, String, boolean) - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the default gap between two components that are in the same cell.
getDefaultDPI() - Static method in class net.miginfocom.layout.PlatformDefaults
 
getDefaultGap(ComponentWrapper, ComponentWrapper, int, String, boolean) - Method in interface net.miginfocom.layout.InCellGapProvider
Returns the default gap between two components that are in the same cell.
getDefaultHorizontalUnit() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the current default unit.
getDefaultPushWeights(boolean) - Method in class net.miginfocom.layout.Grid
 
getDefaultRowAlignmentBaseline() - Static method in class net.miginfocom.layout.PlatformDefaults
The default alignment for rows.
getDefaultUnit() - Static method in class net.miginfocom.layout.UnitValue
getDefaultVerticalUnit() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the current default unit.
getDefaultVisualPadding(String) - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the visual bounds for a component type.
getDesignTimeEmptySize() - Static method in class net.miginfocom.layout.LayoutUtil
The size of an empty row or columns in a grid during design time.
getDialogInsets(int) - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the default dialog insets depending of the current platform.
getDimConstraint(boolean) - Method in class net.miginfocom.layout.CC
Returns the vertical or horizontal dim constraint.
getDockInsets(TreeSet<Integer>) - Static method in class net.miginfocom.layout.Grid
 
getDockSide() - Method in class net.miginfocom.layout.CC
Sets the docking side.
getDurationMillis() - Method in class net.miginfocom.layout.AnimSpec
 
getDurationMillis(int) - Method in class net.miginfocom.layout.AnimSpec
 
getEaseIn() - Method in class net.miginfocom.layout.AnimSpec
 
getEaseOut() - Method in class net.miginfocom.layout.AnimSpec
 
getEndGroup() - Method in class net.miginfocom.layout.DimConstraint
Returns the end group that this entity should be in for the dimension that this object is describing.
getFlowX() - Method in class net.miginfocom.layout.CC
Returns if the flow in the cell is in the horizontal dimension.
getGapAfter() - Method in class net.miginfocom.layout.DimConstraint
Returns the gap after this entity.
getGapAfter(int, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getGapBefore() - Method in class net.miginfocom.layout.DimConstraint
Returns the gap before this entity.
getGapBefore(int, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getGapIx(boolean, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getGapProvider() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the current gap provider or null if none is set and "related" should always be used.
getGapPush() - Method in class net.miginfocom.layout.BoundSize
If the size should be hinted as "pushing" and thus want to occupy free space if no one else is claiming it.
getGaps(boolean, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getGaps(ArrayList<Grid.CompWrap>, boolean) - Static method in class net.miginfocom.layout.Grid
 
getGlobalDebugMillis() - Static method in class net.miginfocom.layout.LayoutUtil
If global debug should be on or off.
getGlobalUnitConverters() - Static method in class net.miginfocom.layout.UnitValue
Returns the global converters currently registered.
getGrid() - Method in class org.tbee.javafx.scene.layout.MigPane
 
getGridGapX() - Method in class net.miginfocom.layout.LC
If non-null (null is default) these value will be used as the default gaps between the columns in the grid.
getGridGapX() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the platform recommended inter-cell gap in the horizontal (x) dimension..
getGridGapY() - Method in class net.miginfocom.layout.LC
If non-null (null is default) these value will be used as the default gaps between the rows in the grid.
getGridGapY() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the platform recommended inter-cell gap in the vertical (x) dimension..
getGridPositions(Object) - Static method in class net.miginfocom.layout.Grid
 
getGridPositions(Object) - Static method in class net.miginfocom.layout.IDEUtil
Returns the grid cells that the components in parentContainer has.
getGroupContaining(ArrayList<Grid.LinkedDimGroup>[], Grid.CompWrap) - Static method in class net.miginfocom.layout.Grid
Returns the Grid.LinkedDimGroup that has the Grid.CompWrap cw.
getGrow() - Method in class net.miginfocom.layout.DimConstraint
Returns the grow weight.
getGrowPriority() - Method in class net.miginfocom.layout.DimConstraint
Returns the grow priority.
getHeight() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the current height for this component.
getHeight() - Method in class net.miginfocom.layout.Grid
 
getHeight() - Method in class net.miginfocom.layout.LC
Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.
getHeight() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getHeight() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getHeight() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getHeight(int) - Method in class net.miginfocom.layout.Grid
 
getHideMode() - Method in class net.miginfocom.layout.CC
Sets how a component that is hidden (not visible) should be treated by default.
getHideMode() - Method in class net.miginfocom.layout.LC
How a component that is hidden (not visible) should be treated by default.
getHorIns() - Method in class org.tbee.javafx.scene.layout.MigPane
 
getHorizontal() - Method in class net.miginfocom.layout.CC
Returns the horizontal dimension constraint for this component constraint.
getHorizontalScaleFactor() - Static method in class net.miginfocom.layout.PlatformDefaults
The forced scale factor that all screen relative units (e.g.
getHorizontalScreenDPI() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the DPI (Dots Per Inch) of the screen the component is currently in or for the default screen if the component is not visible.
getHorizontalScreenDPI() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getHorizontalScreenDPI() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getHorizontalScreenDPI() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getId() - Method in class net.miginfocom.layout.CC
Returns the id used to reference this component in some constraints.
getIDEUtilVersion() - Method in class net.miginfocom.layout.IDEUtil
Returns the version of IDEUtil
getIndexSafe(Object[], int) - Static method in class net.miginfocom.layout.LayoutUtil
 
getInsets() - Method in class net.miginfocom.layout.LC
The insets for the layed out panel.
getInsets(LC, int, boolean) - Static method in class net.miginfocom.layout.LayoutUtil
Returns the insets for the side.
getLabelAlignPercentage() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the percentage used for alignment for labels (0 is left, 50 is center and 100 is right).
getLayout() - Method in interface net.miginfocom.layout.ContainerWrapper
Returns the LayoutHandler (in Swing terms) that is handling the layout of this container.
getLayout() - Method in class net.miginfocom.swing.SwingContainerWrapper
 
getLayout() - Method in class net.miginfocom.swt.SwtContainerWrapper
 
getLayout() - Method in class org.tbee.javafx.scene.layout.fxml.MigPane
 
getLayout() - Method in class org.tbee.javafx.scene.layout.MigPane.FXContainerWrapper
 
getLayoutAlignmentX(Container) - Method in class net.miginfocom.swing.MigLayout
 
getLayoutAlignmentX(Composite) - Method in class net.miginfocom.swt.MigLayout
 
getLayoutAlignmentY(Container) - Method in class net.miginfocom.swing.MigLayout
 
getLayoutAlignmentY(Composite) - Method in class net.miginfocom.swt.MigLayout
 
getLayoutConstraints() - Method in class net.miginfocom.swing.MigLayout
Returns layout constraints either as a String or LC depending what was sent in to the constructor or set with MigLayout.setLayoutConstraints(Object).
getLayoutConstraints() - Method in class net.miginfocom.swt.MigLayout
Returns layout constraints either as a String or LC depending what was sent in to the constructor or set with MigLayout.setLayoutConstraints(Object).
getLayoutConstraints() - Method in class org.tbee.javafx.scene.layout.MigPane
LayoutConstraints:
getLayoutHashCode() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns a hash code that should be reasonably different for anything that might change the layout.
getLayoutHashCode() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getLayoutHashCode() - Method in class net.miginfocom.swing.SwingContainerWrapper
 
getLayoutHashCode() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getLayoutHashCode() - Method in class net.miginfocom.swt.SwtContainerWrapper
 
getLayoutHashCode() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getLeftToRight() - Method in class net.miginfocom.layout.LC
If the layout should be forced to be left-to-right or right-to-left.
getLinkId() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns a String id that can be used to reference the component in link constraints.
getLinkId() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getLinkId() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getLinkId() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getLinkTargetId() - Method in class net.miginfocom.layout.UnitValue
 
getLinkTargets() - Method in class net.miginfocom.layout.CC
 
getLogicalPixelBase() - Static method in class net.miginfocom.layout.PlatformDefaults
What base value should be used to calculate logical pixel sizes.
getMax() - Method in class net.miginfocom.layout.BoundSize
Returns the maximum size as sent into the constructor.
getMaximumHeight(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the maximum height of the component.
getMaximumHeight(int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getMaximumHeight(int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getMaximumHeight(int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getMaximumWidth(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the maximum width of the component.
getMaximumWidth(int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getMaximumWidth(int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getMaximumWidth(int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getMin() - Method in class net.miginfocom.layout.BoundSize
Returns the minimum size as sent into the constructor.
getMinimumButtonPadding() - Static method in class net.miginfocom.layout.PlatformDefaults
 
getMinimumButtonWidth() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the recommended minimum button width depending on the current set platform.
getMinimumButtonWidthIncludingPadding(float, ContainerWrapper, ComponentWrapper) - Static method in class net.miginfocom.layout.PlatformDefaults
 
getMinimumHeight(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the minimum height of the component.
getMinimumHeight(int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getMinimumHeight(int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getMinimumHeight(int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getMinimumWidth(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the minimum width of the component.
getMinimumWidth(int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getMinimumWidth(int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getMinimumWidth(int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getMinPrefMax() - Method in class net.miginfocom.layout.Grid.LinkedDimGroup
Returns the min/pref/max sizes for this cell.
getMinPrefMaxSumSize(boolean, int[][]) - Method in class net.miginfocom.layout.Grid
 
getModCount() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns how many times the defaults has been changed.
getNewlineGapSize() - Method in class net.miginfocom.layout.CC
Returns the newline size if it is a custom size.
getNumTextParts(String) - Static method in class net.miginfocom.layout.ConstraintParser
Splits a text-number combination such as "hello 10.0" into {"hello", "10.0"}.
getOper(String) - Static method in class net.miginfocom.layout.ConstraintParser
Returns the operation depending on the start character.
getOperation() - Method in class net.miginfocom.layout.UnitValue
 
getPackable(Component) - Method in class net.miginfocom.swing.MigLayout
Returns a high level window or popup to pack, if any.
getPackHeight() - Method in class net.miginfocom.layout.LC
Returns the "pack height" for the window that this container is located in.
getPackHeightAlign() - Method in class net.miginfocom.layout.LC
If there is a resize of the window due to packing (see LC.setPackHeight(BoundSize) this value, which is between 0f and 1f, decides where the extra/superfluous size is placed.
getPackWidth() - Method in class net.miginfocom.layout.LC
Returns the "pack width" for the window that this container is located in.
getPackWidthAlign() - Method in class net.miginfocom.layout.LC
If there is a resize of the window due to packing (see LC.setPackHeight(BoundSize) this value, which is between 0f and 1f, decides where the extra/superfluous size is placed.
getPadding() - Method in class net.miginfocom.layout.CC
Returns the absolute resizing in the last stage of the layout cycle.
getPanelInsets(int) - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the default panel insets depending of the current platform.
getParent() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the container for this component.
getParent() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getParent() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getParent() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getParentSize(ComponentWrapper, boolean) - Static method in class net.miginfocom.layout.Grid
 
getPixels(float, ContainerWrapper, ComponentWrapper) - Method in class net.miginfocom.layout.UnitValue
Returns the size in pixels rounded.
getPixelsExact(float, ContainerWrapper, ComponentWrapper) - Method in class net.miginfocom.layout.UnitValue
Returns the size in pixels.
getPixelSizes(float, ContainerWrapper, ComponentWrapper) - Method in class net.miginfocom.layout.BoundSize
Convert the bound sizes to pixels.
getPixelUnitFactor(boolean) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the pixel unit factor for the horizontal or vertical dimension.
getPixelUnitFactor(boolean) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getPixelUnitFactor(boolean) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getPixelUnitFactor(boolean) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getPlatform() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the current platform
getPlatformDPI(int) - Static method in class net.miginfocom.layout.PlatformDefaults
 
getPos() - Method in class net.miginfocom.layout.CC
Returns the absolute positioning of one or more of the edges.
getPos(ComponentWrapper, CC) - Method in class net.miginfocom.layout.Grid
 
getPosition(ComponentWrapper) - Method in class net.miginfocom.layout.LayoutCallback
Returns a position similar to the "pos" the component constraint.
getPreferred() - Method in class net.miginfocom.layout.BoundSize
Returns the preferred size as sent into the constructor.
getPreferredHeight(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the preferred height of the component.
getPreferredHeight(int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getPreferredHeight(int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getPreferredHeight(int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getPreferredWidth(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the preferred width of the component.
getPreferredWidth(int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getPreferredWidth(int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getPreferredWidth(int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getPriority() - Method in class net.miginfocom.layout.AnimSpec
 
getPushX() - Method in class net.miginfocom.layout.CC
"pushx" indicates that the column that this component is in (this first if the component spans) should default to growing.
getPushY() - Method in class net.miginfocom.layout.CC
"pushx" indicates that the row that this component is in (this first if the component spans) should default to growing.
getRowColAndGapsTrimmed(String) - Static method in class net.miginfocom.layout.ConstraintParser
Parses "AAA[BBB]CCC[DDD]EEE" into {"AAA", "BBB", "CCC", "DDD", "EEE", "FFF"}.
getRowConstraints() - Method in class net.miginfocom.swing.MigLayout
Returns the row layout constraints either as a String or AC.
getRowConstraints() - Method in class net.miginfocom.swt.MigLayout
Returns the row layout constraints as a String representation.
getRowConstraints() - Method in class org.tbee.javafx.scene.layout.MigPane
RowConstraints:
getRowGaps(ContainerWrapper, BoundSize, int, boolean) - Method in class net.miginfocom.layout.DimConstraint
Returns the gaps as pixel values.
getRowGaps(DimConstraint[], int, boolean, boolean[]) - Method in class net.miginfocom.layout.Grid
Returns the row gaps in pixel sizes.
getRowResizeConstraints(DimConstraint[]) - Static method in class net.miginfocom.layout.Grid
 
getRows() - Method in class org.tbee.javafx.scene.layout.fxml.MigPane
 
getRowSizes(Object) - Static method in class net.miginfocom.layout.IDEUtil
Returns the sizes of the rows and gaps for a container.
getScreen() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getScreenHeight() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the pixel size of the screen that the component is currently in or for the default screen if the component is not visible or null.
getScreenHeight() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getScreenHeight() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getScreenHeight() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getScreenLocationX() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the screen x-coordinate for the upper left coordinate of the component layout-able bounds.
getScreenLocationX() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getScreenLocationX() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getScreenLocationX() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getScreenLocationY() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the screen y-coordinate for the upper left coordinate of the component layout-able bounds.
getScreenLocationY() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getScreenLocationY() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getScreenLocationY() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getScreenWidth() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the pixel size of the screen that the component is currently in or for the default screen if the component is not visible or null.
getScreenWidth() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getScreenWidth() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getScreenWidth() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getSerializedObject(Object) - Static method in class net.miginfocom.layout.LayoutUtil
Returns the serialized object that are associated with caller.
getShrink() - Method in class net.miginfocom.layout.DimConstraint
Returns the shrink priority.
getShrinkPriority() - Method in class net.miginfocom.layout.DimConstraint
Returns the shrink priority.
getSize() - Method in class net.miginfocom.layout.DimConstraint
Returns the min/preferred/max size for the entity in the dimension that this object describes.
getSize(int) - Method in class net.miginfocom.layout.BoundSize
Returns the minimum, preferred or maximum size for this bounded size.
getSize(int, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getSize(BoundSize, int, boolean, boolean, int) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getSize(ComponentWrapper) - Method in class net.miginfocom.layout.LayoutCallback
Returns a size similar to the "width" and "height" in the component constraint.
getSizeGroup() - Method in class net.miginfocom.layout.DimConstraint
Returns the size group that this entity should be in for the dimension that this object is describing.
getSizeImpl(Container, int) - Method in class net.miginfocom.swing.MigLayout
 
getSizeInclGaps(int, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getSizes(boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
getSizeSafe(int[], int) - Static method in class net.miginfocom.layout.LayoutUtil
 
getSizesAndIndexes(Object, boolean) - Static method in class net.miginfocom.layout.Grid
 
getSkip() - Method in class net.miginfocom.layout.CC
Returns how many cells in the grid that should be skipped before the component that this constraint belongs to.
getSpanX() - Method in class net.miginfocom.layout.CC
Returns the number of cells the cell that this constraint's component will span in the indicated dimension.
getSpanY() - Method in class net.miginfocom.layout.CC
Returns the number of cells the cell that this constraint's component will span in the indicated dimension.
getSplit() - Method in class net.miginfocom.layout.CC
Returns in how many parts the current cell (that this constraint's component will be in) should be split in.
getSubUnitCount() - Method in class net.miginfocom.layout.UnitValue
 
getSubUnits() - Method in class net.miginfocom.layout.UnitValue
 
getSubUnitValue(int) - Method in class net.miginfocom.layout.UnitValue
 
getTag() - Method in class net.miginfocom.layout.CC
Tags the component with metadata.
getTagForChar(char) - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the tag (used in the CC) for a char.
getTotalGroupsSizeParallel(ArrayList<Grid.LinkedDimGroup>, int, boolean) - Static method in class net.miginfocom.layout.Grid
 
getTotalSizeParallel(ArrayList<Grid.CompWrap>, int, boolean) - Static method in class net.miginfocom.layout.Grid
 
getTotalSizeSerial(ArrayList<Grid.CompWrap>, int, boolean) - Static method in class net.miginfocom.layout.Grid
 
getUnit() - Method in class net.miginfocom.layout.UnitValue
 
getUnitString() - Method in class net.miginfocom.layout.UnitValue
 
getUnitValueX(String) - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the unit value associated with the unit.
getUnitValueY(String) - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the unit value associated with the unit.
getUV(UnitValue) - Static method in class net.miginfocom.layout.IDEUtil
 
getUV(UnitValue, boolean) - Static method in class net.miginfocom.layout.IDEUtil
 
getValue() - Method in class net.miginfocom.layout.UnitValue
 
getValue(Object, String, int) - Static method in class net.miginfocom.layout.LinkHandler
 
getVerIns() - Method in class org.tbee.javafx.scene.layout.MigPane
 
getVersion() - Static method in class net.miginfocom.layout.LayoutUtil
Returns the current version of MiG Layout.
getVertical() - Method in class net.miginfocom.layout.CC
Returns the vertical dimension constraint for this component constraint.
getVerticalScaleFactor() - Static method in class net.miginfocom.layout.PlatformDefaults
The forced scale factor that all screen relative units (e.g.
getVerticalScreenDPI() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the DPI (Dots Per Inch) of the screen the component is currently in or for the default screen if the component is not visible.
getVerticalScreenDPI() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getVerticalScreenDPI() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getVerticalScreenDPI() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getVisualPadding() - Method in class net.miginfocom.layout.CC
Returns the visual padding used when laying out this Component.
getVisualPadding() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the padding on a component by component basis.
getVisualPadding() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getVisualPadding() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getVisualPadding() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getWidth() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the current width for this component.
getWidth() - Method in class net.miginfocom.layout.Grid
 
getWidth() - Method in class net.miginfocom.layout.LC
Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.
getWidth() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getWidth() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getWidth() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getWidth(int) - Method in class net.miginfocom.layout.Grid
 
getWrapAfter() - Method in class net.miginfocom.layout.LC
Returns after what cell the grid should always auto wrap.
getWrapGapSize() - Method in class net.miginfocom.layout.CC
Returns the wrap size if it is a custom size.
getX() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the current x coordinate for this component.
getX() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getX() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getX() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
getY() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the current y coordinate for this component.
getY() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getY() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getY() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
globalDebugMillis - Static variable in class net.miginfocom.layout.LayoutUtil
 
GNOME - Static variable in class net.miginfocom.layout.PlatformDefaults
 
grid - Variable in class net.miginfocom.layout.Grid
An x, y array implemented as a sparse array to accommodate for any grid size without wasting memory (or rather 15 bit (0-MAX_GRID * 0-MAX_GRID).
grid - Variable in class net.miginfocom.swing.MigLayout
 
grid - Variable in class net.miginfocom.swt.MigLayout
 
Grid - Class in net.miginfocom.layout
Holds components in a grid.
Grid(ContainerWrapper, LC, AC, AC, Map<? extends ComponentWrapper, CC>, ArrayList<LayoutCallback>) - Constructor for class net.miginfocom.layout.Grid
Constructor.
Grid.AboveBelow - Class in net.miginfocom.layout
 
Grid.Cell - Class in net.miginfocom.layout
A simple representation of a cell in the grid.
Grid.CompWrap - Class in net.miginfocom.layout
Wraps a Component together with its constraint.
Grid.FlowSizeSpec - Class in net.miginfocom.layout
 
Grid.LinkedDimGroup - Class in net.miginfocom.layout
A number of component wraps that share a layout "something" in one dimension
Grid.WeakCell - Class in net.miginfocom.layout
 
gridGap(String, String) - Method in class net.miginfocom.layout.LC
Sets both grid gaps at the same time.
gridGapX - Variable in class net.miginfocom.layout.LC
 
gridGapX(String) - Method in class net.miginfocom.layout.LC
Same functionality as setGridGapX(ConstraintParser.parseBoundSize(boundsSize, true, true)) only this method returns this for chaining multiple calls.
gridGapY - Variable in class net.miginfocom.layout.LC
 
gridGapY(String) - Method in class net.miginfocom.layout.LC
Same functionality as setGridGapY(ConstraintParser.parseBoundSize(boundsSize, true, false)) only this method returns this for chaining multiple calls.
gridInvalidator - Variable in class org.tbee.javafx.scene.layout.MigPane
 
grow - Variable in class net.miginfocom.layout.ResizeConstraint
How flexible the entity should be, relative to other entities, when it comes to growing.
grow() - Method in class net.miginfocom.layout.AC
Specifies the current row/column's grow weight within columns/rows with the grow priority 100f.
grow() - Method in class net.miginfocom.layout.CC
Same functionality as CC.growX() and CC.growY().
grow(float) - Method in class net.miginfocom.layout.AC
Specifies the current row/column's grow weight within columns/rows with the same grow priority.
grow(float...) - Method in class net.miginfocom.layout.CC
grow weight for the component horizontally and optionally vertically.
grow(float, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' grow weight within columns/rows with the same grow priority.
GROW_100 - Static variable in class net.miginfocom.layout.Grid
 
growPrio - Variable in class net.miginfocom.layout.ResizeConstraint
The relative priority used for determining which entities gets the extra space first.
growPrio(int) - Method in class net.miginfocom.layout.AC
Specifies the current row/column's grow priority.
growPrio(int...) - Method in class net.miginfocom.layout.CC
Grow priority for the component horizontally and optionally vertically.
growPrio(int, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' grow priority.
growPrioX(int) - Method in class net.miginfocom.layout.CC
The grow priority compared to other components in the same cell.
growPrioY(int) - Method in class net.miginfocom.layout.CC
The grow priority compared to other components in the same cell.
growX() - Method in class net.miginfocom.layout.CC
Grow weight for the component horizontally.
growX(float) - Method in class net.miginfocom.layout.CC
Grow weight for the component horizontally.
growY() - Method in class net.miginfocom.layout.CC
Grow weight for the component vertically.
growY(float) - Method in class net.miginfocom.layout.CC
Grow weight for the component vertically.
growY(Float) - Method in class net.miginfocom.layout.CC
Deprecated.

H

h - Variable in class net.miginfocom.layout.Grid.CompWrap
 
HAS_BEANS - Static variable in class net.miginfocom.layout.LayoutUtil
 
hasBaseline() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns if the component has a baseline and if it can be retrieved.
hasBaseline() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
hasBaseline() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
hasBaseline() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
hasBeans() - Static method in class net.miginfocom.layout.LayoutUtil
 
hasDocks() - Method in class net.miginfocom.layout.Grid
 
hasGapAfter() - Method in class net.miginfocom.layout.DimConstraint
 
hasGapBefore() - Method in class net.miginfocom.layout.DimConstraint
 
hashCode() - Method in class net.miginfocom.layout.UnitValue
 
hashCode() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
hashCode() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
hashCode() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
hasTagged - Variable in class net.miginfocom.layout.Grid.Cell
 
height - Variable in class net.miginfocom.layout.Grid
The in the constructor calculated min/pref/max size of the whole grid.
height - Variable in class net.miginfocom.layout.LC
 
height(String) - Method in class net.miginfocom.layout.CC
The size for the component as a min and/or preferred and/or maximum size.
height(String) - Method in class net.miginfocom.layout.LC
The height for the container as a min and/or preferred and/or maximum height.
HEIGHT - Static variable in class net.miginfocom.layout.LinkHandler
 
hideMode - Variable in class net.miginfocom.layout.CC
 
hideMode - Variable in class net.miginfocom.layout.LC
 
hideMode(int) - Method in class net.miginfocom.layout.CC
How this component, if hidden (not visible), should be treated.
hideMode(int) - Method in class net.miginfocom.layout.LC
Same functionality as LC.setHideMode(int mode) only this method returns this for chaining multiple calls.
hideMode(HideMode) - Method in class net.miginfocom.layout.LC
Strongly typed API for most common usages
HideMode - Enum in net.miginfocom.layout
NORMAL: Bounds will be calculated as if the component was visible.
SIZE_0_RETAIN_GAPS: If hidden the size will be 0, 0 but the gaps remain.
SIZE_0_GAPS_0: If hidden the size will be 0, 0 and gaps set to zero.
DISREGARD: If hidden the component will be disregarded completely and not take up a cell in the grid..
HideMode(int) - Constructor for enum net.miginfocom.layout.HideMode
 
hor - Variable in class net.miginfocom.layout.CC
 
HOR_DEFS - Static variable in class net.miginfocom.layout.PlatformDefaults
 
HORIZONTAL - Static variable in class net.miginfocom.layout.LayoutUtil
 
horScale - Static variable in class net.miginfocom.layout.PlatformDefaults
 
horSizes - Variable in class net.miginfocom.layout.Grid.CompWrap
 

I

id - Variable in class net.miginfocom.layout.CC
 
id(String) - Method in class net.miginfocom.layout.CC
The id used to reference this component in some constraints.
IDENTITY - Static variable in class net.miginfocom.layout.UnitValue
 
IDEUtil - Class in net.miginfocom.layout
This class contains static methods to be used by IDE vendors to convert to and from String/API constraints.
IDEUtil() - Constructor for class net.miginfocom.layout.IDEUtil
 
InCellGapProvider - Interface in net.miginfocom.layout
An interface to implement if you want to decide the gaps between two types of components within the same cell.
INCH - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating inches.
incLayoutInhibit() - Method in class org.tbee.javafx.scene.layout.MigPane
 
increase(int[], int) - Method in class net.miginfocom.layout.Grid
Go to next cell.
index(int) - Method in class net.miginfocom.layout.AC
Sets the current row/column to i.
INF - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
INF - Static variable in class net.miginfocom.layout.LayoutUtil
A substitute value for a really large value.
INF - Static variable in class net.miginfocom.layout.UnitValue
 
insets - Variable in class net.miginfocom.layout.LC
 
insets(String) - Method in class net.miginfocom.layout.LC
Same functionality as setInsets(ConstraintParser.parseInsets(s, true)).
insets(String, String, String, String) - Method in class net.miginfocom.layout.LC
Sets the different insets (expressed as a UnitValues, e.g.
insetsAll(String) - Method in class net.miginfocom.layout.LC
Sets the same inset (expressed as a UnitValue, e.g.
interpolate(double) - Method in class org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
 
invalidate() - Method in class net.miginfocom.layout.PlatformDefaults
Tells all layout manager instances to revalidate and recalculated everything.
invalidateComponentSizes() - Method in class net.miginfocom.layout.Grid
 
invalidateContainerSize() - Method in class net.miginfocom.layout.Grid
If the container (parent) that this grid is laying out has changed its bounds, call this method to clear any cached values min/pref/max sizes of the components and rows/columns.
invalidateGrid() - Method in class org.tbee.javafx.scene.layout.MigPane
Removes the grid so it is recreated as needed next time.
invalidateLayout(Container) - Method in class net.miginfocom.swing.MigLayout
 
invalidateSizes() - Method in class net.miginfocom.layout.Grid.CompWrap
 
isAbsolute - Variable in class net.miginfocom.layout.Grid.CompWrap
 
isAbsolute() - Method in class net.miginfocom.layout.BoundSize
 
isAbsolute() - Method in class net.miginfocom.layout.UnitValue
 
isAbsoluteDeep() - Method in class net.miginfocom.layout.UnitValue
 
isBaselineAlign(boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
isBoundsInGrid() - Method in class net.miginfocom.layout.CC
Returns if the absolute pos value should be corrections to the component that is in a normal cell.
isCellFree(int, int, ArrayList<int[]>) - Method in class net.miginfocom.layout.Grid
 
isDesignTime(ContainerWrapper) - Static method in class net.miginfocom.layout.LayoutUtil
Returns if design time is turned on for a Container in ContainerWrapper.
isDialogInsets(UnitValue[]) - Static method in class net.miginfocom.layout.IDEUtil
 
isExternal() - Method in class net.miginfocom.layout.CC
Returns if this component should have its bounds handled by an external source and not this layout manager.
isFill() - Method in class net.miginfocom.layout.DimConstraint
Returns if the component in the row/column that this constraint should default be grown in the same dimension that this constraint represents (width for column and height for a row).
isFillX() - Method in class net.miginfocom.layout.LC
If the layout should always claim the whole bounds of the laid out container even if the preferred size is smaller.
isFillY() - Method in class net.miginfocom.layout.LC
If the layout should always claim the whole bounds of the laid out container even if the preferred size is smaller.
isFlowX() - Method in class net.miginfocom.layout.LC
The default flow direction.
isGapAfterPush() - Method in class net.miginfocom.layout.DimConstraint
 
isGapBeforePush() - Method in class net.miginfocom.layout.DimConstraint
 
isHor - Variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
isHor - Variable in class net.miginfocom.layout.UnitValue
 
isHorizontal() - Method in class net.miginfocom.layout.UnitValue
 
isJava9orLater - Static variable in class net.miginfocom.swing.SwingComponentWrapper
 
isLeftToRight() - Method in interface net.miginfocom.layout.ContainerWrapper
Returns if this container is using left-to-right component ordering.
isLeftToRight() - Method in class net.miginfocom.swing.SwingContainerWrapper
 
isLeftToRight() - Method in class net.miginfocom.swt.SwtContainerWrapper
 
isLeftToRight() - Method in class org.tbee.javafx.scene.layout.MigPane.FXContainerWrapper
 
isLeftToRight(LC, ContainerWrapper) - Static method in class net.miginfocom.layout.LayoutUtil
Returns if left-to-right orientation is used.
isLinked() - Method in class net.miginfocom.layout.BoundSize
 
isLinked() - Method in class net.miginfocom.layout.UnitValue
 
isLinkedDeep() - Method in class net.miginfocom.layout.UnitValue
 
isManagingComponent(Component) - Method in class net.miginfocom.swing.MigLayout
Returns if this layout manager is currently managing this component.
isManagingComponent(Control) - Method in class net.miginfocom.swt.MigLayout
Returns if this layout manager is currently managing this component.
isMaxSet(Component) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
isMaxSizeSetOn1_4() - Static method in class net.miginfocom.swing.SwingComponentWrapper
Deprecated.
Java 1.4 is not supported anymore
isMinimumSizeZero() - Static method in class net.miginfocom.swt.SwtComponentWrapper
Sets if minimum size for SWT components should be preferred size (default, false) or 0.
isNewline() - Method in class net.miginfocom.layout.CC
Returns if the flow should wrap to the next line/column before the component that this constraint belongs to.
isNoCache() - Method in class net.miginfocom.layout.LC
If components have sizes or positions linked to the bounds of the parent in some way (as for instance the "%" unit has) the cache must be turned off for the panel.
isNodeAnimated(Node) - Method in class org.tbee.javafx.scene.layout.MigPane
 
isNoGrid() - Method in class net.miginfocom.layout.DimConstraint
Returns if the row/column should default to flow and not to grid behaviour.
isNoGrid() - Method in class net.miginfocom.layout.LC
If the whole layout should be non grid based.
isPanelInsets(UnitValue[]) - Static method in class net.miginfocom.layout.IDEUtil
 
isPushGap(boolean, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
isReplacement(Node) - Static method in class org.tbee.javafx.scene.layout.LayoutAnimator
 
isText(Control) - Static method in class net.miginfocom.swt.SwtComponentWrapper
 
isTopToBottom() - Method in class net.miginfocom.layout.LC
If the layout should go from the default top-to-bottom in the grid instead of the optional bottom-to-top.
isUnset() - Method in class net.miginfocom.layout.BoundSize
Returns if this bound size has no min, preferred and maximum size set (they are all null)
isUseVisualPadding() - Static method in class net.miginfocom.swt.SwtComponentWrapper
 
isVisible() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns if the component's visibility is set to true.
isVisible() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
isVisible() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
isVisible() - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
isVisualPadding() - Method in class net.miginfocom.layout.LC
If visual padding should be automatically used and compensated for by this layout instance.
isVisualPaddingEnabled() - Static method in class net.miginfocom.swing.SwingComponentWrapper
 
isWrap() - Method in class net.miginfocom.layout.CC
Returns if the flow should wrap to the next line/column after the component that this constraint belongs to.

J

JavaOneShrink - Class in net.miginfocom.examples
 
JavaOneShrink() - Constructor for class net.miginfocom.examples.JavaOneShrink
 

L

LABEL - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
LABEL - Static variable in class net.miginfocom.layout.UnitValue
 
LABEL_ALIGN - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating label alignment.
lastHash - Variable in class net.miginfocom.swing.MigLayout
 
lastHash - Variable in class net.miginfocom.swt.MigLayout
 
lastInvalidSize - Variable in class net.miginfocom.swing.MigLayout
 
lastModCount - Variable in class net.miginfocom.swing.MigLayout
 
lastModCount - Variable in class net.miginfocom.swt.MigLayout
 
lastParentSize - Variable in class net.miginfocom.swing.MigLayout
 
lastRefHeight - Variable in class net.miginfocom.layout.Grid
 
lastRefWidth - Variable in class net.miginfocom.layout.Grid
 
lastSize - Variable in class net.miginfocom.swing.MigLayout
 
lastSize - Variable in class org.tbee.javafx.scene.layout.MigPane
 
lastWasInvalid - Variable in class net.miginfocom.swing.MigLayout
 
layout(int[], UnitValue, UnitValue, boolean) - Method in class net.miginfocom.layout.Grid
Does the actual layout.
layout(int[], UnitValue, UnitValue, boolean, boolean) - Method in class net.miginfocom.layout.Grid
Deprecated.
since 5.0 Last boolean is not needed and is gotten from the new ComponentWrapper.getContentBias() instead;
layout(DimConstraint, int, int, int) - Method in class net.miginfocom.layout.Grid.LinkedDimGroup
 
layout(Composite, boolean) - Method in class net.miginfocom.swt.MigLayout
 
LayoutAnimator - Class in org.tbee.javafx.scene.layout
 
LayoutAnimator(MigPane) - Constructor for class org.tbee.javafx.scene.layout.LayoutAnimator
 
LayoutAnimator.LayoutTrans - Class in org.tbee.javafx.scene.layout
 
LayoutAnimator.TransType - Enum in org.tbee.javafx.scene.layout
 
layoutBaseline(ContainerWrapper, ArrayList<Grid.CompWrap>, DimConstraint, int, int, int, int) - Static method in class net.miginfocom.layout.Grid
 
LayoutCallback - Class in net.miginfocom.layout
A class to extend if you want to provide more control over where a component is placed or the size of it.
LayoutCallback() - Constructor for class net.miginfocom.layout.LayoutCallback
 
layoutChildren() - Method in class org.tbee.javafx.scene.layout.MigPane
This is where the actual layout happens
layoutConstraints - Variable in class net.miginfocom.swing.MigLayout
Hold the serializable text representation of the constraints.
layoutConstraints - Variable in class net.miginfocom.swt.MigLayout
Hold the serializable text representation of the constraints.
layoutConstraints - Variable in class org.tbee.javafx.scene.layout.MigPane
 
LAYOUTCONSTRAINTS_PROPERTY_ID - Static variable in class org.tbee.javafx.scene.layout.MigPane
 
layoutContainer(Container) - Method in class net.miginfocom.swing.MigLayout
 
layoutImpl(int[], UnitValue, UnitValue, boolean, boolean) - Method in class net.miginfocom.layout.Grid
Does the actual layout.
layoutInhibits - Variable in class org.tbee.javafx.scene.layout.MigPane
 
layoutInOneDim(int, UnitValue, boolean, Float[]) - Method in class net.miginfocom.layout.Grid
 
layoutParallel(ContainerWrapper, ArrayList<Grid.CompWrap>, DimConstraint, int, int, boolean, boolean) - Static method in class net.miginfocom.layout.Grid
 
layoutRef - Variable in class net.miginfocom.swt.MigLayout.MyDebugRepaintTask
 
LAYOUTS - Static variable in class net.miginfocom.layout.LinkHandler
 
layoutSerial(ContainerWrapper, ArrayList<Grid.CompWrap>, DimConstraint, int, int, boolean, int, boolean) - Static method in class net.miginfocom.layout.Grid
 
LayoutTrans(Node, Duration, Rectangle2D) - Constructor for class org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
 
LayoutUtil - Class in net.miginfocom.layout
A utility class that has only static helper methods.
LayoutUtil() - Constructor for class net.miginfocom.layout.LayoutUtil
 
lc - Variable in class net.miginfocom.layout.Grid
The constraints.
lc - Variable in class net.miginfocom.swing.MigLayout
 
lc - Variable in class net.miginfocom.swt.MigLayout
 
LC - Class in net.miginfocom.layout
Contains the constraints for an instance of the LC layout manager.
LC() - Constructor for class net.miginfocom.layout.LC
Empty constructor.
LEADING - Enum constant in enum net.miginfocom.layout.AlignX
 
LEADING - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
LEADING - Static variable in class net.miginfocom.layout.UnitValue
 
LEFT - Enum constant in enum net.miginfocom.layout.AlignX
 
LEFT - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
LEFT - Static variable in class net.miginfocom.layout.UnitValue
 
leftToRight - Variable in class net.miginfocom.layout.LC
 
leftToRight(boolean) - Method in class net.miginfocom.layout.LC
Same functionality as LC.setLeftToRight(Boolean) only this method returns this for chaining multiple calls.
LINK_H - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating linking to height.
LINK_W - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating linking to width.
LINK_X - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating linking to x.
LINK_X2 - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating linking to x2.
LINK_XPOS - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating linking to x position on screen.
LINK_Y - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating linking to y.
LINK_Y2 - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating linking to y2.
LINK_YPOS - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating linking to y position on screen.
linkCtx - Variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
LinkedDimGroup(String, int, int, boolean, boolean) - Constructor for class net.miginfocom.layout.Grid.LinkedDimGroup
 
LinkHandler - Class in net.miginfocom.layout
 
LinkHandler() - Constructor for class net.miginfocom.layout.LinkHandler
 
linkId - Variable in class net.miginfocom.layout.UnitValue
 
linkTargetIDs - Variable in class net.miginfocom.layout.Grid
If any of the absolute coordinates for component bounds has links the name of the target is in this Set.
linkTargets - Variable in class net.miginfocom.layout.CC
 
linkType - Variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
lookup(float, ContainerWrapper, ComponentWrapper) - Method in class net.miginfocom.layout.UnitValue
 
LOOKUP - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating a lookup.
LP_BASE - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPX - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating logical horizontal pixels.
LPX11 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPX12 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPX16 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPX18 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPX20 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPX6 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPX7 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPY - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating logical vertical pixels.
LPY11 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPY12 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPY16 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPY18 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPY20 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPY6 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
LPY7 - Static variable in class net.miginfocom.layout.PlatformDefaults
 
lSize - Variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
lStart - Variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 

M

MAC_OSX - Static variable in class net.miginfocom.layout.PlatformDefaults
 
main(String[]) - Static method in class net.miginfocom.examples.BugTestApp
 
main(String[]) - Static method in class net.miginfocom.examples.Example
 
main(String[]) - Static method in class net.miginfocom.examples.Example01
 
main(String[]) - Static method in class net.miginfocom.examples.Example02
 
main(String[]) - Static method in class net.miginfocom.examples.ExampleGood
 
main(String[]) - Static method in class net.miginfocom.examples.JavaOneShrink
 
main(String[]) - Static method in class net.miginfocom.examples.MigLayoutBug
 
main(String[]) - Static method in class net.miginfocom.examples.SwtTest
 
main(String[]) - Static method in class net.miginfocom.examples.VisualPaddingOSX
 
main2(String[]) - Static method in class net.miginfocom.examples.BugTestApp
 
makeSize(int) - Method in class net.miginfocom.layout.AC
 
max - Variable in class net.miginfocom.layout.BoundSize
 
MAX - Static variable in class net.miginfocom.layout.LayoutUtil
 
MAX - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating the maximum of two sub units
MAX_DOCK_GRID - Static variable in class net.miginfocom.layout.Grid
Docking components will use the grid coordinates -MAX_DOCK_GRID -> 0 and MAX_GRID -> MAX_DOCK_GRID.
MAX_GRID - Static variable in class net.miginfocom.layout.Grid
This is the maximum grid position for "normal" components.
MAX_SIZE - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating maximum size.
maxAbove - Variable in class net.miginfocom.layout.Grid.AboveBelow
 
maxBelow - Variable in class net.miginfocom.layout.Grid.AboveBelow
 
maxHeight(String) - Method in class net.miginfocom.layout.CC
The maximum size for the component.
maxHeight(String) - Method in class net.miginfocom.layout.LC
The maximum height for the container.
maximumLayoutSize(Container) - Method in class net.miginfocom.swing.MigLayout
 
maxSet - Static variable in class net.miginfocom.swing.SwingComponentWrapper
 
maxWidth(String) - Method in class net.miginfocom.layout.CC
The maximum size for the component.
maxWidth(String) - Method in class net.miginfocom.layout.LC
The maximum width for the container.
mergeGapSizes(int[], boolean, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
mergeSizes(int[], int[]) - Static method in class net.miginfocom.layout.Grid
 
mergeSizes(int, int, boolean) - Static method in class net.miginfocom.layout.Grid
 
mergeSizesGapsAndResConstrs(ResizeConstraint[], boolean[], int[][], int[][]) - Static method in class net.miginfocom.layout.Grid
Merges sizes and gaps together with Resize Constraints.
MID - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating the middle value of two sub units
MigLayout - Class in net.miginfocom.swing
A very flexible layout manager.
MigLayout - Class in net.miginfocom.swt
A very flexible layout manager.
MigLayout() - Constructor for class net.miginfocom.swing.MigLayout
Constructor with no constraints.
MigLayout() - Constructor for class net.miginfocom.swt.MigLayout
Constructor with no constraints.
MigLayout(String) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(String) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(String, String) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(String, String) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(String, String, String) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(String, String, String) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(LC) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(LC, AC) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC, AC) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(LC, AC, AC) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC, AC, AC) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout.MyDebugRepaintListener - Class in net.miginfocom.swing
 
MigLayout.MyDebugRepaintTask - Class in net.miginfocom.swt
 
MigLayoutBug - Class in net.miginfocom.examples
 
MigLayoutBug() - Constructor for class net.miginfocom.examples.MigLayoutBug
 
MigPane - Class in org.tbee.javafx.scene.layout.fxml
This class provides some API enhancements to implement FXML (and this keep the original's API clean)
MigPane - Class in org.tbee.javafx.scene.layout
Manages nodes with MigLayout added via add(node, CC)
MigPane() - Constructor for class org.tbee.javafx.scene.layout.fxml.MigPane
 
MigPane() - Constructor for class org.tbee.javafx.scene.layout.MigPane
 
MigPane(String) - Constructor for class org.tbee.javafx.scene.layout.MigPane
use the string layout constraints
MigPane(String, String) - Constructor for class org.tbee.javafx.scene.layout.MigPane
use the string layout constraints
MigPane(String, String, String) - Constructor for class org.tbee.javafx.scene.layout.MigPane
use the string layout constraints
MigPane(LC) - Constructor for class org.tbee.javafx.scene.layout.MigPane
use the class layout constraints
MigPane(LC, AC) - Constructor for class org.tbee.javafx.scene.layout.MigPane
use the class layout constraints
MigPane(LC, AC, AC) - Constructor for class org.tbee.javafx.scene.layout.MigPane
use the class layout constraints
MigPane.DebugRectangle - Class in org.tbee.javafx.scene.layout
 
MigPane.DebugRectangleType - Enum in org.tbee.javafx.scene.layout
 
MigPane.FXComponentWrapper - Class in org.tbee.javafx.scene.layout
 
MigPane.FXContainerWrapper - Class in org.tbee.javafx.scene.layout
 
min - Variable in class net.miginfocom.layout.BoundSize
 
MIN - Static variable in class net.miginfocom.layout.LayoutUtil
 
MIN - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating the minimum of two sub units
MIN_SIZE - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating minimum size.
minHeight(String) - Method in class net.miginfocom.layout.CC
The minimum size for the component.
minHeight(String) - Method in class net.miginfocom.layout.LC
The minimum height for the container.
minimumLayoutSize(Container) - Method in class net.miginfocom.swing.MigLayout
 
minWidth(String) - Method in class net.miginfocom.layout.CC
The minimum size for the component.
minWidth(String) - Method in class net.miginfocom.layout.LC
The minimum width for the container.
MM - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating millimeters.
MOD_COUNT - Static variable in class net.miginfocom.layout.PlatformDefaults
 
MUL - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a multiplication of two sub units.
MyDebugRepaintListener() - Constructor for class net.miginfocom.swing.MigLayout.MyDebugRepaintListener
 
MyDebugRepaintTask(MigLayout) - Constructor for class net.miginfocom.swt.MigLayout.MyDebugRepaintTask
 
mz - Static variable in class net.miginfocom.swt.SwtComponentWrapper
 

N

net.miginfocom.examples - package net.miginfocom.examples
 
net.miginfocom.layout - package net.miginfocom.layout
 
net.miginfocom.swing - package net.miginfocom.swing
 
net.miginfocom.swt - package net.miginfocom.swt
 
newline - Variable in class net.miginfocom.layout.CC
 
newline() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setNewline(boolean) with true only this method returns this for chaining multiple calls.
newline(String) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setNewlineGapSize(BoundSize) only this method returns this for chaining multiple calls.
noCache - Variable in class net.miginfocom.layout.LC
 
noCache() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setNoCache(boolean) with true only this method returns this for chaining multiple calls.
node - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
 
node - Variable in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
nodeAdded(Node) - Method in class org.tbee.javafx.scene.layout.LayoutAnimator
 
nodeAnimMap - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator
 
nodeRemoved(Node) - Method in class org.tbee.javafx.scene.layout.LayoutAnimator
 
noGrid - Variable in class net.miginfocom.layout.DimConstraint
 
noGrid - Variable in class net.miginfocom.layout.LC
 
noGrid() - Method in class net.miginfocom.layout.AC
Specifies that the current row/column should not be grid-like.
noGrid() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setNoGrid(boolean) with true only this method returns this for chaining multiple calls.
noGrid(int...) - Method in class net.miginfocom.layout.AC
Specifies that the indicated rows/columns should not be grid-like.
NORMAL - Enum constant in enum net.miginfocom.layout.HideMode
 
NOT_SET - Static variable in class net.miginfocom.layout.LayoutUtil
Tag int for a value that in considered "not set".
noVisualPadding() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setVisualPadding(boolean) with false only this method returns this for chaining multiple calls.
NULL_SIZE - Static variable in class net.miginfocom.layout.BoundSize
 

O

of(int) - Static method in enum net.miginfocom.layout.HideMode
 
OPACITY - Enum constant in enum org.tbee.javafx.scene.layout.LayoutAnimator.TransType
 
oper - Variable in class net.miginfocom.layout.UnitValue
 
org.tbee.javafx.scene.layout - package org.tbee.javafx.scene.layout
 
org.tbee.javafx.scene.layout.fxml - package org.tbee.javafx.scene.layout.fxml
 
OUTLINE - Enum constant in enum org.tbee.javafx.scene.layout.MigPane.DebugRectangleType
 

P

pack() - Method in class net.miginfocom.layout.LC
Short for, and thus same as, .pack("pref", "pref").
pack(String, String) - Method in class net.miginfocom.layout.LC
Sets the pack width and height.
packAlign(float, float) - Method in class net.miginfocom.layout.LC
Sets the pack width and height alignment.
packH - Variable in class net.miginfocom.layout.LC
 
packW - Variable in class net.miginfocom.layout.LC
 
pad(int, int, int, int) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setPadding(UnitValue[]) but the unit values as absolute pixels.
pad(String) - Method in class net.miginfocom.layout.CC
Same functionality as setPadding(ConstraintParser.parseInsets(pad, false))} only this method returns this for chaining multiple calls.
padding - Variable in class net.miginfocom.layout.CC
 
paintDebug() - Method in class net.miginfocom.layout.Grid
 
paintDebugCell(int, int, int, int) - Method in interface net.miginfocom.layout.ContainerWrapper
Paints a cell to indicate where it is.
paintDebugCell(int, int, int, int) - Method in class net.miginfocom.swing.SwingContainerWrapper
 
paintDebugCell(int, int, int, int) - Method in class net.miginfocom.swt.SwtContainerWrapper
 
paintDebugCell(int, int, int, int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXContainerWrapper
 
paintDebugOutline(boolean) - Method in interface net.miginfocom.layout.ComponentWrapper
Paints component outline to indicate where it is.
paintDebugOutline(boolean) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
paintDebugOutline(boolean) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
paintDebugOutline(boolean) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
paintDebugOutline(boolean) - Method in class org.tbee.javafx.scene.layout.MigPane.FXContainerWrapper
 
pane - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator
 
PANEL_INS - Static variable in class net.miginfocom.layout.PlatformDefaults
 
PARENT_GRIDPOS_MAP - Static variable in class net.miginfocom.layout.Grid
 
PARENT_ROWCOL_SIZES_MAP - Static variable in class net.miginfocom.layout.Grid
 
parseAlignKeywords(String, boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Parses alignment keywords and returns the appropriate UnitValue.
parseAxisConstraint(String, boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Parses the column or rows constraints.
parseBoundSize(String, boolean, boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Parses a single "min:pref:max" value.
parseColumnConstraints(String) - Static method in class net.miginfocom.layout.ConstraintParser
Parses the column or rows constraints.
parseComponentConstraint(String) - Static method in class net.miginfocom.layout.ConstraintParser
Parses one component constraint and returns the parsed value.
parseComponentConstraints(Map<ComponentWrapper, String>) - Static method in class net.miginfocom.layout.ConstraintParser
Parses all component constraints and stores the parsed values in the transient (cache) member variables.
parseDimConstraint(String, BoundSize, BoundSize, boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Parses a single column or row constraint.
parseFloat(String, Float) - Static method in class net.miginfocom.layout.ConstraintParser
 
parseGaps(String) - Static method in class net.miginfocom.layout.ConstraintParser
Parses gaps.
parseInsets(String, boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Parses insets which consists of 1-4 UnitValues.
parseLayoutConstraint(String) - Static method in class net.miginfocom.layout.ConstraintParser
Parses the layout constraints and stores the parsed values in the transient (cache) member variables.
parseRowConstraints(String) - Static method in class net.miginfocom.layout.ConstraintParser
Parses the column or rows constraints.
parseSpan(String) - Static method in class net.miginfocom.layout.ConstraintParser
 
parseUnitString() - Method in class net.miginfocom.layout.UnitValue
 
parseUnitValue(String, boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Parses a single unit value.
parseUnitValue(String, UnitValue, boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Parses a single unit value.
parseUnitValueOrAlign(String, boolean, UnitValue) - Static method in class net.miginfocom.layout.ConstraintParser
Parses a single unit value that may also be an alignment as parsed by ConstraintParser.parseAlignKeywords(String, boolean).
PERCENT - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating percent.
phAlign - Variable in class net.miginfocom.layout.LC
 
PIXEL - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating pixels.
PlatformDefaults - Class in net.miginfocom.layout
Currently handles Windows, Mac OS X, and GNOME spacing.
PlatformDefaults() - Constructor for class net.miginfocom.layout.PlatformDefaults
 
pos - Variable in class net.miginfocom.layout.CC
 
pos(String, String) - Method in class net.miginfocom.layout.CC
Same functionality as CC.x(String x) and CC.y(String y) together.
pos(String, String, String, String) - Method in class net.miginfocom.layout.CC
Same functionality as CC.x(String x), CC.y(String y), CC.y2(String y) and CC.y2(String y) together.
pref - Variable in class net.miginfocom.layout.BoundSize
 
PREF - Static variable in class net.miginfocom.layout.LayoutUtil
 
PREF_SIZE - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating preferred size.
prefCalled - Variable in class net.miginfocom.swing.SwingComponentWrapper
 
preferredLayoutSize(Container) - Method in class net.miginfocom.swing.MigLayout
 
prepare(String) - Static method in class net.miginfocom.layout.ConstraintParser
Makes null "", trims and converts to lower case.
prio - Variable in class net.miginfocom.layout.AnimSpec
 
PT - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating points.
push() - Method in class net.miginfocom.layout.CC
Same functionality as pushX().pushY() which means this cell will push in both x and y dimensions.
push(Float, Float) - Method in class net.miginfocom.layout.CC
Same functionality as pushX(weightX).pushY(weightY) which means this cell will push in both x and y dimensions.
pushX - Variable in class net.miginfocom.layout.CC
 
pushX() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setPushX(Float) which means this cell will push the rest of the row.
pushX(Float) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setPushX(Float weight) only this method returns this for chaining multiple calls.
pushXs - Variable in class net.miginfocom.layout.Grid
 
pushY - Variable in class net.miginfocom.layout.CC
 
pushY() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setPushY(Float) which means this cell will push the rest of the column.
pushY(Float) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setPushY(Float weight) only this method returns this for chaining multiple calls.
pushYs - Variable in class net.miginfocom.layout.Grid
 
putCCString(Object, String) - Static method in class net.miginfocom.layout.LayoutUtil
Associates con with the creation string s.
putSizesAndIndexes(Object, int[], int[], boolean) - Static method in class net.miginfocom.layout.Grid
 
pwAlign - Variable in class net.miginfocom.layout.LC
 

R

readAsXML(ObjectInput) - Static method in class net.miginfocom.layout.LayoutUtil
Reads an object from in using the
readBuf - Static variable in class net.miginfocom.layout.LayoutUtil
 
readExternal(ObjectInput) - Method in class net.miginfocom.layout.AC
 
readExternal(ObjectInput) - Method in class net.miginfocom.layout.CC
 
readExternal(ObjectInput) - Method in class net.miginfocom.layout.DimConstraint
 
readExternal(ObjectInput) - Method in class net.miginfocom.layout.LC
 
readExternal(ObjectInput) - Method in class net.miginfocom.layout.ResizeConstraint
 
readExternal(ObjectInput) - Method in class net.miginfocom.swing.MigLayout
 
readExternal(ObjectInput) - Method in class net.miginfocom.swt.MigLayout
 
readObject(ObjectInputStream) - Method in class net.miginfocom.layout.BoundSize
 
readObject(ObjectInputStream) - Method in class net.miginfocom.layout.UnitValue
 
readResolve() - Method in class net.miginfocom.layout.AC
 
readResolve() - Method in class net.miginfocom.layout.BoundSize
 
readResolve() - Method in class net.miginfocom.layout.CC
 
readResolve() - Method in class net.miginfocom.layout.DimConstraint
 
readResolve() - Method in class net.miginfocom.layout.LC
 
readResolve() - Method in class net.miginfocom.layout.ResizeConstraint
 
readResolve() - Method in class net.miginfocom.layout.UnitValue
 
readResolve() - Method in class net.miginfocom.swing.MigLayout
 
readResolve() - Method in class net.miginfocom.swt.MigLayout
 
RELATED_X - Static variable in class net.miginfocom.layout.PlatformDefaults
 
RELATED_Y - Static variable in class net.miginfocom.layout.PlatformDefaults
 
remove(int) - Method in class org.tbee.javafx.scene.layout.MigPane
 
remove(Node) - Method in class org.tbee.javafx.scene.layout.MigPane
 
removedNodes - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator
 
removeGlobalUnitConverter(UnitConverter) - Static method in class net.miginfocom.layout.UnitValue
Removed the converter.
removeLayoutCallback(LayoutCallback) - Method in class net.miginfocom.swing.MigLayout
Removes the callback if it exists.
removeLayoutCallback(LayoutCallback) - Method in class net.miginfocom.swt.MigLayout
Removes the callback if it exists.
removeLayoutCallback(LayoutCallback) - Method in class org.tbee.javafx.scene.layout.MigPane
Removes the callback if it exists.
removeLayoutComponent(Component) - Method in class net.miginfocom.swing.MigLayout
 
removeTrailingSpace(StringBuffer) - Static method in class net.miginfocom.layout.IDEUtil
 
replacedNodeMap - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator
 
requestLayout() - Method in class org.tbee.javafx.scene.layout.MigPane
 
resConstsInclGaps - Variable in class net.miginfocom.layout.Grid.FlowSizeSpec
 
resetLastInvalidOnParent(Container) - Method in class net.miginfocom.swing.MigLayout
 
resetLinkValues(boolean, boolean) - Method in class net.miginfocom.layout.Grid
 
resize - Variable in class net.miginfocom.layout.DimConstraint
How this entity can be resized in the dimension that this constraint represents.
ResizeConstraint - Class in net.miginfocom.layout
A parsed constraint that specifies how an entity (normally column/row or component) can shrink or grow compared to other entities.
ResizeConstraint() - Constructor for class net.miginfocom.layout.ResizeConstraint
 
ResizeConstraint(int, Float, int, Float) - Constructor for class net.miginfocom.layout.ResizeConstraint
 
RIGHT - Enum constant in enum net.miginfocom.layout.AlignX
 
RIGHT - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
RIGHT - Static variable in class net.miginfocom.layout.UnitValue
 
rightToLeft() - Method in class net.miginfocom.layout.LC
Same functionality as setLeftToRight(false) only this method returns this for chaining multiple calls.
roundSizes(float[]) - Static method in class net.miginfocom.layout.LayoutUtil
Round a number of float sizes into int sizes so that the total length match up
rowConstr - Variable in class net.miginfocom.layout.Grid
The row and column specifications.
rowConstraints - Variable in class net.miginfocom.swing.MigLayout
Hold the serializable text representation of the constraints.
rowConstraints - Variable in class net.miginfocom.swt.MigLayout
Hold the serializable text representation of the constraints.
rowConstraints - Variable in class org.tbee.javafx.scene.layout.MigPane
 
ROWCONSTRAINTS_PROPERTY_ID - Static variable in class org.tbee.javafx.scene.layout.MigPane
 
rowFlowSpecs - Variable in class net.miginfocom.layout.Grid
The in the constructor calculated min/pref/max sizes of the rows and columns.
rowGroupLists - Variable in class net.miginfocom.layout.Grid
Components that are connections in one dimension (such as baseline alignment for instance) are grouped together and stored here.
rowIndexes - Variable in class net.miginfocom.layout.Grid
The size of the grid.
rowSpecs - Variable in class net.miginfocom.swing.MigLayout
 
rowSpecs - Variable in class net.miginfocom.swt.MigLayout
 
run() - Method in class net.miginfocom.swt.MigLayout.MyDebugRepaintTask
 

S

saveGrid(ComponentWrapper, LinkedHashMap<Integer, Grid.Cell>) - Static method in class net.miginfocom.layout.Grid
 
SCALE - Static variable in class net.miginfocom.layout.UnitValue
 
scrConstrMap - Variable in class net.miginfocom.swing.MigLayout
The component to string constraints mappings.
scrConstrMap - Variable in class net.miginfocom.swt.MigLayout
The component to String or CC constraints mappings.
screen - Variable in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
screenCacheKey - Variable in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
SER_MAP - Static variable in class net.miginfocom.layout.LayoutUtil
 
serialVersionUID - Static variable in class net.miginfocom.layout.BoundSize
 
serialVersionUID - Static variable in class net.miginfocom.layout.UnitValue
 
setAlign(UnitValue) - Method in class net.miginfocom.layout.DimConstraint
Sets the alignment used wither as a default value for sub-entities or for this entity.
setAlignX(UnitValue) - Method in class net.miginfocom.layout.LC
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components in the parent.
setAlignY(UnitValue) - Method in class net.miginfocom.layout.LC
If the laid out components' bounds in total is less than the final size of the container these align values will be used to align the components in the parent.
setBounds(int, int, int, int) - Method in interface net.miginfocom.layout.ComponentWrapper
Sets the component's bounds.
setBounds(int, int, int, int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
setBounds(int, int, int, int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
setBounds(int, int, int, int) - Method in class org.tbee.javafx.scene.layout.MigPane.FXComponentWrapper
 
setBounds(Object, String, int, int, int, int) - Static method in class net.miginfocom.layout.LinkHandler
Sets a key that can be linked to from any component.
setBounds(Object, String, int, int, int, int, boolean, boolean) - Static method in class net.miginfocom.layout.LinkHandler
 
setBoundsInGrid(boolean) - Method in class net.miginfocom.layout.CC
Sets if the absolute pos value should be corrections to the component that is in a normal cell.
setButtonOrder(String) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the order for the typical buttons in a standard button bar.
setCc(Node, String) - Static method in class org.tbee.javafx.scene.layout.fxml.MigPane
 
setCc(Node, CC) - Static method in class org.tbee.javafx.scene.layout.fxml.MigPane
called from the subnodes in FXML via MigPane.cc="..."
setCell(int, int, Grid.Cell) - Method in class net.miginfocom.layout.Grid
 
setCellX(int) - Method in class net.miginfocom.layout.CC
Set an absolute cell x-position in the grid.
setCellY(int) - Method in class net.miginfocom.layout.CC
Set an absolute cell x-position in the grid.
setCols(String) - Method in class org.tbee.javafx.scene.layout.fxml.MigPane
cols called in FXML on MigPane itself
setColumnConstraints(Object) - Method in class net.miginfocom.swing.MigLayout
Sets the column layout constraints for the layout manager instance as a String.
setColumnConstraints(Object) - Method in class net.miginfocom.swt.MigLayout
Sets the column layout constraints for the layout manager instance as a String.
setColumnConstraints(AC) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setComponentConstraints(Component, Object) - Method in class net.miginfocom.swing.MigLayout
Sets the component constraint for the component that already must be handled by this layout manager.
setComponentConstraints(Node, String) - Method in class org.tbee.javafx.scene.layout.MigPane
Sets the constraints for the node
setComponentConstraints(Node, CC) - Method in class org.tbee.javafx.scene.layout.MigPane
Sets the constraints for the node
setComponentConstraintsImpl(Component, Object, boolean) - Method in class net.miginfocom.swing.MigLayout
Sets the component constraint for the component that already must be handled by this layout manager.
setComponentConstraintsImpl(Control, Object, boolean) - Method in class net.miginfocom.swt.MigLayout
Sets the component constraint for the component that already must be handled by this layout manager.
setCompWrapBounds(ContainerWrapper, int[][], ArrayList<Grid.CompWrap>, UnitValue, int, int, boolean, boolean) - Static method in class net.miginfocom.layout.Grid
 
setCompWrapBounds(ContainerWrapper, int[], ArrayList<Grid.CompWrap>, UnitValue, int, int, boolean, boolean) - Static method in class net.miginfocom.layout.Grid
 
setCompWraps(ArrayList<Grid.CompWrap>) - Method in class net.miginfocom.layout.Grid.LinkedDimGroup
 
setConstaints(DimConstraint[]) - Method in class net.miginfocom.layout.AC
Deprecated.
setConstraintMap(Map<Component, Object>) - Method in class net.miginfocom.swing.MigLayout
Sets the constraints map.
setConstraintMap(Map<Control, Object>) - Method in class net.miginfocom.swt.MigLayout
Sets the constraints map.
setConstraints(DimConstraint[]) - Method in class net.miginfocom.layout.AC
Sets the different DimConstraints that this object should consists of.
setDebug(ComponentWrapper, boolean) - Method in class net.miginfocom.swing.MigLayout
Sets the debugging state for this layout manager instance.
setDebug(ComponentWrapper, boolean) - Method in class net.miginfocom.swt.MigLayout
Sets the debugging state for this layout manager instance.
setDebugCellColor(Color) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setDebugContainerOutlineColor(Color) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setDebugExternalColor(Color) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setDebugMillis(int) - Method in class net.miginfocom.layout.LC
If > 0 the debug decorations will be repainted every millis.
setDebugOutlineColor(Color) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setDefaultDPI(Integer) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the default platform DPI.
setDefaultHorizontalUnit(int) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the default unit.
setDefaultRowAlignmentBaseline(boolean) - Static method in class net.miginfocom.layout.PlatformDefaults
The default alignment for rows.
setDefaultUnit(int) - Static method in class net.miginfocom.layout.UnitValue
setDefaultVerticalUnit(int) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the default unit.
setDefaultVisualPadding(String, int[]) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the visual bounds for a component type.
setDelegate(Class<?>, PersistenceDelegate) - Static method in class net.miginfocom.layout.LayoutUtil
Sets/add the persistence delegates to be used for a class.
setDesignTime(ContainerWrapper, boolean) - Static method in class net.miginfocom.layout.LayoutUtil
Sets if design time is turned on for a Container in ContainerWrapper.
setDesignTimeEmptySize(int) - Static method in class net.miginfocom.layout.LayoutUtil
The size of an empty row or columns in a grid during design time.
setDialogInsets(UnitValue, UnitValue, UnitValue, UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the default insets for a dialog.
setDimBounds(int, int, boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
setDockSide(int) - Method in class net.miginfocom.layout.CC
Sets the docking side.
setEndGroup(String) - Method in class net.miginfocom.layout.DimConstraint
Sets the end group that this entity should be in for the dimension that this object is describing.
setExternal(boolean) - Method in class net.miginfocom.layout.CC
If this boolean is true this component is not handled in any way by the layout manager and the component can have its bounds set by an external handler which is normally by the use of some component.setBounds(x, y, width, height) directly (for Swing).
setFill(boolean) - Method in class net.miginfocom.layout.DimConstraint
Sets if the component in the row/column that this constraint should default be grown in the same dimension that this constraint represents (width for column and height for a row).
setFillX(boolean) - Method in class net.miginfocom.layout.LC
If the layout should always claim the whole bounds of the laid out container even if the preferred size is smaller.
setFillY(boolean) - Method in class net.miginfocom.layout.LC
If the layout should always claim the whole bounds of the laid out container even if the preferred size is smaller.
setFlowX(boolean) - Method in class net.miginfocom.layout.LC
The default flow direction.
setFlowX(Boolean) - Method in class net.miginfocom.layout.CC
Sets if the flow in the cell is in the horizontal dimension.
setForcedSizes(int[], boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
 
setGapAfter(BoundSize) - Method in class net.miginfocom.layout.DimConstraint
Sets the gap after this entity.
setGapBefore(BoundSize) - Method in class net.miginfocom.layout.DimConstraint
Sets the gap before this entity.
setGapProvider(InCellGapProvider) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the current gap provider or null if none is set and "related" should always be used.
setGaps(int[], int) - Method in class net.miginfocom.layout.Grid.CompWrap
 
setGlobalDebugMillis(int) - Static method in class net.miginfocom.layout.LayoutUtil
If global debug should be on or off.
setGridCellGap(UnitValue, UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets gap between two cells in the grid.
setGridGapX(BoundSize) - Method in class net.miginfocom.layout.LC
If non-null (null is default) these value will be used as the default gaps between the columns in the grid.
setGridGapY(BoundSize) - Method in class net.miginfocom.layout.LC
If non-null (null is default) these value will be used as the default gaps between the rows in the grid.
setGrow(Float) - Method in class net.miginfocom.layout.DimConstraint
Sets the grow weight.
setGrowPriority(int) - Method in class net.miginfocom.layout.DimConstraint
Sets the grow priority.
setHeight(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setHeight(BoundSize) - Method in class net.miginfocom.layout.LC
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.
setHideMode(int) - Method in class net.miginfocom.layout.CC
Sets how a component that is hidden (not visible) should be treated by default.
setHideMode(int) - Method in class net.miginfocom.layout.LC
How a component that is hidden (not visible) should be treated.
setHorizontal(DimConstraint) - Method in class net.miginfocom.layout.CC
Sets the horizontal dimension constraint for this component constraint.
setHorizontalScaleFactor(Float) - Static method in class net.miginfocom.layout.PlatformDefaults
The forced scale factor that all screen relative units (e.g.
setId(String) - Method in class net.miginfocom.layout.CC
Sets the id used to reference this component in some constraints.
setIndentGap(UnitValue, UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets gap value for components that are "intended".
setInsets(UnitValue[]) - Method in class net.miginfocom.layout.LC
The insets for the layed out panel.
setLayout(String) - Method in class org.tbee.javafx.scene.layout.fxml.MigPane
layout called in FXML on MigPane itself
setLayoutConstraints(Object) - Method in class net.miginfocom.swing.MigLayout
Sets the layout constraints for the layout manager instance as a String.
setLayoutConstraints(Object) - Method in class net.miginfocom.swt.MigLayout
Sets the layout constraints for the layout manager instance as a String.
setLayoutConstraints(LC) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setLeftToRight(Boolean) - Method in class net.miginfocom.layout.LC
If the layout should be forced to be left-to-right or right-to-left.
setLinkedBounds(ComponentWrapper, CC, int, int, int, int, boolean) - Method in class net.miginfocom.layout.Grid
 
setLogicalPixelBase(int) - Static method in class net.miginfocom.layout.PlatformDefaults
What base value should be used to calculate logical pixel sizes.
setMaxSizeSetOn1_4(boolean) - Static method in class net.miginfocom.swing.SwingComponentWrapper
Deprecated.
Java 1.4 is not supported anymore
setMinimumButtonPadding(UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
 
setMinimumButtonWidth(UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the recommended minimum button width.
setMinimumSizeZero(boolean) - Static method in class net.miginfocom.swt.SwtComponentWrapper
Sets if minimum size for SWT components should be preferred size (default, false) or 0.
setNewline(boolean) - Method in class net.miginfocom.layout.CC
Sets if the flow should wrap to the next line/column before the component that this constraint belongs to.
setNewlineGapSize(BoundSize) - Method in class net.miginfocom.layout.CC
Set the newline size and turns newline on if != null.
setNoCache(boolean) - Method in class net.miginfocom.layout.LC
If components have sizes or positions linked to the bounds of the parent in some way (as for instance the "%" unit has) the cache must be turned off for the panel.
setNoGrid(boolean) - Method in class net.miginfocom.layout.DimConstraint
Sets if the row/column should default to flow and not to grid behaviour.
setNoGrid(boolean) - Method in class net.miginfocom.layout.LC
If the whole layout should be non grid based.
setPackHeight(BoundSize) - Method in class net.miginfocom.layout.LC
Sets the "pack height" for the window that this container is located in.
setPackHeightAlign(float) - Method in class net.miginfocom.layout.LC
If there is a resize of the window due to packing (see LC.setPackHeight(BoundSize) this value, which is between 0f and 1f, decides where the extra/superfluous size is placed.
setPackWidth(BoundSize) - Method in class net.miginfocom.layout.LC
Sets the "pack width" for the window that this container is located in.
setPackWidthAlign(float) - Method in class net.miginfocom.layout.LC
If there is a resize of the window due to packing (see LC.setPackHeight(BoundSize) this value, which is between 0f and 1f, decides where the extra/superfluous size is placed.
setPadding(UnitValue[]) - Method in class net.miginfocom.layout.CC
Sets the absolute resizing in the last stage of the layout cycle.
setPanelInsets(UnitValue, UnitValue, UnitValue, UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the default insets for a dialog.
setParagraphGap(UnitValue, UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets paragraph gap value for components.
setPlatform(int) - Static method in class net.miginfocom.layout.PlatformDefaults
Set the defaults to the default for the platform
setPos(UnitValue[]) - Method in class net.miginfocom.layout.CC
Sets absolute positioning of one or more of the edges.
setPushX(Float) - Method in class net.miginfocom.layout.CC
"pushx" indicates that the column that this component is in (this first if the component spans) should default to growing.
setPushY(Float) - Method in class net.miginfocom.layout.CC
"pushx" indicates that the row that this component is in (this first if the component spans) should default to growing.
setRelatedGap(UnitValue, UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets gap value for components that are "related".
setRowConstraints(Object) - Method in class net.miginfocom.swing.MigLayout
Sets the row layout constraints for the layout manager instance as a String.
setRowConstraints(Object) - Method in class net.miginfocom.swt.MigLayout
Sets the row layout constraints for the layout manager instance as a String.
setRowConstraints(AC) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setRows(String) - Method in class org.tbee.javafx.scene.layout.fxml.MigPane
rows called in FXML on MigPane itself
setSerializedObject(Object, Object) - Static method in class net.miginfocom.layout.LayoutUtil
Sets the serialized object and associates it with caller.
setShrink(Float) - Method in class net.miginfocom.layout.DimConstraint
Sets the shrink priority.
setShrinkPriority(int) - Method in class net.miginfocom.layout.DimConstraint
Sets the shrink priority.
setSize(BoundSize) - Method in class net.miginfocom.layout.DimConstraint
Sets the min/preferred/max size for the entity in the dimension that this object describes.
setSizeGroup(String) - Method in class net.miginfocom.layout.DimConstraint
Sets the size group that this entity should be in for the dimension that this object is describing.
setSkip(int) - Method in class net.miginfocom.layout.CC
Sets how many cells in the grid that should be skipped before the component that this constraint belongs to.
setSpanX(int) - Method in class net.miginfocom.layout.CC
Sets the number of cells the cell that this constraint's component will span in the indicated dimension.
setSpanY(int) - Method in class net.miginfocom.layout.CC
Sets the number of cells the cell that this constraint's component will span in the indicated dimension.
setSplit(int) - Method in class net.miginfocom.layout.CC
Sets in how many parts the current cell (that this constraint's component will be in) should be split in.
setTag(String) - Method in class net.miginfocom.layout.CC
Optional tag that gives more context to this constraint's component.
setTopToBottom(boolean) - Method in class net.miginfocom.layout.LC
If the layout should go from the default top-to-bottom in the grid instead of the optional bottom-to-top.
setUnitValue(String[], UnitValue, UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the unit value associated with a unit string.
setUnrelatedGap(UnitValue, UnitValue) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets gap value for components that are "unrelated".
setUseVisualPadding(boolean) - Static method in class net.miginfocom.swt.SwtComponentWrapper
 
setVertical(DimConstraint) - Method in class net.miginfocom.layout.CC
Sets the vertical dimension constraint for this component constraint.
setVerticalScaleFactor(Float) - Static method in class net.miginfocom.layout.PlatformDefaults
The forced scale factor that all screen relative units (e.g.
setVisualPadding(boolean) - Method in class net.miginfocom.layout.LC
If visual padding should be automatically used and compensated for by this layout instance.
setVisualPadding(UnitValue[]) - Method in class net.miginfocom.layout.CC
Sets the visual padding used when laying out this Component.
setVisualPaddingEnabled(boolean) - Static method in class net.miginfocom.swing.SwingComponentWrapper
 
setWidth(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
setWidth(BoundSize) - Method in class net.miginfocom.layout.LC
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.
setWrap(boolean) - Method in class net.miginfocom.layout.CC
Sets if the flow should wrap to the next line/column after the component that this constraint belongs to.
setWrapAfter(int) - Method in class net.miginfocom.layout.LC
Sets after what cell the grid should always auto wrap.
setWrapGapSize(BoundSize) - Method in class net.miginfocom.layout.CC
Set the wrap size and turns wrap on if != null.
shrink - Variable in class net.miginfocom.layout.ResizeConstraint
 
shrink() - Method in class net.miginfocom.layout.AC
Specifies that the current row/column's shrink weight within the columns/rows with the shrink priority 100f.
shrink(float) - Method in class net.miginfocom.layout.AC
Specifies that the current row/column's shrink weight within the columns/rows with the same shrink priority.
shrink(float...) - Method in class net.miginfocom.layout.CC
Shrink weight for the component horizontally and optionally vertically.
shrink(float, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' shrink weight within the columns/rows with the same shrink priority.
shrinkPrio - Variable in class net.miginfocom.layout.ResizeConstraint
 
shrinkPrio(int) - Method in class net.miginfocom.layout.AC
Specifies the current row/column's shrink priority.
shrinkPrio(int...) - Method in class net.miginfocom.layout.CC
Shrink priority for the component horizontally and optionally vertically.
shrinkPrio(int, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' shrink priority.
shrinkPrioX(int) - Method in class net.miginfocom.layout.CC
The shrink priority compared to other components in the same cell.
shrinkPrioY(int) - Method in class net.miginfocom.layout.CC
The shrink priority compared to other components in the same cell.
shrinkWeight(float) - Method in class net.miginfocom.layout.AC
Deprecated.
in 3.7.2. Use AC.shrink(float) instead.
shrinkWeight(float, int...) - Method in class net.miginfocom.layout.AC
Deprecated.
in 3.7.2. Use AC.shrink(float, int...) instead.
shrinkX(float) - Method in class net.miginfocom.layout.CC
Shrink weight for the component horizontally.
shrinkY(float) - Method in class net.miginfocom.layout.CC
Shrink weight for the component horizontally.
size - Variable in class net.miginfocom.layout.DimConstraint
 
size(String) - Method in class net.miginfocom.layout.AC
Specifies the current row/column's min and/or preferred and/or max size.
size(String, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' min and/or preferred and/or max size.
SIZE_0_GAPS_0 - Enum constant in enum net.miginfocom.layout.HideMode
 
SIZE_0_RETAIN_GAPS - Enum constant in enum net.miginfocom.layout.HideMode
 
sizeGroup - Variable in class net.miginfocom.layout.DimConstraint
 
sizeGroup() - Method in class net.miginfocom.layout.AC
Specifies that the current row/column should be put in the size group s and will thus share the same size constraints as the other components in the group.
sizeGroup(String) - Method in class net.miginfocom.layout.AC
Specifies that the current row/column should be put in the size group s and will thus share the same size constraints as the other components in the group.
sizeGroup(String...) - Method in class net.miginfocom.layout.CC
The size group(s) that this component should be placed in.
sizeGroup(String, int...) - Method in class net.miginfocom.layout.AC
Specifies that the indicated rows/columns should be put in the size group s and will thus share the same size constraints as the other components in the group.
sizeGroupX(String) - Method in class net.miginfocom.layout.CC
Specifies that the component should be put in the size group s and will thus share the same size as them within the group.
sizeGroupY(String) - Method in class net.miginfocom.layout.CC
The size group that this component should be placed in.
sizes - Variable in class net.miginfocom.layout.Grid.FlowSizeSpec
 
sizesOk - Variable in class net.miginfocom.layout.Grid.CompWrap
 
skip - Variable in class net.miginfocom.layout.CC
 
skip() - Method in class net.miginfocom.layout.CC
Same functionality as skip(1).
skip(int) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setSkip(int) only this method returns this for chaining multiple calls.
snap(double) - Method in class org.tbee.javafx.scene.layout.MigPane
 
sortCellsByPlatform(Collection<Grid.Cell>, ContainerWrapper) - Static method in class net.miginfocom.layout.Grid
Sort components (normally buttons in a button bar) so they appear in the correct order.
span - Variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
span(int...) - Method in class net.miginfocom.layout.CC
Same functionality as spanX(cellsX).spanY(cellsY) which means this cell will span cells in both x and y.
spanx - Variable in class net.miginfocom.layout.Grid.Cell
 
spanX - Variable in class net.miginfocom.layout.CC
 
spanX - Variable in class net.miginfocom.layout.Grid.WeakCell
 
spanX() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setSpanX(int) which means this cell will span the rest of the row.
spanX(int) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setSpanX(int) only this method returns this for chaining multiple calls.
spany - Variable in class net.miginfocom.layout.Grid.Cell
 
spanY - Variable in class net.miginfocom.layout.CC
 
spanY - Variable in class net.miginfocom.layout.Grid.WeakCell
 
spanY() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setSpanY(int) with LayoutUtil.INF which means this cell will span the rest of the column.
spanY(int) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setSpanY(int) only this method returns this for chaining multiple calls.
split - Variable in class net.miginfocom.layout.CC
 
split() - Method in class net.miginfocom.layout.CC
Same functionality as split(LayoutUtil.INF), which means split until one of the keywords that breaks the split is found for a component after this one (e.g.
split(int) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setSplit(int parts) only this method returns this for chaining multiple calls.
SPX - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating screen percentage width.
SPY - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating screen percentage height.
start() - Method in class org.tbee.javafx.scene.layout.LayoutAnimator
 
startQueuedAnimations() - Method in class org.tbee.javafx.scene.layout.MigPane
Starts animation if there is one.
startsWithLenient(String, String[], int[], boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Returns if a string shares at least a specified numbers starting characters with a number of matches.
startsWithLenient(String, String, int, boolean) - Static method in class net.miginfocom.layout.ConstraintParser
Returns if a string shares at least a specified numbers starting characters with a match.
STATIC - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a static value.
styledTextClz - Static variable in class net.miginfocom.swt.SwtComponentWrapper
 
SUB - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a subtraction of two sub units
SUBST_FONT - Static variable in class net.miginfocom.swing.SwingComponentWrapper
 
subUnits - Variable in class net.miginfocom.layout.UnitValue
 
sum() - Method in class net.miginfocom.layout.Grid.AboveBelow
 
sum(int[]) - Static method in class net.miginfocom.layout.LayoutUtil
 
sum(int[], int, int) - Static method in class net.miginfocom.layout.LayoutUtil
 
SwingComponentWrapper - Class in net.miginfocom.swing
 
SwingComponentWrapper(Component) - Constructor for class net.miginfocom.swing.SwingComponentWrapper
 
SwingContainerWrapper - Class in net.miginfocom.swing
 
SwingContainerWrapper(Container) - Constructor for class net.miginfocom.swing.SwingContainerWrapper
 
SwtComponentWrapper - Class in net.miginfocom.swt
 
SwtComponentWrapper(Control) - Constructor for class net.miginfocom.swt.SwtComponentWrapper
 
SwtContainerWrapper - Class in net.miginfocom.swt
 
SwtContainerWrapper(Composite) - Constructor for class net.miginfocom.swt.SwtContainerWrapper
 
SwtTest - Class in net.miginfocom.examples
 
SwtTest() - Constructor for class net.miginfocom.examples.SwtTest
 

T

tag - Variable in class net.miginfocom.layout.CC
 
tag(String) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setTag(String tag) only this method returns this for chaining multiple calls.
TEST_GAPS - Static variable in class net.miginfocom.layout.Grid
 
throwCC() - Static method in class net.miginfocom.layout.LayoutUtil
 
toBounds - Variable in class org.tbee.javafx.scene.layout.LayoutAnimator.LayoutTrans
 
TOP - Enum constant in enum net.miginfocom.layout.AlignY
 
TOP - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
TOP - Static variable in class net.miginfocom.layout.UnitValue
 
topToBottom - Variable in class net.miginfocom.layout.LC
 
topToBottom() - Method in class net.miginfocom.layout.LC
Same functionality as calling LC.setTopToBottom(boolean) with true only this method returns this for chaining multiple calls.
toString() - Method in class net.miginfocom.layout.BoundSize
 
toString() - Method in class net.miginfocom.layout.UnitValue
 
toString() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
toTrimmedTokens(String, char) - Static method in class net.miginfocom.layout.ConstraintParser
Parses a string and returns it in those parts of the string that are separated with a sep character.
TRAILING - Enum constant in enum net.miginfocom.layout.AlignX
 
TRAILING - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
TRAILING - Static variable in class net.miginfocom.layout.UnitValue
 
transferBounds(boolean) - Method in class net.miginfocom.layout.Grid.CompWrap
Transfers the bounds to the component
TransType() - Constructor for enum org.tbee.javafx.scene.layout.LayoutAnimator.TransType
 
TYPE_BASELINE - Static variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
TYPE_BUTTON - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_CHECK_BOX - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_COMBO_BOX - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_CONTAINER - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_IMAGE - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_LABEL - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_LIST - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_PANEL - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_PARALLEL - Static variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
TYPE_PROGRESS_BAR - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_SCROLL_BAR - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_SCROLL_PANE - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_SEPARATOR - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_SERIAL - Static variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
TYPE_SLIDER - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_SPINNER - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_TABBED_PANE - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_TABLE - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_TEXT_AREA - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_TEXT_FIELD - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_TREE - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_UNKNOWN - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_UNSET - Static variable in interface net.miginfocom.layout.ComponentWrapper
 

U

UNABLE - Static variable in class net.miginfocom.layout.UnitConverter
Value to return if this converter can not handle the unit sent in as an argument to the convert method.
unit - Variable in class net.miginfocom.layout.UnitValue
 
UNIT_MAP - Static variable in class net.miginfocom.layout.UnitValue
 
UnitConverter - Class in net.miginfocom.layout
 
UnitConverter() - Constructor for class net.miginfocom.layout.UnitConverter
 
unitStr - Variable in class net.miginfocom.layout.UnitValue
 
UnitValue - Class in net.miginfocom.layout
 
UnitValue(boolean, int, UnitValue, UnitValue, String) - Constructor for class net.miginfocom.layout.UnitValue
 
UnitValue(float) - Constructor for class net.miginfocom.layout.UnitValue
 
UnitValue(float, int, String) - Constructor for class net.miginfocom.layout.UnitValue
 
UnitValue(float, String, boolean, int, String) - Constructor for class net.miginfocom.layout.UnitValue
 
UnitValue(float, String, int, boolean, int, UnitValue, UnitValue, String) - Constructor for class net.miginfocom.layout.UnitValue
 
UNRELATED_X - Static variable in class net.miginfocom.layout.PlatformDefaults
 
UNRELATED_Y - Static variable in class net.miginfocom.layout.PlatformDefaults
 
usesMirroring() - Method in class org.tbee.javafx.scene.layout.MigPane
 
useVisualPadding - Variable in class net.miginfocom.layout.Grid.CompWrap
 

V

validateSize() - Method in class net.miginfocom.layout.Grid.CompWrap
 
value - Variable in class net.miginfocom.layout.UnitValue
 
valueOf(String) - Static method in enum net.miginfocom.layout.AlignX
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.miginfocom.layout.AlignY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.miginfocom.layout.HideMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tbee.javafx.scene.layout.LayoutAnimator.TransType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tbee.javafx.scene.layout.MigPane.DebugRectangleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.miginfocom.layout.AlignX
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.miginfocom.layout.AlignY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.miginfocom.layout.HideMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tbee.javafx.scene.layout.LayoutAnimator.TransType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tbee.javafx.scene.layout.MigPane.DebugRectangleType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class net.miginfocom.layout.LinkHandler
 
VALUES_TEMP - Static variable in class net.miginfocom.layout.LinkHandler
 
ver - Variable in class net.miginfocom.layout.CC
 
VER_DEFS - Static variable in class net.miginfocom.layout.PlatformDefaults
 
verScale - Static variable in class net.miginfocom.layout.PlatformDefaults
 
verSizes - Variable in class net.miginfocom.layout.Grid.CompWrap
 
VERTICAL - Static variable in class net.miginfocom.layout.LayoutUtil
 
VISUAL_BOUNDS - Static variable in class net.miginfocom.layout.PlatformDefaults
 
VISUAL_PADDING_PROPERTY - Static variable in class net.miginfocom.layout.PlatformDefaults
Property to use in LAF settings and as JComponent client property to specify the visual padding.
VISUAL_PADDING_PROPERTY - Static variable in class net.miginfocom.swing.SwingComponentWrapper
Property to use in LAF settings and as JComponent client property to specify the visual padding.
visualPadding - Variable in class net.miginfocom.layout.CC
 
visualPadding - Variable in class net.miginfocom.layout.LC
 
VisualPaddingOSX - Class in net.miginfocom.examples
 
VisualPaddingOSX() - Constructor for class net.miginfocom.examples.VisualPaddingOSX
 
vp - Static variable in class net.miginfocom.swing.SwingComponentWrapper
 
vp - Static variable in class net.miginfocom.swt.SwtComponentWrapper
 

W

w - Variable in class net.miginfocom.layout.Grid.CompWrap
 
WeakCell(Object, int, int, int, int) - Constructor for class net.miginfocom.layout.Grid.WeakCell
 
WEIGHT_100 - Static variable in class net.miginfocom.layout.ResizeConstraint
 
width - Variable in class net.miginfocom.layout.Grid
The in the constructor calculated min/pref/max size of the whole grid.
width - Variable in class net.miginfocom.layout.LC
 
width(String) - Method in class net.miginfocom.layout.CC
The size for the component as a min and/or preferred and/or maximum size.
width(String) - Method in class net.miginfocom.layout.LC
The width for the container as a min and/or preferred and/or maximum width.
WIDTH - Static variable in class net.miginfocom.layout.LinkHandler
 
WINDOWS_XP - Static variable in class net.miginfocom.layout.PlatformDefaults
 
withColumnConstraints(AC) - Method in class org.tbee.javafx.scene.layout.MigPane
 
withLayoutConstraints(LC) - Method in class org.tbee.javafx.scene.layout.MigPane
 
withRowConstraints(AC) - Method in class org.tbee.javafx.scene.layout.MigPane
 
wrap - Variable in class net.miginfocom.layout.CC
 
wrap() - Method in class net.miginfocom.layout.CC
Same functionality as calling CC.setWrap(boolean) with true only this method returns this for chaining multiple calls.
wrap() - Method in class net.miginfocom.layout.LC
Sets a wrap after the number of columns/rows that is defined in the AC.
wrap(int[], BoundSize) - Method in class net.miginfocom.layout.Grid
Wraps to the next row or column depending on if horizontal flow or vertical flow is used.
wrap(String) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setWrapGapSize(BoundSize) only this method returns this for chaining multiple calls.
wrapAfter - Variable in class net.miginfocom.layout.LC
 
wrapAfter(int) - Method in class net.miginfocom.layout.LC
Same functionality as LC.setWrapAfter(int) only this method returns this for chaining multiple calls.
wrapGapMap - Variable in class net.miginfocom.layout.Grid
 
wrapperToCCMap - Variable in class org.tbee.javafx.scene.layout.MigPane
 
writeAsXML(ObjectOutput, Object) - Static method in class net.miginfocom.layout.LayoutUtil
Writes an object to XML.
writeExternal(ObjectOutput) - Method in class net.miginfocom.layout.AC
 
writeExternal(ObjectOutput) - Method in class net.miginfocom.layout.CC
 
writeExternal(ObjectOutput) - Method in class net.miginfocom.layout.DimConstraint
 
writeExternal(ObjectOutput) - Method in class net.miginfocom.layout.LC
 
writeExternal(ObjectOutput) - Method in class net.miginfocom.layout.ResizeConstraint
 
writeExternal(ObjectOutput) - Method in class net.miginfocom.swing.MigLayout
 
writeExternal(ObjectOutput) - Method in class net.miginfocom.swt.MigLayout
 
writeObject(ObjectOutputStream) - Method in class net.miginfocom.layout.BoundSize
 
writeObject(ObjectOutputStream) - Method in class net.miginfocom.layout.UnitValue
 
writeOutputStream - Static variable in class net.miginfocom.layout.LayoutUtil
 
writeXMLObject(OutputStream, Object, ExceptionListener) - Static method in class net.miginfocom.layout.LayoutUtil
Writes the object and CLOSES the stream.

X

x - Variable in class net.miginfocom.layout.Grid.CompWrap
 
x - Variable in class net.miginfocom.layout.Grid.WeakCell
 
x(String) - Method in class net.miginfocom.layout.CC
Sets the x-coordinate for the component.
X - Static variable in class net.miginfocom.layout.LinkHandler
 
X_Y_STRINGS - Static variable in class net.miginfocom.layout.IDEUtil
 
x2(String) - Method in class net.miginfocom.layout.CC
Sets the x2-coordinate for the component (right side).
X2 - Static variable in class net.miginfocom.layout.LinkHandler
 

Y

y - Variable in class net.miginfocom.layout.Grid.CompWrap
 
y - Variable in class net.miginfocom.layout.Grid.WeakCell
 
y(String) - Method in class net.miginfocom.layout.CC
Sets the y-coordinate for the component.
Y - Static variable in class net.miginfocom.layout.LinkHandler
 
y2(String) - Method in class net.miginfocom.layout.CC
Sets the y2-coordinate for the component (bottom side).
Y2 - Static variable in class net.miginfocom.layout.LinkHandler
 

Z

ZERO - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
ZERO - Static variable in class net.miginfocom.layout.UnitValue
 
ZERO_PIXEL - Static variable in class net.miginfocom.layout.BoundSize
 

_

_compWraps - Variable in class net.miginfocom.layout.Grid.LinkedDimGroup
 
_grid - Variable in class org.tbee.javafx.scene.layout.MigPane
 
A B C D E F G H I J L M N O P R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form