跳过导航链接
A B C D E F G H I L M N P R S T U V W X Y Z 

A

AC - net.miginfocom.layout中的类
A constraint that holds the column or row constraints for the grid.
AC() - 类 的构造器net.miginfocom.layout.AC
Constructor.
ADD - 类 中的静态变量net.miginfocom.layout.UnitValue
An operation indicating a addition of two sub units.
addGlobalUnitConverter(UnitConverter) - 类 中的静态方法net.miginfocom.layout.UnitValue
Adds a global unit converter that can convert from some unit to pixels.
addLayoutCallback(LayoutCallback) - 类 中的方法net.miginfocom.swing.MigLayout
Adds the callback function that will be called at different stages of the layout cycle.
addLayoutComponent(String, Component) - 类 中的方法net.miginfocom.swing.MigLayout
 
addLayoutComponent(Component, Object) - 类 中的方法net.miginfocom.swing.MigLayout
 
align(String) - 类 中的方法net.miginfocom.layout.AC
Specifies the current row/column's columns default alignment for its components.
align(String, int...) - 类 中的方法net.miginfocom.layout.AC
Specifies the indicated rows'/columns' columns default alignment for its components.
align(String, String) - 类 中的方法net.miginfocom.layout.LC
Sets both the alignX and alignY as the same time.
ALIGN - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating alignment.
alignX(String) - 类 中的方法net.miginfocom.layout.CC
Same functionality as getHorizontal().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
alignX(String) - 类 中的方法net.miginfocom.layout.LC
Same functionality as setAlignX(ConstraintParser.parseUnitValueOrAlign(unitValue, true)) only this method returns this for chaining multiple calls.
alignY(String) - 类 中的方法net.miginfocom.layout.CC
Same functionality as getVertical().setAlign(ConstraintParser.parseUnitValue(unitValue, true)) only this method returns this for chaining multiple calls.
alignY(String) - 类 中的方法net.miginfocom.layout.LC
Same functionality as setAlignY(ConstraintParser.parseUnitValueOrAlign(align, false)) only this method returns this for chaining multiple calls.
AnimSpec - net.miginfocom.layout中的类
 
AnimSpec(int, int, float, float) - 类 的构造器net.miginfocom.layout.AnimSpec
 

B

BASE_FONT_SIZE - 类 中的静态变量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 - 类 中的静态变量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 - 类 中的静态变量net.miginfocom.layout.PlatformDefaults
I value indicating that the screen DPI will be used as a base for calculating the logical pixel size.
bottomToTop() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setTopToBottom(boolean) with false only this method returns this for chaining multiple calls.
BoundSize - net.miginfocom.layout中的类
A size that contains minimum, preferred and maximum size of type UnitValue.
BoundSize(UnitValue, String) - 类 的构造器net.miginfocom.layout.BoundSize
Constructor that use the same value for min/preferred/max size.
BoundSize(UnitValue, UnitValue, UnitValue, String) - 类 的构造器net.miginfocom.layout.BoundSize
Constructor.
BoundSize(UnitValue, UnitValue, UnitValue, boolean, String) - 类 的构造器net.miginfocom.layout.BoundSize
Constructor.
BUTTON - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating button size.

C

CC - net.miginfocom.layout中的类
A simple value holder for one component's constraint.
CC() - 类 的构造器net.miginfocom.layout.CC
Empty constructor.
cell(int...) - 类 中的方法net.miginfocom.layout.CC
Set the cell(s) that the component should occupy in the grid.
clearBounds(Object, String) - 类 中的静态方法net.miginfocom.layout.LinkHandler
 
clearWeakReferencesNow() - 类 中的静态方法net.miginfocom.layout.LinkHandler
This method clear any weak references right away instead of waiting for the GC.
CM - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating centimeters.
ComponentWrapper - net.miginfocom.layout中的接口
A class that wraps the important parts of a Component.
constrain(int, float, ContainerWrapper) - 类 中的方法net.miginfocom.layout.BoundSize
Makes sure that size is within min and max of this size.
ConstraintParser - net.miginfocom.layout中的类
Parses string constraints.
ContainerWrapper - net.miginfocom.layout中的接口
A class that wraps a container that contains components.
convertToPixels(float, String, boolean, float, ContainerWrapper, ComponentWrapper) - 类 中的方法net.miginfocom.layout.UnitConverter
Converts value to pixels.
correctBounds(ComponentWrapper) - 类 中的方法net.miginfocom.layout.LayoutCallback
A last minute change of the bounds.
count(int) - 类 中的方法net.miginfocom.layout.AC
Sets the total number of rows/columns to size.

D

debug() - 类 中的方法net.miginfocom.layout.LC
Calls LC.debug(int) with 300 as an argument.
debug(int) - 类 中的方法net.miginfocom.layout.LC
Same functionality as LC.setDebugMillis(int repaintMillis) only this method returns this for chaining multiple calls.
DEF - 类 中的静态变量net.miginfocom.layout.AnimSpec
 
DimConstraint - net.miginfocom.layout中的类
A simple value holder for a constraint for one dimension.
DimConstraint() - 类 的构造器net.miginfocom.layout.DimConstraint
Empty constructor.
DIV - 类 中的静态变量net.miginfocom.layout.UnitValue
An operation indicating a division of two sub units.
dockEast() - 类 中的方法net.miginfocom.layout.CC
Same functionality as calling CC.setDockSide(int) with 3 only this method returns this for chaining multiple calls.
dockNorth() - 类 中的方法net.miginfocom.layout.CC
Same functionality as calling CC.setDockSide(int) with 0 only this method returns this for chaining multiple calls.
dockSouth() - 类 中的方法net.miginfocom.layout.CC
Same functionality as calling CC.setDockSide(int) with 2 only this method returns this for chaining multiple calls.
dockWest() - 类 中的方法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...) - 类 中的方法net.miginfocom.layout.CC
The end group(s) that this component should be placed in.
endGroupX(String) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.CC
The end group that this component should be placed in.
equals(Object) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
external() - 类 中的方法net.miginfocom.layout.CC
Same functionality as calling CC.setExternal(boolean) with true only this method returns this for chaining multiple calls.

F

fill() - 类 中的方法net.miginfocom.layout.AC
Specifies that the current row/column's component should grow by default.
fill(int...) - 类 中的方法net.miginfocom.layout.AC
Specifies that the indicated rows'/columns' component should grow by default.
fill() - 类 中的方法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() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setFillX(boolean) with true only this method returns this for chaining multiple calls.
fillY() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setFillY(boolean) with true only this method returns this for chaining multiple calls.
findType(Class<E>, Component) - 类 中的静态方法net.miginfocom.swing.MigLayout
 
flowX() - 类 中的方法net.miginfocom.layout.CC
Same functionality as calling CC.setFlowX(Boolean) with Boolean.TRUE only this method returns this for chaining multiple calls.
flowX() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setFlowX(boolean) with true only this method returns this for chaining multiple calls.
flowY() - 类 中的方法net.miginfocom.layout.CC
Same functionality as calling CC.setFlowX(Boolean) with Boolean.FALSE only this method returns this for chaining multiple calls.
flowY() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setFlowX(boolean) with false only this method returns this for chaining multiple calls.

G

gap() - 类 中的方法net.miginfocom.layout.AC
Specifies the gap size to be the default one AND moves to the next column/row.
gap(String) - 类 中的方法net.miginfocom.layout.AC
Specifies the gap size to size AND moves to the next column/row.
gap(String, int...) - 类 中的方法net.miginfocom.layout.AC
Specifies the indicated rows'/columns' gap size to size.
gap(String...) - 类 中的方法net.miginfocom.layout.CC
Corresponds exactly to the "gap left right top bottom" keyword.
gapAfter(String) - 类 中的方法net.miginfocom.layout.CC
Sets the horizontal gap after the component.
gapBefore(String) - 类 中的方法net.miginfocom.layout.CC
Sets the horizontal gap before the component.
gapBottom(String) - 类 中的方法net.miginfocom.layout.CC
Sets the gap below the component.
gapLeft(String) - 类 中的方法net.miginfocom.layout.CC
Sets the gap to the left the component.
gapRight(String) - 类 中的方法net.miginfocom.layout.CC
Sets the gap to the right of the component.
gapTop(String) - 类 中的方法net.miginfocom.layout.CC
Sets the gap above the component.
gapX(String, String) - 类 中的方法net.miginfocom.layout.CC
The horizontal gap before and/or after the component.
gapY(String, String) - 类 中的方法net.miginfocom.layout.CC
The vertical gap before (normally above) and/or after (normally below) the component.
getAlign() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the alignment used either as a default value for sub-entities or for this entity.
getAlignOrDefault(boolean) - 类 中的方法net.miginfocom.layout.DimConstraint
 
getAlignX() - 类 中的方法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() - 类 中的方法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() - 类 中的方法net.miginfocom.layout.CC
Returns the animation spec.
getBaseline(int, int) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the baseline for the component given the suggested height.
getBaseline(int, int) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getButtonOrder() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the order for the typical buttons in a standard button bar.
getCellX() - 类 中的方法net.miginfocom.layout.CC
Returns the absolute cell position in the grid or -1 if cell positioning is not used.
getCellY() - 类 中的方法net.miginfocom.layout.CC
Returns the absolute cell position in the grid or -1 if cell positioning is not used.
getColumnConstraints() - 类 中的方法net.miginfocom.swing.MigLayout
Returns the column layout constraints either as a String or AC.
getComponent() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the actual object that this wrapper is aggregating.
getComponent() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getComponentConstraints(Component) - 类 中的方法net.miginfocom.swing.MigLayout
Returns the component constraints as a String representation.
getComponentCount() - 接口 中的方法net.miginfocom.layout.ContainerWrapper
Returns the number of components that this parent has.
getComponentCount() - 类 中的方法net.miginfocom.swing.SwingContainerWrapper
 
getComponents() - 接口 中的方法net.miginfocom.layout.ContainerWrapper
Returns the components of the container that wrapper is wrapping.
getComponents() - 类 中的方法net.miginfocom.swing.SwingContainerWrapper
 
getComponentType(boolean) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the type of component that this wrapper is wrapping.
getComponentType(boolean) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getComponentType(boolean) - 类 中的方法net.miginfocom.swing.SwingContainerWrapper
 
getConstaints() - 类 中的方法net.miginfocom.layout.AC
Property.
getConstraintMap() - 类 中的方法net.miginfocom.swing.MigLayout
Returns a shallow copy of the constraints map.
getConstraintString() - 类 中的方法net.miginfocom.layout.UnitValue
Returns the creation string for this object.
getContainer() - 类 中的方法net.miginfocom.layout.Grid
 
getContentBias() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns in what way the min/pref/max sizes relates to it's height or width for the current settings of the component (like wrapText).
getContentBias() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getCount() - 类 中的方法net.miginfocom.layout.AC
Returns the number of rows/columns that this constraints currently have.
getCurrentPlatform() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the platform that the JRE is running on currently.
getDebugMillis() - 类 中的方法net.miginfocom.layout.LC
If > 0 the debug decorations will be repainted every millis.
getDefaultDPI() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
 
getDefaultGap(ComponentWrapper, ComponentWrapper, int, String, boolean) - 接口 中的方法net.miginfocom.layout.InCellGapProvider
Returns the default gap between two components that are in the same cell.
getDefaultHorizontalUnit() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the current default unit.
getDefaultRowAlignmentBaseline() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
The default alignment for rows.
getDefaultUnit() - 类 中的静态方法net.miginfocom.layout.UnitValue
getDefaultVerticalUnit() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the current default unit.
getDefaultVisualPadding(String) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the visual bounds for a component type.
getDesignTimeEmptySize() - 类 中的静态方法net.miginfocom.layout.LayoutUtil
The size of an empty row or columns in a grid during design time.
getDialogInsets(int) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the default dialog insets depending of the current platform.
getDimConstraint(boolean) - 类 中的方法net.miginfocom.layout.CC
Returns the vertical or horizontal dim constraint.
getDockSide() - 类 中的方法net.miginfocom.layout.CC
Sets the docking side. -1 means no docking.
getDurationMillis(int) - 类 中的方法net.miginfocom.layout.AnimSpec
 
getDurationMillis() - 类 中的方法net.miginfocom.layout.AnimSpec
 
getEaseIn() - 类 中的方法net.miginfocom.layout.AnimSpec
 
getEaseOut() - 类 中的方法net.miginfocom.layout.AnimSpec
 
getEndGroup() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the end group that this entity should be in for the dimension that this object is describing.
getFlowX() - 类 中的方法net.miginfocom.layout.CC
Returns if the flow in the cell is in the horizontal dimension.
getGapAfter() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the gap after this entity.
getGapBefore() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the gap before this entity.
getGapProvider() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the current gap provider or null if none is set and "related" should always be used.
getGapPush() - 类 中的方法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() - 类 中的静态方法net.miginfocom.layout.LayoutUtil
If global debug should be on or off.
getGlobalUnitConverters() - 类 中的静态方法net.miginfocom.layout.UnitValue
Returns the global converters currently registered.
getGridGapX() - 类 中的方法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() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the platform recommended inter-cell gap in the horizontal (x) dimension..
getGridGapY() - 类 中的方法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() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the platform recommended inter-cell gap in the vertical (x) dimension..
getGrow() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the grow weight.
getGrowPriority() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the grow priority.
getHeight() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the current height for this component.
getHeight() - 类 中的方法net.miginfocom.layout.Grid
 
getHeight(int) - 类 中的方法net.miginfocom.layout.Grid
 
