|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortingFolderEntry | |
---|---|
ccs.utils | Multifarious utility classes. |
Uses of SortingFolderEntry in ccs.utils |
---|
Methods in ccs.utils that return SortingFolderEntry | |
---|---|
static SortingFolderEntry[] |
SortingFolderEntry.listFiles(java.io.File folderf,
java.io.FileFilter filter)
A helper method for the common special case where you need to generate a directory listing for a disk directory. |
Methods in ccs.utils with parameters of type SortingFolderEntry | |
---|---|
static int |
SortingFolderEntry.search(SortingFolderEntry[] contents,
SortingFolderEntry key)
Find the index of the specified entry in the supplied array. |
static int |
SortingFolderEntry.search(SortingFolderEntry[] contents,
SortingFolderEntry key)
Find the index of the specified entry in the supplied array. |
static void |
SortingFolderEntry.sort(SortingFolderEntry[] contents)
Sort this array of folder entries into their proper order. |
static void |
SortingFolderEntry.xmlMarshalFolder(java.io.PrintWriter pw,
SortingFolderEntry[] sfes,
java.io.File folderf,
java.lang.String filterPattern,
boolean foldersOnly)
A helper method to marshal the current folder as XML, in the common special case where the folder is a disk file. |
static void |
SortingFolderEntry.xmlMarshalFolder(java.io.PrintWriter pw,
SortingFolderEntry[] sfes,
java.lang.String folderPath,
char separator,
java.lang.String filterPattern,
boolean includeUp,
boolean foldersOnly)
A helper method to marshal the current folder as XML. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |