Uses of Class
magoffin.matt.ma2.util.AlbumSorter.SortMode

Packages that use AlbumSorter.SortMode
magoffin.matt.ma2.util   
 

Uses of AlbumSorter.SortMode in magoffin.matt.ma2.util
 

Methods in magoffin.matt.ma2.util that return AlbumSorter.SortMode
static AlbumSorter.SortMode AlbumSorter.SortMode.fromModeFlag(int modeFlag)
          Get a SortMode from a mode flag.
static AlbumSorter.SortMode AlbumSorter.SortMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AlbumSorter.SortMode[] AlbumSorter.SortMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in magoffin.matt.ma2.util with parameters of type AlbumSorter.SortMode
AlbumSorter(AlbumSorter.SortMode mode, boolean reverse)
          Construct from a SortMode and reverse flag.