getHeight() - 类 中的方法net.miginfocom.layout.LC
Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.
getHeight() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getHideMode() - 类 中的方法net.miginfocom.layout.CC
Sets how a component that is hidden (not visible) should be treated by default.
getHideMode() - 类 中的方法net.miginfocom.layout.LC
How a component that is hidden (not visible) should be treated by default.
getHorizontal() - 类 中的方法net.miginfocom.layout.CC
Returns the horizontal dimension constraint for this component constraint.
getHorizontalScaleFactor() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
The forced scale factor that all screen relative units (e.g. millimeters, inches and logical pixels) will be multiplied with.
getHorizontalScreenDPI() - 接口 中的方法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() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getId() - 类 中的方法net.miginfocom.layout.CC
Returns the id used to reference this component in some constraints.
getInsets() - 类 中的方法net.miginfocom.layout.LC
The insets for the layed out panel.
getLabelAlignPercentage() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the percentage used for alignment for labels (0 is left, 50 is center and 100 is right).
getLayout() - 接口 中的方法net.miginfocom.layout.ContainerWrapper
Returns the LayoutHandler (in Swing terms) that is handling the layout of this container.
getLayout() - 类 中的方法net.miginfocom.swing.SwingContainerWrapper
 
getLayoutAlignmentX(Container) - 类 中的方法net.miginfocom.swing.MigLayout
 
getLayoutAlignmentY(Container) - 类 中的方法net.miginfocom.swing.MigLayout
 
getLayoutConstraints() - 类 中的方法net.miginfocom.swing.MigLayout
Returns layout constraints either as a String or LC depending what was sent in to the constructor or set with setLayoutConstraints(Object).
getLayoutHashCode() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns a hash code that should be reasonably different for anything that might change the layout.
getLayoutHashCode() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getLayoutHashCode() - 类 中的方法net.miginfocom.swing.SwingContainerWrapper
 
getLeftToRight() - 类 中的方法net.miginfocom.layout.LC
If the layout should be forced to be left-to-right or right-to-left.
getLinkId() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns a String id that can be used to reference the component in link constraints.
getLinkId() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getLogicalPixelBase() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
What base value should be used to calculate logical pixel sizes.
getMax() - 类 中的方法net.miginfocom.layout.BoundSize
Returns the maximum size as sent into the constructor.
getMaximumHeight(int) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the maximum height of the component.
getMaximumHeight(int) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getMaximumWidth(int) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the maximum width of the component.
getMaximumWidth(int) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getMin() - 类 中的方法net.miginfocom.layout.BoundSize
Returns the minimum size as sent into the constructor.
getMinimumButtonPadding() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
 
getMinimumButtonWidth() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the recommended minimum button width depending on the current set platform.
getMinimumButtonWidthIncludingPadding(float, ContainerWrapper, ComponentWrapper) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
 
getMinimumHeight(int) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the minimum height of the component.
getMinimumHeight(int) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getMinimumWidth(int) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the minimum width of the component.
getMinimumWidth(int) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getModCount() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns how many times the defaults has been changed.
getNewlineGapSize() - 类 中的方法net.miginfocom.layout.CC
Returns the newline size if it is a custom size.
getOperation() - 类 中的方法net.miginfocom.layout.UnitValue
 
getPackHeight() - 类 中的方法net.miginfocom.layout.LC
Returns the "pack height" for the window that this container is located in.
getPackHeightAlign() - 类 中的方法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. 0f means that the window will resize so that the upper part moves up and the lower side stays in the same place. 0.5f will expand/reduce the window equally upwards and downwards. 1f will do the opposite of 0f of course.
getPackWidth() - 类 中的方法net.miginfocom.layout.LC
Returns the "pack width" for the window that this container is located in.
getPackWidthAlign() - 类 中的方法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. 0f means that the window will resize so that the left part moves left and the right side stays in the same place. 0.5f will expand/reduce the window equally to the right and lefts. 1f will do the opposite of 0f of course.
getPadding() - 类 中的方法net.miginfocom.layout.CC
Returns the absolute resizing in the last stage of the layout cycle.
getPanelInsets(int) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the default panel insets depending of the current platform.
getParent() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the container for this component.
getParent() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getPixels(float, ContainerWrapper, ComponentWrapper) - 类 中的方法net.miginfocom.layout.UnitValue
Returns the size in pixels rounded.
getPixelsExact(float, ContainerWrapper, ComponentWrapper) - 类 中的方法net.miginfocom.layout.UnitValue
Returns the size in pixels.
getPixelUnitFactor(boolean) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the pixel unit factor for the horizontal or vertical dimension.
getPixelUnitFactor(boolean) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getPlatform() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the current platform
getPlatformDPI(int) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
 
getPos() - 类 中的方法net.miginfocom.layout.CC
Returns the absolute positioning of one or more of the edges.
getPosition(ComponentWrapper) - 类 中的方法net.miginfocom.layout.LayoutCallback
Returns a position similar to the "pos" the component constraint.
getPreferred() - 类 中的方法net.miginfocom.layout.BoundSize
Returns the preferred size as sent into the constructor.
getPreferredHeight(int) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the preferred height of the component.
getPreferredHeight(int) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getPreferredWidth(int) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the preferred width of the component.
getPreferredWidth(int) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getPriority() - 类 中的方法net.miginfocom.layout.AnimSpec
 
getPushX() - 类 中的方法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() - 类 中的方法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() - 类 中的方法net.miginfocom.swing.MigLayout
Returns the row layout constraints either as a String or AC.
getScreenHeight() - 接口 中的方法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() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getScreenLocationX() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the screen x-coordinate for the upper left coordinate of the component layout-able bounds.
getScreenLocationX() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getScreenLocationY() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the screen y-coordinate for the upper left coordinate of the component layout-able bounds.
getScreenLocationY() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getScreenWidth() - 接口 中的方法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() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getSerializedObject(Object) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
Returns the serialized object that are associated with caller.
getShrink() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the shrink priority.
getShrinkPriority() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the shrink priority.
getSize() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns the min/preferred/max size for the entity in the dimension that this object describes.
getSize(ComponentWrapper) - 类 中的方法net.miginfocom.layout.LayoutCallback
Returns a size similar to the "width" and "height" in the component constraint.
getSizeGroup() - 类 中的方法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) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
 
getSkip() - 类 中的方法net.miginfocom.layout.CC
Returns how many cells in the grid that should be skipped before the component that this constraint belongs to.
getSpanX() - 类 中的方法net.miginfocom.layout.CC
Returns the number of cells the cell that this constraint's component will span in the indicated dimension.
getSpanY() - 类 中的方法net.miginfocom.layout.CC
Returns the number of cells the cell that this constraint's component will span in the indicated dimension.
getSplit() - 类 中的方法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() - 类 中的方法net.miginfocom.layout.UnitValue
 
getTag() - 类 中的方法net.miginfocom.layout.CC
Tags the component with metadata.
getUnit() - 类 中的方法net.miginfocom.layout.UnitValue
 
getUnitString() - 类 中的方法net.miginfocom.layout.UnitValue
 
getUnitValueX(String) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the unit value associated with the unit.
getUnitValueY(String) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Returns the unit value associated with the unit.
getValue(Object, String, int) - 类 中的静态方法net.miginfocom.layout.LinkHandler
 
