Uses of Interface
ecologylab.appframework.ApplicationPropertyNames

Packages that use ApplicationPropertyNames
ecologylab.appframework Interface Ecology Lab Application Development Framework makes interfacing with the runtime platform easier. 
ecologylab.appframework.types Type declarations for the Interface Ecology Lab Application Development Framework. 
ecologylab.appframework.types.prefs Type declarations for preferences, in the Interface Ecology Lab Application Development Framework. 
ecologylab.io Infrastructural classes that provide a more usable API for I/O. 
 

Uses of ApplicationPropertyNames in ecologylab.appframework
 

Subinterfaces of ApplicationPropertyNames in ecologylab.appframework
 interface ApplicationProperties
          General set of reusable String constants for getting properties from the environment.
 

Uses of ApplicationPropertyNames in ecologylab.appframework.types
 

Classes in ecologylab.appframework.types that implement ApplicationPropertyNames
 class PreferencesSet
          Deprecated. 
 

Uses of ApplicationPropertyNames in ecologylab.appframework.types.prefs
 

Classes in ecologylab.appframework.types.prefs that implement ApplicationPropertyNames
 class PrefSet
          A serial set of Pref objects.
 

Uses of ApplicationPropertyNames in ecologylab.io
 

Classes in ecologylab.io that implement ApplicationPropertyNames
 class Assets
          Used to manage cachable assets.