Uses of Class
moagg.types.prefs.TimerType

Packages that use TimerType
moagg.prefs.system   
moagg.types.prefs   
 

Uses of TimerType in moagg.prefs.system
 

Methods in moagg.prefs.system that return TimerType
 TimerType SystemPrefs.getTimer()
           
 

Methods in moagg.prefs.system with parameters of type TimerType
 void SystemPrefs.setTimerType(TimerType timer)
           
 

Uses of TimerType in moagg.types.prefs
 

Methods in moagg.types.prefs that return TimerType
static TimerType TimerType.fromString(java.lang.String timer)
           
static TimerType TimerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimerType[] TimerType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2008. All Rights Reserved.