Searched defs:SortKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DSortKey.java38 public class SortKey { class
63 public SortKey(String attrID) { method in class:SortKey
82 public SortKey(String attrID, boolean ascendingOrder, method in class:SortKey
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowSorter.java166 public abstract void setSortKeys(List<? extends SortKey> keys);
177 public abstract List<? extends SortKey> getSortKeys();
347 * SortKey describes the sort order for a particular column. The
353 public static class SortKey { class in class:RowSorter
358 * Creates a <code>SortKey</code> for the specified column with
366 public SortKey(int column, SortOrder sortOrder) { method in class:RowSorter.SortKey
394 * Returns the hash code for this <code>SortKey</code>.
407 * If the specified object is a <code>SortKey</code> and
412 * @return true if <code>o</code> is equal to this <code>SortKey</code>
418 if (o instanceof SortKey) {
[all...]

Completed in 54 milliseconds