getValue() - 类 中的方法net.miginfocom.layout.UnitValue
 
getVersion() - 类 中的静态方法net.miginfocom.layout.LayoutUtil
Returns the current version of MiG Layout.
getVertical() - 类 中的方法net.miginfocom.layout.CC
Returns the vertical dimension constraint for this component constraint.
getVerticalScaleFactor() - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
The forced scale factor that all screen relative units (e.g. millimeters, inches and logical pixels) will be multiplied with.
getVerticalScreenDPI() - 接口 中的方法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() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getVisualPadding() - 类 中的方法net.miginfocom.layout.CC
Returns the visual padding used when laying out this Component.
getVisualPadding() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the padding on a component by component basis.
getVisualPadding() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getWidth() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the current width for this component.
getWidth() - 类 中的方法net.miginfocom.layout.Grid
 
getWidth(int) - 类 中的方法net.miginfocom.layout.Grid
 
getWidth() - 类 中的方法net.miginfocom.layout.LC
Returns the minimum/preferred/maximum size for the container that this layout constraint is set for.
getWidth() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getWrapAfter() - 类 中的方法net.miginfocom.layout.LC
Returns after what cell the grid should always auto wrap.
getWrapGapSize() - 类 中的方法net.miginfocom.layout.CC
Returns the wrap size if it is a custom size.
getX() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the current x coordinate for this component.
getX() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
getY() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns the current y coordinate for this component.
getY() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
GNOME - 类 中的静态变量net.miginfocom.layout.PlatformDefaults
 
Grid - net.miginfocom.layout中的类
Holds components in a grid.
Grid(ContainerWrapper, LC, AC, AC, Map<? extends ComponentWrapper, CC>, ArrayList<LayoutCallback>) - 类 的构造器net.miginfocom.layout.Grid
Constructor.
gridGap(String, String) - 类 中的方法net.miginfocom.layout.LC
Sets both grid gaps at the same time. see LC.gridGapX(String) and LC.gridGapY(String).
gridGapX(String) - 类 中的方法net.miginfocom.layout.LC
Same functionality as setGridGapX(ConstraintParser.parseBoundSize(boundsSize, true, true)) only this method returns this for chaining multiple calls.
gridGapY(String) - 类 中的方法net.miginfocom.layout.LC
Same functionality as setGridGapY(ConstraintParser.parseBoundSize(boundsSize, true, false)) only this method returns this for chaining multiple calls.
grow() - 类 中的方法net.miginfocom.layout.AC
Specifies the current row/column's grow weight within columns/rows with the grow priority 100f.
grow(float) - 类 中的方法net.miginfocom.layout.AC
Specifies the current row/column's grow weight within columns/rows with the same grow priority.
grow(float, int...) - 类 中的方法net.miginfocom.layout.AC
Specifies the indicated rows'/columns' grow weight within columns/rows with the same grow priority.
grow(float...) - 类 中的方法net.miginfocom.layout.CC
grow weight for the component horizontally and optionally vertically.
grow() - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.growX() and CC.growY().
growPrio(int) - 类 中的方法net.miginfocom.layout.AC
Specifies the current row/column's grow priority.
growPrio(int, int...) - 类 中的方法net.miginfocom.layout.AC
Specifies the indicated rows'/columns' grow priority.
growPrio(int...) - 类 中的方法net.miginfocom.layout.CC
Grow priority for the component horizontally and optionally vertically.
growPrioX(int) - 类 中的方法net.miginfocom.layout.CC
The grow priority compared to other components in the same cell.
growPrioY(int) - 类 中的方法net.miginfocom.layout.CC
The grow priority compared to other components in the same cell.
growX() - 类 中的方法net.miginfocom.layout.CC
Grow weight for the component horizontally.
growX(float) - 类 中的方法net.miginfocom.layout.CC
Grow weight for the component horizontally.
growY() - 类 中的方法net.miginfocom.layout.CC
Grow weight for the component vertically.
growY(float) - 类 中的方法net.miginfocom.layout.CC
Grow weight for the component vertically.
growY(Float) - 类 中的方法net.miginfocom.layout.CC
已过时。

H

HAS_BEANS - 类 中的静态变量net.miginfocom.layout.LayoutUtil
 
hasBaseline() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns if the component has a baseline and if it can be retrieved.
hasBaseline() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
hashCode() - 类 中的方法net.miginfocom.layout.UnitValue
 
hashCode() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
height(String) - 类 中的方法net.miginfocom.layout.CC
The size for the component as a min and/or preferred and/or maximum size.
height(String) - 类 中的方法net.miginfocom.layout.LC
The height for the container as a min and/or preferred and/or maximum height.
HEIGHT - 类 中的静态变量net.miginfocom.layout.LinkHandler
 
hideMode(int) - 类 中的方法net.miginfocom.layout.CC
How this component, if hidden (not visible), should be treated.
hideMode(int) - 类 中的方法net.miginfocom.layout.LC
Same functionality as LC.setHideMode(int mode) only this method returns this for chaining multiple calls.
HORIZONTAL - 类 中的静态变量net.miginfocom.layout.LayoutUtil
 

I

id(String) - 类 中的方法net.miginfocom.layout.CC
The id used to reference this component in some constraints.
InCellGapProvider - net.miginfocom.layout中的接口
An interface to implement if you want to decide the gaps between two types of components within the same cell.
INCH - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating inches.
index(int) - 类 中的方法net.miginfocom.layout.AC
Sets the current row/column to i.
INF - 类 中的静态变量net.miginfocom.layout.LayoutUtil
A substitute value for a really large value.
insets(String) - 类 中的方法net.miginfocom.layout.LC
Same functionality as setInsets(ConstraintParser.parseInsets(s, true)).
insets(String, String, String, String) - 类 中的方法net.miginfocom.layout.LC
Sets the different insets (expressed as a UnitValues, e.g. "10px" or "20mm") for the corresponding sides.
insetsAll(String) - 类 中的方法net.miginfocom.layout.LC
Sets the same inset (expressed as a UnitValue, e.g. "10px" or "20mm") all around.
invalidate() - 类 中的方法net.miginfocom.layout.PlatformDefaults
Tells all layout manager instances to revalidate and recalculated everything.
invalidateContainerSize() - 类 中的方法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.
invalidateLayout(Container) - 类 中的方法net.miginfocom.swing.MigLayout
 
isBoundsInGrid() - 类 中的方法net.miginfocom.layout.CC
Returns if the absolute pos value should be corrections to the component that is in a normal cell.
isDesignTime(ContainerWrapper) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
Returns if design time is turned on for a Container in ContainerWrapper.
isExternal() - 类 中的方法net.miginfocom.layout.CC
Returns if this component should have its bounds handled by an external source and not this layout manager.
isFill() - 类 中的方法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() - 类 中的方法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() - 类 中的方法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() - 类 中的方法net.miginfocom.layout.LC
The default flow direction.
isHorizontal() - 类 中的方法net.miginfocom.layout.UnitValue
 
