Package edu.stanford.hci.r3.util.files


Classes

class  FileUtils

Packages

package  filters

Enumerations

enum  SortDirection {
  A_TO_Z, Z_TO_A, NEW_TO_OLD, OLD_TO_NEW,
  SMALL_TO_LARGE, LARGE_TO_SMALL
}
enum  Visibility { BOTH, INVISIBLE, VISIBLE }


Enumeration Type Documentation

enum SortDirection

For sorting List<File>...

This software is distributed under the BSD License.

Author:
Ron B Yeh (ronyeh(AT)cs.stanford.edu)

Definition at line 15 of file SortDirection.java.

enum Visibility

This software is distributed under the BSD License.

Author:
Ron B Yeh (ronyeh(AT)cs.stanford.edu)
Represents whether a File is Hidden/Visible. Used in FileUtils and our custom FileFilters. If BOTH is chosen, then we will accept both hidden & visible types of files/dirs.

Definition at line 14 of file Visibility.java.


Generated on Sat Apr 14 18:21:46 2007 for R3 Paper Toolkit by  doxygen 1.4.7