org.openide.loaders
Class DataFolder.SortMode
java.lang.Object
|
+--org.openide.loaders.DataFolder.SortMode
- All Implemented Interfaces:
- Comparator
- Enclosing class:
- DataFolder
- public abstract static class DataFolder.SortMode
- extends Object
- implements Comparator
Type-safe enumeration of sort modes for data folders.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final DataFolder.SortMode NONE
- Objects are unsorted.
NAMES
public static final DataFolder.SortMode NAMES
- Objects are sorted by their names.
CLASS
public static final DataFolder.SortMode CLASS
- Objects are sorted by their types and then by names.
FOLDER_NAMES
public static final DataFolder.SortMode FOLDER_NAMES
- Folders go first (sorted by name) followed by non-folder
objects sorted by name.
DataFolder.SortMode
public DataFolder.SortMode()
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.