Uses of Class
com.gargoylesoftware.base.gui.TableLayout.Header
Packages that use TableLayout.Header
-
Uses of TableLayout.Header in com.gargoylesoftware.base.gui
Fields in com.gargoylesoftware.base.gui declared as TableLayout.HeaderModifier and TypeFieldDescriptionprivate TableLayout.Header[]
TableLayout.tempColumnHeaders_
private TableLayout.Header[]
TableLayout.tempRowHeaders_
Methods in com.gargoylesoftware.base.gui that return TableLayout.HeaderModifier and TypeMethodDescriptionprivate 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.HeaderModifier and TypeMethodDescriptionprivate void
TableLayout.adjustHeaderSizes
(TableLayout.Header[] sizes) Fix up all the headers such that minimum invalid input: '<'= preferred invalid input: '<'= maximumprivate 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.