程序包 | 说明 |
---|---|
com.fr.design.layout |
这个包定义了一些布局
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.LinkedList<TableLayout.Entry> |
TableLayout.list
List of components and their sizes
|
限定符和类型 | 方法和说明 |
---|---|
TableLayout.Entry |
TableLayout.Entry.copy()
Copies this Entry.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<TableLayout.Entry> |
TableLayout.getInvalidEntry()
Determines whether or not there are any components with invalid constraints.
|
java.util.List<TableLayout.Entry> |
TableLayout.getOverlappingEntry()
Gets a list of overlapping components and their constraints.
|
限定符和类型 | 方法和说明 |
---|---|
protected int |
TableLayout.calculateLayoutSize(java.awt.Container container,
int z,
double typeOfSize,
TableLayout.Entry[] entryList,
java.awt.Dimension[] prefMinSize)
Calculates the preferred or minimum size for the method
calculateLayoutSize(Container container, double typeOfSize).
|
protected int[] |
TableLayout.calculateSizeAndOffset(TableLayout.Entry entry,
int preferredSize,
boolean isColumn)
Calculates the vertical/horizontal offset and size of a component.
|