Searched refs:sortable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultRowSorter.java71 * every column is sortable. The default <code>Comparator</code>s are
78 * column, current sort order, and whether each column is sortable. To
83 * sortable by default.
88 * current sort order and whether a column is sortable.
134 * Whether or not the specified column is sortable, by column.
246 * Sets whether or not the specified column is sortable. The specified
254 * @param sortable whether or not the specified column is sortable
260 public void setSortable(int column, boolean sortable) { argument
268 isSortable[column] = sortable;
[all...]

Completed in 32 milliseconds