|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableLayout.Header | |
---|---|
com.gargoylesoftware.base.gui | Classes that are UI related. |
Uses of TableLayout.Header in com.gargoylesoftware.base.gui |
---|
Fields in com.gargoylesoftware.base.gui declared as TableLayout.Header | |
---|---|
private TableLayout.Header[] |
TableLayout.tempColumnHeaders_
|
private TableLayout.Header[] |
TableLayout.tempRowHeaders_
|
Methods in com.gargoylesoftware.base.gui that return TableLayout.Header | |
---|---|
private TableLayout.Header[] |
TableLayout.getExpandableHeaders(int first,
int last,
TableLayout.Header[] headers)
Return an array containing all the headers that are expandable. |
Methods in com.gargoylesoftware.base.gui with parameters of type TableLayout.Header | |
---|---|
private void |
TableLayout.adjustHeaderSizes(TableLayout.Header[] sizes)
Fix up all the headers such that minimum <= preferred <= maximum |
private void |
TableLayout.adjustSizesForSpanning(int start,
int span,
TableLayout.Header[] sizes,
int minSize,
int preferredSize,
int maxSize)
Adjust the various sizes to account for components than span multiple columns/rows. |
private int |
TableLayout.calculateActualSizes(TableLayout.Header[] sizes,
int preferredLength,
int clipLength)
Calculate the actual sizes for the specified row or column headers. |
private void |
TableLayout.expandToFit(TableLayout.Header[] sizes,
int clipLength)
Expand the specified sizes to fit within the specified clipLength. |
private TableLayout.Header[] |
TableLayout.getExpandableHeaders(int first,
int last,
TableLayout.Header[] headers)
Return an array containing all the headers that are expandable. |
private void |
TableLayout.shrinkToFit(TableLayout.Header[] sizes,
int clipLength)
Shrink the specified sizes to fit within the specified clipLength. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |