| Package | Description |
|---|---|
| com.gargoylesoftware.base.gui |
Classes that are UI related.
|
| Modifier and Type | Field and Description |
|---|---|
private TableLayout.Header[] |
TableLayout.tempColumnHeaders_ |
private TableLayout.Header[] |
TableLayout.tempRowHeaders_ |
| Modifier and Type | Method and Description |
|---|---|
private TableLayout.Header[] |
TableLayout.getExpandableHeaders(int first,
int last,
TableLayout.Header[] headers)
Return an array containing all the headers that are expandable.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|