Uses of Class
edu.rice.comp211.laundry.ui.Application

Packages that use Application
edu.rice.comp211.laundry.ui   
 

Uses of Application in edu.rice.comp211.laundry.ui
 

Subclasses of Application in edu.rice.comp211.laundry.ui
 class SimLaundry2010Application
          Date: Mar 23, 2010 Time: 11:23:30 PM
 

Fields in edu.rice.comp211.laundry.ui declared as Application
private static Application Application.APPLICATION
           
 

Methods in edu.rice.comp211.laundry.ui that return Application
static Application Application.getInstance()
          Returns the single Application instance.
 

Methods in edu.rice.comp211.laundry.ui that return types with arguments of type Application
protected  java.lang.Class<? extends Application> Application.getPreferencesKey()
          Returns the Class key used to fetch the Preferences object.