Uses of Class
i2p.susi.util.Folder.SortOrder

Packages that use Folder.SortOrder
i2p.susi.util   
 

Uses of Folder.SortOrder in i2p.susi.util
 

Methods in i2p.susi.util that return Folder.SortOrder
 Folder.SortOrder Folder.getCurrentSortingDirection()
           
static Folder.SortOrder Folder.SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Folder.SortOrder[] Folder.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in i2p.susi.util with parameters of type Folder.SortOrder
 void Folder.setSortingDirection(Folder.SortOrder direction)
          Sets the sorting direction of the folder.