isLeftToRight() - 接口 中的方法net.miginfocom.layout.ContainerWrapper
Returns if this container is using left-to-right component ordering.
isLeftToRight(LC, ContainerWrapper) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
Returns if left-to-right orientation is used.
isLeftToRight() - 类 中的方法net.miginfocom.swing.SwingContainerWrapper
 
isManagingComponent(Component) - 类 中的方法net.miginfocom.swing.MigLayout
Returns if this layout manager is currently managing this component.
isMaxSizeSetOn1_4() - 类 中的静态方法net.miginfocom.swing.SwingComponentWrapper
已过时。
Java 1.4 is not supported anymore
isNewline() - 类 中的方法net.miginfocom.layout.CC
Returns if the flow should wrap to the next line/column before the component that this constraint belongs to.
isNoCache() - 类 中的方法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() - 类 中的方法net.miginfocom.layout.DimConstraint
Returns if the row/column should default to flow and not to grid behaviour.
isNoGrid() - 类 中的方法net.miginfocom.layout.LC
If the whole layout should be non grid based.
isTopToBottom() - 类 中的方法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() - 类 中的方法net.miginfocom.layout.BoundSize
Returns if this bound size has no min, preferred and maximum size set (they are all null)
isVisible() - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Returns if the component's visibility is set to true.
isVisible() - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
isVisualPadding() - 类 中的方法net.miginfocom.layout.LC
If visual padding should be automatically used and compensated for by this layout instance.
isVisualPaddingEnabled() - 类 中的静态方法net.miginfocom.swing.SwingComponentWrapper
 
isWrap() - 类 中的方法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 - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating label alignment.
layout(int[], UnitValue, UnitValue, boolean, boolean) - 类 中的方法net.miginfocom.layout.Grid
已过时。
since 5.0 Last boolean is not needed and is gotten from the new ComponentWrapper.getContentBias() instead;
layout(int[], UnitValue, UnitValue, boolean) - 类 中的方法net.miginfocom.layout.Grid
Does the actual layout.
LayoutCallback - 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() - 类 的构造器net.miginfocom.layout.LayoutCallback
 
layoutContainer(Container) - 类 中的方法net.miginfocom.swing.MigLayout
 
LayoutUtil - net.miginfocom.layout中的类
A utility class that has only static helper methods.
LC - net.miginfocom.layout中的类
Contains the constraints for an instance of the LC layout manager.
LC() - 类 的构造器net.miginfocom.layout.LC
Empty constructor.
leftToRight(boolean) - 类 中的方法net.miginfocom.layout.LC
Same functionality as LC.setLeftToRight(Boolean) only this method returns this for chaining multiple calls.
LINK_H - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating linking to height.
LINK_W - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating linking to width.
LINK_X - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating linking to x.
LINK_X2 - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating linking to x2.
LINK_XPOS - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating linking to x position on screen.
LINK_Y - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating linking to y.
LINK_Y2 - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating linking to y2.
LINK_YPOS - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating linking to y position on screen.
LinkHandler - net.miginfocom.layout中的类
LinkHandler
LOOKUP - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating a lookup.
LPX - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating logical horizontal pixels.
LPY - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating logical vertical pixels.

M

MAC_OSX - 类 中的静态变量net.miginfocom.layout.PlatformDefaults
 
MAX - 类 中的静态变量net.miginfocom.layout.LayoutUtil
 
MAX - 类 中的静态变量net.miginfocom.layout.UnitValue
An operation indicating the maximum of two sub units
MAX_SIZE - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating maximum size.
maxHeight(String) - 类 中的方法net.miginfocom.layout.CC
The maximum size for the component.
maxHeight(String) - 类 中的方法net.miginfocom.layout.LC
The maximum height for the container.
maximumLayoutSize(Container) - 类 中的方法net.miginfocom.swing.MigLayout
 
maxWidth(String) - 类 中的方法net.miginfocom.layout.CC
The maximum size for the component.
maxWidth(String) - 类 中的方法net.miginfocom.layout.LC
The maximum width for the container.
MID - 类 中的静态变量net.miginfocom.layout.UnitValue
An operation indicating the middle value of two sub units
MigLayout - net.miginfocom.swing中的类
A very flexible layout manager.
MigLayout() - 类 的构造器net.miginfocom.swing.MigLayout
Constructor with no constraints.
MigLayout(String) - 类 的构造器net.miginfocom.swing.MigLayout
Constructor.
MigLayout(String, String) - 类 的构造器net.miginfocom.swing.MigLayout
Constructor.
MigLayout(String, String, String) - 类 的构造器net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC) - 类 的构造器net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC, AC) - 类 的构造器net.miginfocom.swing.MigLayout
Constructor.
MigLayout(LC, AC, AC) - 类 的构造器net.miginfocom.swing.MigLayout
Constructor.
MIN - 类 中的静态变量net.miginfocom.layout.LayoutUtil
 
MIN - 类 中的静态变量net.miginfocom.layout.UnitValue
An operation indicating the minimum of two sub units
MIN_SIZE - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating minimum size.
minHeight(String) - 类 中的方法net.miginfocom.layout.CC
The minimum size for the component.
minHeight(String) - 类 中的方法net.miginfocom.layout.LC
The minimum height for the container.
minimumLayoutSize(Container) - 类 中的方法net.miginfocom.swing.MigLayout
 
minWidth(String) - 类 中的方法net.miginfocom.layout.CC
The minimum size for the component.
minWidth(String) - 类 中的方法net.miginfocom.layout.LC
The minimum width for the container.
MM - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating millimeters.
MUL - 类 中的静态变量net.miginfocom.layout.UnitValue
An operation indicating a multiplication of two sub units.

N

net.miginfocom.layout - 程序包 net.miginfocom.layout
 
net.miginfocom.swing - 程序包 net.miginfocom.swing
 
newline() - 类 中的方法net.miginfocom.layout.CC
Same functionality as calling CC.setNewline(boolean) with true only this method returns this for chaining multiple calls.
newline(String) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setNewlineGapSize(BoundSize) only this method returns this for chaining multiple calls.
noCache() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setNoCache(boolean) with true only this method returns this for chaining multiple calls.
noGrid() - 类 中的方法net.miginfocom.layout.AC
Specifies that the current row/column should not be grid-like.
noGrid(int...) - 类 中的方法net.miginfocom.layout.AC
Specifies that the indicated rows/columns should not be grid-like.
noGrid() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setNoGrid(boolean) with true only this method returns this for chaining multiple calls.
noVisualPadding() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setVisualPadding(boolean) with false only this method returns this for chaining multiple calls.
NULL_SIZE - 类 中的静态变量net.miginfocom.layout.BoundSize
 

P

