Skip navigation links
A B C D E F G H I L M N P R S T U V 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.
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.
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.
AnimSpec - Class in net.miginfocom.layout
 
AnimSpec(int, int, float, float) - Constructor for class net.miginfocom.layout.AnimSpec
 

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.
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.
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.
BUTTON - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating button size.

C

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.
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.
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.

D

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.
DEF - Static variable in class net.miginfocom.layout.AnimSpec
 
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 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.
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.

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.
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.

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 calling LC.setFillX(boolean) with true and LC.setFillY(boolean) with true conmbined.T his method returns this for chaining multiple calls.
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() - 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.
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.

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.
getAnimSpec() - Method in class net.miginfocom.layout.CC
Returns the animation spec.
getBaseline(int, int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the baseline for the component given the suggested height.
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.
getComponent() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the actual object that this wrapper is aggregating.
getComponentCount() - Method in interface net.miginfocom.layout.ContainerWrapper
Returns the number of components that this parent has.
getComponents() - Method in interface net.miginfocom.layout.ContainerWrapper
Returns the components of the container that wrapper is wrapping.
getComponentType(boolean) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the type of component that this wrapper is wrapping.
getConstaints() - Method in class net.miginfocom.layout.AC
Property.
getConstraintString() - Method in class net.miginfocom.layout.UnitValue
Returns the creation string for this object.
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).
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
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.
getDockSide() - Method in class net.miginfocom.layout.CC
Sets the docking side.
getDurationMillis(int) - Method in class net.miginfocom.layout.AnimSpec
 
getDurationMillis() - 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.
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 no one 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..
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(int) - 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.
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.
getId() - Method in class net.miginfocom.layout.CC
Returns the id used to reference this component in some constraints.
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.
getLayoutHashCode() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns a hash code that should be reasonably different for anything that might change the layout.
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.
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.
getMaximumWidth(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the maximum width of the component.
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.
getMinimumWidth(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the minimum width of the component.
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/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.
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.
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.
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.
getPreferredWidth(int) - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the preferred width of the component.
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.
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.
getScreenLocationX() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the screen x-coordinate for the upper left coordinate of the component layout-able bounds.
getScreenLocationY() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the screen y-coordinate for the upper left coordinate of the component layout-able bounds.
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.
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.
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.
getWidth() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the current width for this component.
getWidth() - Method in class net.miginfocom.layout.Grid
 
getWidth(int) - 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.
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.
getY() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns the current y coordinate for this component.
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<? extends 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.
growY(Float) - Method in class net.miginfocom.layout.CC
Deprecated.

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.
hashCode() - Method in class net.miginfocom.layout.UnitValue
 
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.
HORIZONTAL - Static variable in class net.miginfocom.layout.LayoutUtil
 

I

id(String) - Method in class net.miginfocom.layout.CC
The id used to reference this component in some constraints.
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.LayoutUtil
A substitute value for a really large value.
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 min/pref/max sizes of the components and rows/columns.
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.
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 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)
isVisible() - Method in interface net.miginfocom.layout.ComponentWrapper
Returns if the component's visibility is set to true.
isVisualPadding() - Method in class net.miginfocom.layout.LC
If visual padding should be automatically used and compensated for by this layout instance.
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.

L

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
Deprecated.
since 5.0 Last boolean is not needed and is gotten from the new ComponentWrapper.getContentBias() instead;
layout(int[], UnitValue, UnitValue, boolean) - Method in class net.miginfocom.layout.Grid
Does the actual layout.
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
 
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.
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
 
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.
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
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.
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.
MUL - Static variable in class net.miginfocom.layout.UnitValue
An operation indicating a multiplication of two sub units.

N

net.miginfocom.layout - package net.miginfocom.layout
 
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() - 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.
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 calling LC.setNoGrid(boolean) with true only this method returns this for chaining multiple calls.
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
 

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.
paintDebugOutline(boolean) - Method in interface net.miginfocom.layout.ComponentWrapper
Paints component outline to indicate where it is.
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.
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.
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) 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 - Static variable in class net.miginfocom.layout.LayoutUtil
 
PREF_SIZE - Static variable in class net.miginfocom.layout.UnitValue
A unit indicating preferred size.
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 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.

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
 
readResolve() - Method in class net.miginfocom.layout.BoundSize
 
removeGlobalUnitConverter(UnitConverter) - Static method in class net.miginfocom.layout.UnitValue
Removed the converter.
rightToLeft() - Method in class net.miginfocom.layout.LC
Same functionality as setLeftToRight(false) only this method returns this for chaining multiple calls.

S

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.
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.
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.
setConstaints(DimConstraint[]) - Method in class net.miginfocom.layout.AC
Sets the different DimConstraints that this object should consists of.
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
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.
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 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.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.
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.
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.
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".
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".
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(UnitValue[]) - Method in class net.miginfocom.layout.CC
Sets the visual padding used when laying out this Component.
setVisualPadding(boolean) - Method in class net.miginfocom.layout.LC
If visual padding should be automatically used and compensated for by this layout instance.
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 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, int...) - Method in class net.miginfocom.layout.AC
Specifies the indicated rows'/columns' 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.
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 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(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

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_GAPS - Static variable in class net.miginfocom.layout.Grid
 
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
 
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_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.
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
 
UnitValue(float, String, boolean, int, String) - Constructor for class net.miginfocom.layout.UnitValue
 

V

VERTICAL - Static variable in class net.miginfocom.layout.LayoutUtil
 
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.

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 calling CC.setWrap(boolean) with 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
 

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_PIXEL - Static variable in class net.miginfocom.layout.BoundSize
 
A B C D E F G H I L M N P R S T U V W X Y Z 
Skip navigation links

Copyright © 2007–2021. All rights reserved.