A B C D E F G H I J L M N P R S T U W X Y Z

A

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.demo.CallbackDemo
 
ADD - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a addition of two sub units.
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 cylce.
addLayoutCallback(LayoutCallback) - Method in class net.miginfocom.swt.MigLayout
Adds the callback function that will be called at different stages of the layout cycle.
addLayoutComponent(String, Component) - Method in class net.miginfocom.swing.MigLayout
 
addLayoutComponent(Component, Object) - Method in class net.miginfocom.swing.MigLayout
 
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(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.
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.

B

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_IDENTITY - 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.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
bottomToTop() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setTopToBottom(boolean false) only this method returns this for chaining multiple calls.
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, String) - Constructor for class net.miginfocom.layout.BoundSize
Constructor.
BoundSize(UnitValue, UnitValue, UnitValue, boolean, 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
 
BUTTON - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating botton size.

C

CallbackDemo - Class in net.miginfocom.demo
 
CallbackDemo() - Constructor for class net.miginfocom.demo.CallbackDemo
 
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.
cell(int...) - Method in class net.miginfocom.layout.CC
Set the cell(s) that the component should occupy in the grid.
CENTER - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
clearBounds(Object, String) - 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.
CM - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating centimeters.
ComponentWrapper - Interface in net.miginfocom.layout
A class that wraps the important parts of a Component.
computeSize(Composite, int, int, boolean) - Method in class net.miginfocom.swt.MigLayout
 
constrain(int, float, ContainerWrapper) - Method in class net.miginfocom.layout.BoundSize
Makes sure that size is within min and max of this size.
ConstraintParser - Class in net.miginfocom.layout
Parses string constraints.
ContainerWrapper - Interface in net.miginfocom.layout
A class that wraps a container that contains components.
convertToPixels(float, String, boolean, float, ContainerWrapper, ComponentWrapper) - Method in class net.miginfocom.layout.UnitConverter
Converts value to pixels.
correctBounds(ComponentWrapper) - Method in class net.miginfocom.layout.LayoutCallback
A last minute change of the bounds.
count(int) - Method in class net.miginfocom.layout.AC
Sets the total number of rows/columns to size.
createAbsolute_Position() - Method in class net.miginfocom.demo.SwingDemo
 
createAbsolute_Position(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createAlignments() - Method in class net.miginfocom.demo.SwingDemo
 
createAlignments(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createAPI_Constraints1() - Method in class net.miginfocom.demo.SwingDemo
 
createAPI_Constraints1(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createAPI_Constraints2() - Method in class net.miginfocom.demo.SwingDemo
 
createAPI_Constraints2(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createBasic_Sizes() - Method in class net.miginfocom.demo.SwingDemo
 
createBasic_Sizes(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createBound_Sizes() - Method in class net.miginfocom.demo.SwingDemo
 
createBound_Sizes(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createButton_Bars() - Method in class net.miginfocom.demo.SwingDemo
 
createButton_Bars(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createCell_Alignments() - Method in class net.miginfocom.demo.SwingDemo
 
createCell_Alignments(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createCell_Position() - Method in class net.miginfocom.demo.SwingDemo
 
createCell_Position(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createCombo(String[]) - Method in class net.miginfocom.demo.SwingDemo
 
createComponent_Links() - Method in class net.miginfocom.demo.SwingDemo
 
createComponent_Links(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createComponent_Sizes() - Method in class net.miginfocom.demo.SwingDemo
 
createComponent_Sizes(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createDebug() - Method in class net.miginfocom.demo.SwingDemo
 
createDebug(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createDocking() - Method in class net.miginfocom.demo.SwingDemo
 
createDocking(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createFlow_Direction() - Method in class net.miginfocom.demo.SwingDemo
 
createFlow_Direction(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createFlowPanel(String, String) - Method in class net.miginfocom.demo.SwingDemo
 
createGrouping() - Method in class net.miginfocom.demo.SwingDemo
 
createGrouping(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createGrow_Shrink() - Method in class net.miginfocom.demo.SwingDemo
 
createGrow_Shrink(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createGrowing() - Method in class net.miginfocom.demo.SwingDemo
 
createGrowing(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createLayout_Showdown() - Method in class net.miginfocom.demo.SwingDemo
 
createLayout_Showdown(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createOrientation() - Method in class net.miginfocom.demo.SwingDemo
 
createOrientation(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createPlain() - Method in class net.miginfocom.demo.SwingDemo
 
createPlain(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createPlainApi() - Method in class net.miginfocom.demo.SwingDemo
 
createQuick_Start() - Method in class net.miginfocom.demo.SwingDemo
 
createQuick_Start(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createSpan() - Method in class net.miginfocom.demo.SwingDemo
 
createSpan(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createTest() - Method in class net.miginfocom.demo.SwingDemo
 
createTest(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createUnits() - Method in class net.miginfocom.demo.SwingDemo
 
createUnits(Composite) - Method in class net.miginfocom.demo.SwtDemo
 
createVisual_Bounds() - Method in class net.miginfocom.demo.SwingDemo
 
createWelcome() - Method in class net.miginfocom.demo.SwingDemo
 
createWelcome(Composite) - Method in class net.miginfocom.demo.SwtDemo
 

D

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.
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.
DIV - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a division of two sub units.
dockEast() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setDockSide(int 3) only this method returns this for chaining multiple calls.
dockNorth() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setDockSide(int 0) only this method returns this for chaining multiple calls.
dockSouth() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setDockSide(int 2) only this method returns this for chaining multiple calls.
dockWest() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setDockSide(int 1) only this method returns this for chaining multiple calls.

E

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.
equals(Object) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
equals(Object) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
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
 
external() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setExternal(boolean true) only this method returns this for chaining multiple calls.

F

fill() - Method in class net.miginfocom.layout.AC
Specifies that the current row/column's component should grow by default.
fill(int...) - Method in class net.miginfocom.layout.AC
Specifies that the indicated rows'/columns' component should grow by default.
fill() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setFillX(boolean true) and LC.setFillY(boolean true) conmbined.T his method returns this for chaining multiple calls.
fillX() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setFillX(boolean true) only this method returns this for chaining multiple calls.
fillY() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setFillY(boolean true) only this method returns this for chaining multiple calls.
flowX() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setFlowX(Boolean .TRUE) only this method returns this for chaining multiple calls.
flowX() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setFlowX(boolean true) only this method returns this for chaining multiple calls.
flowY() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setFlowX(Boolean .FALSE) only this method returns this for chaining multiple calls.
flowY() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setFlowX(boolean false) only this method returns this for chaining multiple calls.
flushCache(Control) - Method in class net.miginfocom.swt.MigLayout
 

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, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' gap size to size.
gap(String...) - Method in class net.miginfocom.layout.CC
Corresponds exactly to the "gap left right top bottom" keyword.
gapAfter(String) - Method in class net.miginfocom.layout.CC
Sets the horizontal gap after the component.
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.
gapRight(String) - Method in class net.miginfocom.layout.CC
Sets the gap to the right of the component.
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.
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.
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
 
getButtonOrder() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the order for the typical buttons in a standard button bar.
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.
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.
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
 
getComponentConstraints(Component) - Method in class net.miginfocom.swing.MigLayout
Returns the component constraints as a String representation.
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
 
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
 
getComponetType(boolean) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the type of component that this wrapper is wrapping.
getComponetType(boolean) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
getComponetType(boolean) - Method in class net.miginfocom.swing.SwingContainerWrapper
 
getComponetType(boolean) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
getComponetType(boolean) - Method in class net.miginfocom.swt.SwtContainerWrapper
 
getComposite(Object) - Method in class net.miginfocom.demo.SwtDemo
 
getConstaints() - Method in class net.miginfocom.layout.AC
Property.
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.
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.
getConstraintString() - Method in class net.miginfocom.layout.UnitValue
Returns the creation string for this object.
getContainer() - Method in class net.miginfocom.layout.Grid
 
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.
getDebugMillis() - Method in class net.miginfocom.layout.LC
If > 0 the debug decorations will be repainted every millis.
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.
getDefaultRowAlignmentBaseline() - Static method in class net.miginfocom.layout.PlatformDefaults
The default alignment for rows.
getDefaultUnit() - Static method in class net.miginfocom.layout.UnitValue
Deprecated. Use PlatformDefaults.getDefaultHorizontalUnit() and PlatformDefaults.getDefaultVerticalUnit() instead.
getDefaultVerticalUnit() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the current default unit.
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 inset depending of the current platform.
getDimConstraint(boolean) - Method in class net.miginfocom.layout.CC
Returns the vertical or horizontal dim constraint.
getDockSide() - Method in class net.miginfocom.layout.CC
Sets the docking side.
getEndGroup() - Method in class net.miginfocom.layout.DimConstraint
Returns the end group that this entity should be in for the demension 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.
getGapBefore() - Method in class net.miginfocom.layout.DimConstraint
Returns the gap before this entity.
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 noone else is claiming it.
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.
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.IDEUtil
Returns the grid cells that the components in parentContainer has.
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
 
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.
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
 
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
getInsets() - Method in class net.miginfocom.layout.LC
The insets for the layed out panel.
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
 
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 setLayoutConstraints(Object).
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
 
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
 
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
 
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
 
getMin() - Method in class net.miginfocom.layout.BoundSize
Returns the minimum size as sent into the constructor.
getMinimumButtonWidth() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the recommended minimum button width depending on the current set platform.
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
 
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
 
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.
getOperation() - Method in class net.miginfocom.layout.UnitValue
 
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/surpurflous 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/surpurflous 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 inset 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
 
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.
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
 
getPlatform() - Static method in class net.miginfocom.layout.PlatformDefaults
Returns the current platform
getPos() - Method in class net.miginfocom.layout.CC
Returns the absolute positioning of one or more of the edges.
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
 
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
 
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.
getRowConstraints() - Method in class net.miginfocom.swing.MigLayout
Returns the row layout constraints as a String representation.
getRowConstraints() - Method in class net.miginfocom.swt.MigLayout
Returns the row layout constraints as a String representation.
getRowSizes(Object) - Static method in class net.miginfocom.layout.IDEUtil
Returns the sizes of the rows and gaps for a container.
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
 
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
 
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
 
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
 
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(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.
getSizeSafe(int[], int) - Static method in class net.miginfocom.layout.LayoutUtil
 
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.
getSubUnits() - Method in class net.miginfocom.layout.UnitValue
 
getTag() - Method in class net.miginfocom.layout.CC
Tags the component with metadata.
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.
getValue(Object, String, int) - Static method in class net.miginfocom.layout.LinkHandler
 
getValue() - Method in class net.miginfocom.layout.UnitValue
 
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
 
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
 
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
 
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
 
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
 
GNOME - Static variable in class net.miginfocom.layout.PlatformDefaults
 
Grid - Class in net.miginfocom.layout
Holds components in a grid.
Grid(ContainerWrapper, LC, AC, AC, Map<ComponentWrapper, CC>, ArrayList<LayoutCallback>) - Constructor for class net.miginfocom.layout.Grid
Constructor.
gridGap(String, String) - Method in class net.miginfocom.layout.LC
Sets both grid gaps at the same time.
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(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.
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(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, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' 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() - Method in class net.miginfocom.layout.CC
Same functionality as CC.growX() and CC.growY().
growPrio(int) - Method in class net.miginfocom.layout.AC
Specifies the current row/column's grow priority.
growPrio(int, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' grow priority.
growPrio(int...) - Method in class net.miginfocom.layout.CC
Grow priority for the component horizontally and optionally vertically.
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.

H

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
 
hashCode() - Method in class net.miginfocom.layout.UnitValue
 
hashCode() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
hashCode() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
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(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.
HiDPISimulator - Class in net.miginfocom.demo
A demo application that shows some components in a GUI and how they will look on a HiDPI screen.
HiDPISimulator() - Constructor for class net.miginfocom.demo.HiDPISimulator
 

I

id(String) - Method in class net.miginfocom.layout.CC
The id used to reference this component in some constraints.
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.
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 aa really large value.
INITIAL_INDEX - Static variable in class net.miginfocom.demo.SwingDemo
 
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.
invalidate() - Method in class net.miginfocom.layout.PlatformDefaults
Tells all layout manager instances to revalidate and recalculated everything.
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.
invalidateLayout(Container) - Method in class net.miginfocom.swing.MigLayout
 
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.
isDesignTime(ContainerWrapper) - Static method in class net.miginfocom.layout.LayoutUtil
Returns if design time is turned on for a Container in ContainerWrapper.
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.
isHorizontal() - Method in class net.miginfocom.layout.UnitValue
 
isLeftToRight() - Method in interface net.miginfocom.layout.ContainerWrapper
Returns if this container is using left-to-right component ordering.
isLeftToRight(LC, ContainerWrapper) - Static method in class net.miginfocom.layout.LayoutUtil
Returns if left-to-right orientation is used.
isLeftToRight() - Method in class net.miginfocom.swing.SwingContainerWrapper
 
isLeftToRight() - Method in class net.miginfocom.swt.SwtContainerWrapper
 
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.
isMaxSizeSetOn1_4() - Static method in class net.miginfocom.swing.SwingComponentWrapper
 
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.
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.
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 optinal 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
 
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_ALIGN - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating label alignment.
layout(int[], UnitValue, UnitValue, boolean, boolean) - Method in class net.miginfocom.layout.Grid
Does the actual layout.
layout(Composite, boolean) - Method in class net.miginfocom.swt.MigLayout
 
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
 
layoutContainer(Container) - Method in class net.miginfocom.swing.MigLayout
 
LayoutUtil - Class in net.miginfocom.layout
A utility class that has only static helper methods.
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 - 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.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
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.
LinkHandler - Class in net.miginfocom.layout
 
LOOKUP - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating a lookup.
LPX - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating logical horizontal pixels.
LPY - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating logical vertical pixels.

M

MAC_OSX - Static variable in class net.miginfocom.layout.PlatformDefaults
 
main(String[]) - Static method in class net.miginfocom.demo.CallbackDemo
 
main(String[]) - Static method in class net.miginfocom.demo.HiDPISimulator
 
main(String[]) - Static method in class net.miginfocom.demo.SwingDemo
 
main(String[]) - Static method in class net.miginfocom.demo.SwtDemo
 
main(String[]) - Static method in class net.miginfocom.demo.Test
 
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.SwtTest
 
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_SIZE - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating maximum size.
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
 
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.
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() - Constructor for class net.miginfocom.swing.MigLayout
Constructor with no constraints.
MigLayout(String) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(String, String) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(String, String, String) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC, AC) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC, AC, AC) - Constructor for class net.miginfocom.swing.MigLayout
Constructor.
MigLayout - Class in net.miginfocom.swt
A very flexible layout manager.
MigLayout() - Constructor for class net.miginfocom.swt.MigLayout
Constructor with no constraints.
MigLayout(String) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(String, String) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(String, String, String) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(LC) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(LC, AC) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
MigLayout(LC, AC, AC) - Constructor for class net.miginfocom.swt.MigLayout
Constructor.
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.
mouseClicked(MouseEvent) - Method in class net.miginfocom.demo.CallbackDemo
 
mouseDragged(MouseEvent) - Method in class net.miginfocom.demo.CallbackDemo
 
mouseEntered(MouseEvent) - Method in class net.miginfocom.demo.CallbackDemo
 
mouseExited(MouseEvent) - Method in class net.miginfocom.demo.CallbackDemo
 
mouseMoved(MouseEvent) - Method in class net.miginfocom.demo.CallbackDemo
 
mousePressed(MouseEvent) - Method in class net.miginfocom.demo.CallbackDemo
 
mouseReleased(MouseEvent) - Method in class net.miginfocom.demo.CallbackDemo
 
MUL - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a multiplication of two sub units.

N

net.miginfocom.demo - package net.miginfocom.demo
 
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() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setNewline(boolean 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() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setNoCache(boolean true) only this method returns this for chaining multiple calls.
noGrid() - Method in class net.miginfocom.layout.AC
Specifies that the current row/column should not be grid-like.
noGrid(int...) - Method in class net.miginfocom.layout.AC
Specifies that the indicated rows/columns should not be grid-like.
noGrid() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setNoGrid(boolean true) only this method returns this for chaining multiple calls.
noVisualPadding() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setVisualPadding(boolean false) only this method returns this for chaining multiple calls.
NULL_SIZE - Static variable in class net.miginfocom.layout.BoundSize
 

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.
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.
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
 
paintDebugOutline() - Method in interface net.miginfocom.layout.ComponentWrapper
Paints component outline to indicate where it is.
paintDebugOutline() - Method in class net.miginfocom.swing.SwingComponentWrapper
 
paintDebugOutline() - Method in class net.miginfocom.swt.SwtComponentWrapper
 
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 varables.
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 varables.
parseRowConstraints(String) - Static method in class net.miginfocom.layout.ConstraintParser
Parses the column or rows constraints.
parseUnitValue(String, 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.
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.
pos(String, String) - Method in class net.miginfocom.layout.CC
Same functionality as CC.x(String x) and CC.y(String y) toghether.
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) toghether.
PREF - Static variable in class net.miginfocom.layout.LayoutUtil
 
PREF_SIZE - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating preferred size.
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.
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() - 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.
pushY() - Method in class net.miginfocom.layout.CC
Same functionality as #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.

R

readAsXML(ObjectInput) - Static method in class net.miginfocom.layout.LayoutUtil
Reads an object from in using the
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.swing.MigLayout
 
readExternal(ObjectInput) - Method in class net.miginfocom.swt.MigLayout
 
readResolve() - Method in class net.miginfocom.layout.BoundSize
 
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.
removeLayoutComponent(Component) - Method in class net.miginfocom.swing.MigLayout
 
RIGHT - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
rightToLeft() - Method in class net.miginfocom.layout.LC
Same functionality as setLeftToRight(false) only this method returns this for chaining multiple calls.

S

SELECTED_INDEX - Static variable in class net.miginfocom.demo.SwtDemo
 
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(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(int, int, int, int) - Method in class net.miginfocom.swing.SwingComponentWrapper
 
setBounds(int, int, int, int) - Method in class net.miginfocom.swt.SwtComponentWrapper
 
setButtonOrder(String) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the order for the typical buttons in a standard button bar.
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.
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.
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.
setConstaints(DimConstraint[]) - Method in class net.miginfocom.layout.AC
Sets the different DimConstraints that this object should consists of.
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.
setDebugMillis(int) - Method in class net.miginfocom.layout.LC
If > 0 the debug decorations will be repainted every millis.
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
Deprecated. Use PlatformDefaults.setDefaultHorizontalUnit(int) and PlatformDefaults.setDefaultVerticalUnit(int) instead.
setDefaultVerticalUnit(int) - Static method in class net.miginfocom.layout.PlatformDefaults
Sets the default unit.
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.
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 demension 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.CC
Sets if the flow in the cell is in the horizontal dimension.
setFlowX(boolean) - Method in class net.miginfocom.layout.LC
The default flow direction.
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.
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(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.
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.
setLeftToRight(Boolean) - Method in class net.miginfocom.layout.LC
If the layout should be forced to be left-to-right or right-to-left.
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
 
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/surpurflous 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/surpurflous 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.
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
Optinal 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 optinal 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.
setVisualPaddingEnabled(boolean) - Static method in class net.miginfocom.swing.SwingComponentWrapper
 
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() - Method in class net.miginfocom.layout.AC
Specifies that the current row/column's shrink weight withing 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 withing the columns/rows with the same shrink priority.
shrink(float, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' shrink weight withing 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.
shrinkPrio(int) - Method in class net.miginfocom.layout.AC
Specifies the current row/column's shrink priority.
shrinkPrio(int, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' shrink priority.
shrinkPrio(int...) - Method in class net.miginfocom.layout.CC
Shrink priority for the component horizontally and optionally vertically.
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(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.
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, 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.
sizeGroup(String...) - Method in class net.miginfocom.layout.CC
The size group(s) that this component should be placed in.
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.
skip(int) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setSkip(int) only this method returns this for chaining multiple calls.
skip() - Method in class net.miginfocom.layout.CC
Same functionality as skip(1).
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() - 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() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setSpanY(int 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(int) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setSplit(int parts) only this method returns this for chaining multiple calls.
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.
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.
STATIC - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a static value.
SUB - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a subtraction of two sub units
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
 
SwingDemo - Class in net.miginfocom.demo
 
SwingDemo() - Constructor for class net.miginfocom.demo.SwingDemo
 
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
 
SwtDemo - Class in net.miginfocom.demo
 
SwtDemo() - Constructor for class net.miginfocom.demo.SwtDemo
 
SwtTest - Class in net.miginfocom.examples
 
SwtTest() - Constructor for class net.miginfocom.examples.SwtTest
 

T

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 - Class in net.miginfocom.demo
 
Test() - Constructor for class net.miginfocom.demo.Test
 
TEST_GAPS - Static variable in class net.miginfocom.layout.Grid
 
TOP - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
topToBottom() - Method in class net.miginfocom.layout.LC
Same functionality as LC.setTopToBottom(boolean true) only this method returns this for chaining multiple calls.
toString() - Method in class net.miginfocom.layout.UnitValue
 
TRAILING - Static variable in class net.miginfocom.layout.IDEUtil
A direct reference to the corresponding value for predefined UnitValues in UnitValue.
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_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_SLIDER - Static variable in interface net.miginfocom.layout.ComponentWrapper
 
TYPE_SPINNER - 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.
UnitConverter - Class in net.miginfocom.layout
 
UnitConverter() - Constructor for class net.miginfocom.layout.UnitConverter
 
UnitValue - Class in net.miginfocom.layout
 
UnitValue(float) - Constructor for class net.miginfocom.layout.UnitValue
 
UnitValue(float, int, String) - Constructor for class net.miginfocom.layout.UnitValue
 

W

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
 
wrap() - Method in class net.miginfocom.layout.CC
Same functionality as CC.setWrap(boolean true) only this method returns this for chaining multiple calls.
wrap(String) - Method in class net.miginfocom.layout.CC
Same functionality as CC.setWrapGapSize(BoundSize) 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.
wrapAfter(int) - Method in class net.miginfocom.layout.LC
Same functionality as LC.setWrapAfter(int) only this method returns this for chaining multiple calls.
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.swing.MigLayout
 
writeExternal(ObjectOutput) - Method in class net.miginfocom.swt.MigLayout
 

X

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
 
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(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_PIXEL - Static variable in class net.miginfocom.layout.BoundSize
 

A B C D E F G H I J L M N P R S T U W X Y Z

Copyright © 2007-2011. All Rights Reserved.