pack() - 类 中的方法net.miginfocom.layout.LC
Short for, and thus same as, .pack("pref", "pref").
pack(String, String) - 类 中的方法net.miginfocom.layout.LC
Sets the pack width and height.
packAlign(float, float) - 类 中的方法net.miginfocom.layout.LC
Sets the pack width and height alignment.
pad(int, int, int, int) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setPadding(UnitValue[]) but the unit values as absolute pixels.
pad(String) - 类 中的方法net.miginfocom.layout.CC
Same functionality as setPadding(ConstraintParser.parseInsets(pad, false))} only this method returns this for chaining multiple calls.
paintDebug() - 类 中的方法net.miginfocom.layout.Grid
 
paintDebugCell(int, int, int, int) - 接口 中的方法net.miginfocom.layout.ContainerWrapper
Paints a cell to indicate where it is.
paintDebugCell(int, int, int, int) - 类 中的方法net.miginfocom.swing.SwingContainerWrapper
 
paintDebugOutline(boolean) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Paints component outline to indicate where it is.
paintDebugOutline(boolean) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
parseBoundSize(String, boolean, boolean) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses a single "min:pref:max" value.
parseColumnConstraints(String) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses the column or rows constraints.
parseComponentConstraint(String) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses one component constraint and returns the parsed value.
parseComponentConstraints(Map<ComponentWrapper, String>) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses all component constraints and stores the parsed values in the transient (cache) member variables.
parseInsets(String, boolean) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses insets which consists of 1-4 UnitValues.
parseLayoutConstraint(String) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses the layout constraints and stores the parsed values in the transient (cache) member variables.
parseRowConstraints(String) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses the column or rows constraints.
parseUnitValue(String, boolean) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses a single unit value.
parseUnitValueOrAlign(String, boolean, UnitValue) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Parses a single unit value that may also be an alignment as parsed by ConstraintParser.parseAlignKeywords(String, boolean).
PERCENT - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating percent.
PIXEL - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating pixels.
PlatformDefaults - net.miginfocom.layout中的类
Currently handles Windows, Mac OS X, and GNOME spacing.
pos(String, String) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.x(String x) and CC.y(String y) together.
pos(String, String, String, String) - 类 中的方法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 - 类 中的静态变量net.miginfocom.layout.LayoutUtil
 
PREF_SIZE - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating preferred size.
preferredLayoutSize(Container) - 类 中的方法net.miginfocom.swing.MigLayout
 
prepare(String) - 类 中的静态方法net.miginfocom.layout.ConstraintParser
Makes null "", trims and converts to lower case.
PT - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating points.
push() - 类 中的方法net.miginfocom.layout.CC
Same functionality as pushX().pushY() which means this cell will push in both x and y dimensions.
push(Float, Float) - 类 中的方法net.miginfocom.layout.CC
Same functionality as pushX(weightX).pushY(weightY) which means this cell will push in both x and y dimensions.
pushX() - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setPushX(Float) which means this cell will push the rest of the row.
pushX(Float) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setPushX(Float weight) only this method returns this for chaining multiple calls.
pushY() - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setPushY(Float) which means this cell will push the rest of the column.
pushY(Float) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setPushY(Float weight) only this method returns this for chaining multiple calls.

R

readAsXML(ObjectInput) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
Reads an object from in using the
readExternal(ObjectInput) - 类 中的方法net.miginfocom.layout.AC
 
readExternal(ObjectInput) - 类 中的方法net.miginfocom.layout.CC
 
readExternal(ObjectInput) - 类 中的方法net.miginfocom.layout.DimConstraint
 
readExternal(ObjectInput) - 类 中的方法net.miginfocom.layout.LC
 
readExternal(ObjectInput) - 类 中的方法net.miginfocom.swing.MigLayout
 
readResolve() - 类 中的方法net.miginfocom.layout.BoundSize
 
removeGlobalUnitConverter(UnitConverter) - 类 中的静态方法net.miginfocom.layout.UnitValue
Removed the converter.
removeLayoutCallback(LayoutCallback) - 类 中的方法net.miginfocom.swing.MigLayout
Removes the callback if it exists.
removeLayoutComponent(Component) - 类 中的方法net.miginfocom.swing.MigLayout
 
rightToLeft() - 类 中的方法net.miginfocom.layout.LC
Same functionality as setLeftToRight(false) only this method returns this for chaining multiple calls.

S

setAlign(UnitValue) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the alignment used wither as a default value for sub-entities or for this entity.
setAlignX(UnitValue) - 类 中的方法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) - 类 中的方法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) - 接口 中的方法net.miginfocom.layout.ComponentWrapper
Sets the component's bounds.
setBounds(Object, String, int, int, int, int) - 类 中的静态方法net.miginfocom.layout.LinkHandler
Sets a key that can be linked to from any component.
setBounds(int, int, int, int) - 类 中的方法net.miginfocom.swing.SwingComponentWrapper
 
setButtonOrder(String) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the order for the typical buttons in a standard button bar.
setCellX(int) - 类 中的方法net.miginfocom.layout.CC
Set an absolute cell x-position in the grid.
setCellY(int) - 类 中的方法net.miginfocom.layout.CC
Set an absolute cell x-position in the grid.
setColumnConstraints(Object) - 类 中的方法net.miginfocom.swing.MigLayout
Sets the column layout constraints for the layout manager instance as a String.
setComponentConstraints(Component, Object) - 类 中的方法net.miginfocom.swing.MigLayout
Sets the component constraint for the component that already must be handled by this layout manager.
setConstaints(DimConstraint[]) - 类 中的方法net.miginfocom.layout.AC
Sets the different DimConstraints that this object should consists of.
setConstraintMap(Map<Component, Object>) - 类 中的方法net.miginfocom.swing.MigLayout
Sets the constraints map.
setDebugMillis(int) - 类 中的方法net.miginfocom.layout.LC
If > 0 the debug decorations will be repainted every millis.
setDefaultDPI(Integer) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the default platform DPI.
setDefaultHorizontalUnit(int) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the default unit.
setDefaultRowAlignmentBaseline(boolean) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
The default alignment for rows.
setDefaultUnit(int) - 类 中的静态方法net.miginfocom.layout.UnitValue
setDefaultVerticalUnit(int) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the default unit.
setDefaultVisualPadding(String, int[]) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the visual bounds for a component type.
setDesignTime(ContainerWrapper, boolean) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
Sets if design time is turned on for a Container in ContainerWrapper.
setDesignTimeEmptySize(int) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
The size of an empty row or columns in a grid during design time.
setDialogInsets(UnitValue, UnitValue, UnitValue, UnitValue) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the default insets for a dialog.
setDockSide(int) - 类 中的方法net.miginfocom.layout.CC
Sets the docking side. -1 means no docking.
setEndGroup(String) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the end group that this entity should be in for the dimension that this object is describing.
setExternal(boolean) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.CC
Sets if the flow in the cell is in the horizontal dimension.
setFlowX(boolean) - 类 中的方法net.miginfocom.layout.LC
The default flow direction.
setGapAfter(BoundSize) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the gap after this entity.
setGapBefore(BoundSize) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the gap before this entity.
setGapProvider(InCellGapProvider) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the current gap provider or null if none is set and "related" should always be used.
setGlobalDebugMillis(int) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
If global debug should be on or off.
setGridCellGap(UnitValue, UnitValue) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets gap between two cells in the grid.
setGridGapX(BoundSize) - 类 中的方法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) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the grow weight.
setGrowPriority(int) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the grow priority.
setHeight(BoundSize) - 类 中的方法net.miginfocom.layout.LC
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.
setHideMode(int) - 类 中的方法net.miginfocom.layout.CC
Sets how a component that is hidden (not visible) should be treated by default.
setHideMode(int) - 类 中的方法net.miginfocom.layout.LC
How a component that is hidden (not visible) should be treated.
setHorizontal(DimConstraint) - 类 中的方法net.miginfocom.layout.CC
Sets the horizontal dimension constraint for this component constraint.
setHorizontalScaleFactor(Float) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
The forced scale factor that all screen relative units (e.g. millimeters, inches and logical pixels) will be multiplied with.
setId(String) - 类 中的方法net.miginfocom.layout.CC
Sets the id used to reference this component in some constraints.
setIndentGap(UnitValue, UnitValue) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets gap value for components that are "intended".
setInsets(UnitValue[]) - 类 中的方法net.miginfocom.layout.LC
The insets for the layed out panel.
setLayoutConstraints(Object) - 类 中的方法net.miginfocom.swing.MigLayout
Sets the layout constraints for the layout manager instance as a String.
setLeftToRight(Boolean) - 类 中的方法net.miginfocom.layout.LC
If the layout should be forced to be left-to-right or right-to-left.
setLogicalPixelBase(int) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
What base value should be used to calculate logical pixel sizes.
setMaxSizeSetOn1_4(boolean) - 类 中的静态方法net.miginfocom.swing.SwingComponentWrapper
已过时。
Java 1.4 is not supported anymore
setMinimumButtonPadding(UnitValue) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
 
