Uses of Class
com.alee.extended.time.ClockType

Packages that use ClockType
com.alee.extended.time   
 

Uses of ClockType in com.alee.extended.time
 

Fields in com.alee.extended.time declared as ClockType
protected  ClockType WebClock.clockType
          Clock type.
 

Methods in com.alee.extended.time that return ClockType
 ClockType WebClock.getClockType()
           
static ClockType ClockType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClockType[] ClockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alee.extended.time with parameters of type ClockType
 void WebClock.setClockType(ClockType clockType)