Package ecologylab.appframework

Interface Ecology Lab Application Development Framework makes interfacing with the runtime platform easier.

See:
          Description

Interface Summary
ApplicationProperties General set of reusable String constants for getting properties from the environment.
ApplicationPropertyNames  
Environment Provides a mechanism for passing parameters/preferences/properties from diverse runtime environments, including applets (via the param tag), applications (via a properties file), and sooner or later, servlets.
MacOSAppHandler Interface for handling Mac OS X application specific events (those related to the application menu found only on Mac OS X).
StatusReporter Interface for objects that report status to the user.
 

Class Summary
ApplicationEnvironment An instance of Environment, which is an application, rather than an applet, or a servlet.
ClassRegistry<U>  
Environment.The Holds a reference to the singleton global instance of Environment, and simple methods for getting and setting this reference.
EnvironmentGeneric  
Memory Utility routines related to memory management, used to watch the JVM's consumption of memory, and to kick the garbage collector into action.
OutOfMemoryErrorHandler Handle running out of memory.
PropertiesAndDirectories Collects paths and methods for accessing properties that store's on the participant's machine and then accesses again.
Scope<T> A lexical Scope of bindings from names to values.
SimpleDownloadProcessor A simple download processor: just download the Downloadable immediately.
TraceSlots Peephole slots used for tracing concurrent real time deadlocks.
 

Enum Summary
ApplicationEnvironment.LaunchType  
 

Package ecologylab.appframework Description

Interface Ecology Lab Application Development Framework makes interfacing with the runtime platform easier.