setMinimumButtonWidth(UnitValue) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the recommended minimum button width.
setNewline(boolean) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.CC
Set the newline size and turns newline on if !
setNoCache(boolean) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets if the row/column should default to flow and not to grid behaviour.
setNoGrid(boolean) - 类 中的方法net.miginfocom.layout.LC
If the whole layout should be non grid based.
setPackHeight(BoundSize) - 类 中的方法net.miginfocom.layout.LC
Sets the "pack height" for the window that this container is located in.
setPackHeightAlign(float) - 类 中的方法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. 0f means that the window will resize so that the upper part moves up and the lower side stays in the same place. 0.5f will expand/reduce the window equally upwards and downwards. 1f will do the opposite of 0f of course.
setPackWidth(BoundSize) - 类 中的方法net.miginfocom.layout.LC
Sets the "pack width" for the window that this container is located in.
setPackWidthAlign(float) - 类 中的方法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. 0f means that the window will resize so that the left part moves left and the right side stays in the same place. 0.5f will expand/reduce the window equally to the right and lefts. 1f will do the opposite of 0f of course.
setPadding(UnitValue[]) - 类 中的方法net.miginfocom.layout.CC
Sets the absolute resizing in the last stage of the layout cycle.
setPanelInsets(UnitValue, UnitValue, UnitValue, UnitValue) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the default insets for a dialog.
setParagraphGap(UnitValue, UnitValue) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets paragraph gap value for components.
setPlatform(int) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Set the defaults to the default for the platform
setPos(UnitValue[]) - 类 中的方法net.miginfocom.layout.CC
Sets absolute positioning of one or more of the edges.
setPushX(Float) - 类 中的方法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) - 类 中的方法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) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets gap value for components that are "related".
setRowConstraints(Object) - 类 中的方法net.miginfocom.swing.MigLayout
Sets the row layout constraints for the layout manager instance as a String.
setSerializedObject(Object, Object) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
Sets the serialized object and associates it with caller.
setShrink(Float) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the shrink priority.
setShrinkPriority(int) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the shrink priority.
setSize(BoundSize) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the min/preferred/max size for the entity in the dimension that this object describes.
setSizeGroup(String) - 类 中的方法net.miginfocom.layout.DimConstraint
Sets the size group that this entity should be in for the dimension that this object is describing.
setSkip(int) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.CC
Sets the number of cells the cell that this constraint's component will span in the indicated dimension.
setSpanY(int) - 类 中的方法net.miginfocom.layout.CC
Sets the number of cells the cell that this constraint's component will span in the indicated dimension.
setSplit(int) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.CC
Optional tag that gives more context to this constraint's component.
setTopToBottom(boolean) - 类 中的方法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) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets the unit value associated with a unit string.
setUnrelatedGap(UnitValue, UnitValue) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
Sets gap value for components that are "unrelated".
setVertical(DimConstraint) - 类 中的方法net.miginfocom.layout.CC
Sets the vertical dimension constraint for this component constraint.
setVerticalScaleFactor(Float) - 类 中的静态方法net.miginfocom.layout.PlatformDefaults
The forced scale factor that all screen relative units (e.g. millimeters, inches and logical pixels) will be multiplied with.
setVisualPadding(UnitValue[]) - 类 中的方法net.miginfocom.layout.CC
Sets the visual padding used when laying out this Component.
setVisualPadding(boolean) - 类 中的方法net.miginfocom.layout.LC
If visual padding should be automatically used and compensated for by this layout instance.
setVisualPaddingEnabled(boolean) - 类 中的静态方法net.miginfocom.swing.SwingComponentWrapper
 
