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 voidTableLayout.adjustHeaderSizes(TableLayout.Header[] sizes) Fix up all the headers such that minimum invalid input: '<'= preferred invalid input: '<'= maximumprivate voidTableLayout.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 intTableLayout.calculateActualSizes(TableLayout.Header[] sizes, int preferredLength, int clipLength) Calculate the actual sizes for the specified row or column headers.private voidTableLayout.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 voidTableLayout.shrinkToFit(TableLayout.Header[] sizes, int clipLength) Shrink the specified sizes to fit within the specified clipLength.