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

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

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

Methods in magoffin.matt.ma2.util that return MediaItemSorter.SortMode
static MediaItemSorter.SortMode MediaItemSorter.SortMode.fromModeFlag(int modeFlag)
          Get a SortMode from a mode flag.
static MediaItemSorter.SortMode MediaItemSorter.SortMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MediaItemSorter.SortMode[] MediaItemSorter.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 MediaItemSorter.SortMode
MediaItemSorter(MediaItemSorter.SortMode mode)
          Construct with a SortMode.