setWidth(BoundSize) - 类 中的方法net.miginfocom.layout.LC
Sets the minimum/preferred/maximum size for the container that this layout constraint is set for.
setWrap(boolean) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.LC
Sets after what cell the grid should always auto wrap.
setWrapGapSize(BoundSize) - 类 中的方法net.miginfocom.layout.CC
Set the wrap size and turns wrap on if !
shrink() - 类 中的方法net.miginfocom.layout.AC
Specifies that the current row/column's shrink weight within the columns/rows with the shrink priority 100f.
shrink(float) - 类 中的方法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...) - 类 中的方法net.miginfocom.layout.AC
Specifies the indicated rows'/columns' shrink weight within the columns/rows with the same shrink priority.
shrink(float...) - 类 中的方法net.miginfocom.layout.CC
Shrink weight for the component horizontally and optionally vertically.
shrinkPrio(int) - 类 中的方法net.miginfocom.layout.AC
Specifies the current row/column's shrink priority.
shrinkPrio(int, int...) - 类 中的方法net.miginfocom.layout.AC
Specifies the indicated rows'/columns' shrink priority.
shrinkPrio(int...) - 类 中的方法net.miginfocom.layout.CC
Shrink priority for the component horizontally and optionally vertically.
shrinkPrioX(int) - 类 中的方法net.miginfocom.layout.CC
The shrink priority compared to other components in the same cell.
shrinkPrioY(int) - 类 中的方法net.miginfocom.layout.CC
The shrink priority compared to other components in the same cell.
shrinkWeight(float) - 类 中的方法net.miginfocom.layout.AC
已过时。
in 3.7.2. Use AC.shrink(float) instead.
shrinkWeight(float, int...) - 类 中的方法net.miginfocom.layout.AC
已过时。
in 3.7.2. Use AC.shrink(float, int...) instead.
shrinkX(float) - 类 中的方法net.miginfocom.layout.CC
Shrink weight for the component horizontally.
shrinkY(float) - 类 中的方法net.miginfocom.layout.CC
Shrink weight for the component horizontally.
size(String) - 类 中的方法net.miginfocom.layout.AC
Specifies the current row/column's min and/or preferred and/or max size.
size(String, int...) - 类 中的方法net.miginfocom.layout.AC
Specifies the indicated rows'/columns' min and/or preferred and/or max size.
sizeGroup() - 类 中的方法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) - 类 中的方法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...) - 类 中的方法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...) - 类 中的方法net.miginfocom.layout.CC
The size group(s) that this component should be placed in.
sizeGroupX(String) - 类 中的方法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) - 类 中的方法net.miginfocom.layout.CC
The size group that this component should be placed in.
skip(int) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setSkip(int) only this method returns this for chaining multiple calls.
skip() - 类 中的方法net.miginfocom.layout.CC
Same functionality as skip(1).
span(int...) - 类 中的方法net.miginfocom.layout.CC
Same functionality as spanX(cellsX).spanY(cellsY) which means this cell will span cells in both x and y.
spanX() - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setSpanX(int) which means this cell will span the rest of the row.
spanX(int) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setSpanX(int) only this method returns this for chaining multiple calls.
spanY() - 类 中的方法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) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setSpanY(int) only this method returns this for chaining multiple calls.
split(int) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setSplit(int parts) only this method returns this for chaining multiple calls.
split() - 类 中的方法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. wrap, newline and skip).
SPX - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating screen percentage width.
SPY - 类 中的静态变量net.miginfocom.layout.UnitValue
A unit indicating screen percentage height.
STATIC - 类 中的静态变量net.miginfocom.layout.UnitValue
An operation indicating a static value.
SUB - 类 中的静态变量net.miginfocom.layout.UnitValue
An operation indicating a subtraction of two sub units
SwingComponentWrapper - net.miginfocom.swing中的类
 
SwingComponentWrapper(Component) - 类 的构造器net.miginfocom.swing.SwingComponentWrapper
 
SwingContainerWrapper - net.miginfocom.swing中的类
 
SwingContainerWrapper(Container) - 类 的构造器net.miginfocom.swing.SwingContainerWrapper
 

T

tag(String) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setTag(String tag) only this method returns this for chaining multiple calls.
TEST_GAPS - 类 中的静态变量net.miginfocom.layout.Grid
 
topToBottom() - 类 中的方法net.miginfocom.layout.LC
Same functionality as calling LC.setTopToBottom(boolean) with true only this method returns this for chaining multiple calls.
toString() - 类 中的方法net.miginfocom.layout.BoundSize
 
toString() - 类 中的方法net.miginfocom.layout.UnitValue
 
TYPE_BUTTON - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_CHECK_BOX - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_COMBO_BOX - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_CONTAINER - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_IMAGE - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_LABEL - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_LIST - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_PANEL - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_PROGRESS_BAR - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_SCROLL_BAR - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_SCROLL_PANE - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_SEPARATOR - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_SLIDER - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_SPINNER - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_TABBED_PANE - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_TABLE - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_TEXT_AREA - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_TEXT_FIELD - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_TREE - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_UNKNOWN - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 
TYPE_UNSET - 接口 中的静态变量net.miginfocom.layout.ComponentWrapper
 

U

UNABLE - 类 中的静态变量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 - net.miginfocom.layout中的类
 
UnitConverter() - 类 的构造器net.miginfocom.layout.UnitConverter
 
UnitValue - net.miginfocom.layout中的类
 
UnitValue(float) - 类 的构造器net.miginfocom.layout.UnitValue
 
UnitValue(float, int, String) - 类 的构造器net.miginfocom.layout.UnitValue
 
UnitValue(float, String, boolean, int, String) - 类 的构造器net.miginfocom.layout.UnitValue
 

V

VERTICAL - 类 中的静态变量net.miginfocom.layout.LayoutUtil
 
VISUAL_PADDING_PROPERTY - 类 中的静态变量net.miginfocom.layout.PlatformDefaults
Property to use in LAF settings and as JComponent client property to specify the visual padding.

W

width(String) - 类 中的方法net.miginfocom.layout.CC
The size for the component as a min and/or preferred and/or maximum size.
width(String) - 类 中的方法net.miginfocom.layout.LC
The width for the container as a min and/or preferred and/or maximum width.
WIDTH - 类 中的静态变量net.miginfocom.layout.LinkHandler
 
WINDOWS_XP - 类 中的静态变量net.miginfocom.layout.PlatformDefaults
 
wrap() - 类 中的方法net.miginfocom.layout.CC
Same functionality as calling CC.setWrap(boolean) with true only this method returns this for chaining multiple calls.
wrap(String) - 类 中的方法net.miginfocom.layout.CC
Same functionality as CC.setWrapGapSize(BoundSize) only this method returns this for chaining multiple calls.
wrap() - 类 中的方法net.miginfocom.layout.LC
Sets a wrap after the number of columns/rows that is defined in the AC.
wrapAfter(int) - 类 中的方法net.miginfocom.layout.LC
Same functionality as LC.setWrapAfter(int) only this method returns this for chaining multiple calls.
writeAsXML(ObjectOutput, Object) - 类 中的静态方法net.miginfocom.layout.LayoutUtil
Writes an object to XML.
writeExternal(ObjectOutput) - 类 中的方法net.miginfocom.layout.AC
 
writeExternal(ObjectOutput) - 类 中的方法net.miginfocom.layout.CC
 
writeExternal(ObjectOutput) - 类 中的方法net.miginfocom.layout.DimConstraint
 
writeExternal(ObjectOutput) - 类 中的方法net.miginfocom.layout.LC
 
writeExternal(ObjectOutput) - 类 中的方法net.miginfocom.swing.MigLayout
 

X

x(String) - 类 中的方法net.miginfocom.layout.CC
Sets the x-coordinate for the component.
X - 类 中的静态变量net.miginfocom.layout.LinkHandler
 
x2(String) - 类 中的方法net.miginfocom.layout.CC
Sets the x2-coordinate for the component (right side).
X2 - 类 中的静态变量net.miginfocom.layout.LinkHandler
 

Y

y(String) - 类 中的方法net.miginfocom.layout.CC
Sets the y-coordinate for the component.
Y - 类 中的静态变量net.miginfocom.layout.LinkHandler
 
y2(String) - 类 中的方法net.miginfocom.layout.CC
Sets the y2-coordinate for the component (bottom side).
Y2 - 类 中的静态变量net.miginfocom.layout.LinkHandler
 

Z

ZERO_PIXEL - 类 中的静态变量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 

Copyright © 2021. All rights reserved.