|
org.openide.loaders 5.9.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openide.loaders.DataFolder.SortMode
public abstract static class DataFolder.SortMode
Type-safe enumeration of sort modes for data folders.
| Field Summary | |
|---|---|
static DataFolder.SortMode |
CLASS
Objects are sorted by their types and then by names. |
static DataFolder.SortMode |
FOLDER_NAMES
Folders go first (sorted by name) followed by non-folder objects sorted by name. |
static DataFolder.SortMode |
LAST_MODIFIED
Folders go first (sorted by name) followed by files sorted by decreasing last modification time. |
static DataFolder.SortMode |
NAMES
Objects are sorted by their names. |
static DataFolder.SortMode |
NONE
Objects are unsorted. |
static DataFolder.SortMode |
SIZE
Folders go first (sorted by name) followed by files sorted by decreasing size. |
| Constructor Summary | |
|---|---|
DataFolder.SortMode()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
compare, equals |
| Field Detail |
|---|
public static final DataFolder.SortMode NONE
public static final DataFolder.SortMode NAMES
public static final DataFolder.SortMode CLASS
public static final DataFolder.SortMode FOLDER_NAMES
public static final DataFolder.SortMode LAST_MODIFIED
public static final DataFolder.SortMode SIZE
| Constructor Detail |
|---|
public DataFolder.SortMode()
|
org.openide.loaders 5.9.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||