SortDirection.java

00001 package edu.stanford.hci.r3.util.files;
00002 
00015 public enum SortDirection {
00016 
00017         // for alphabetical sorts
00018         A_TO_Z, Z_TO_A, 
00019 
00020         // for time-based sorts
00021         NEW_TO_OLD, OLD_TO_NEW,
00022         
00023         // for size-based sorts
00024         SMALL_TO_LARGE, LARGE_TO_SMALL
00025 }

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