Uses of Class
com.std.util.Stateful

Packages that use Stateful
com.std.model.appointment   
com.std.util   
 

Uses of Stateful in com.std.model.appointment
 

Subclasses of Stateful in com.std.model.appointment
 class PersistentAppointmentSet
          Persistent is a Stateful object that provides utilities to save and load to a file, and keeps track of the status of that file and whether or not it exists.
 class StatefulAppointment
          keeps track of a single appointment, and provides utilities of changing it in relation of it's parent set
 

Constructors in com.std.model.appointment with parameters of type Stateful
StatefulAppointment(Stateful<AppointmentSet> targetSet)
          creates a new StatefulAppointment object with the passed target set, and defaulting to a null target
 

Uses of Stateful in com.std.util
 

Subclasses of Stateful in com.std.util
 class Persistent<U extends Serializable>
          Persistent is a Stateful object that provides utilities to save and load to a file, and keeps track of the status of that file and whether or not it exists.
 class StatefulDate
          an observable wrapper for a Date, that also provides some convenience functions for changing the date in relation to itself and its calendar