Uses of Class
ecologylab.appframework.ApplicationEnvironment.LaunchType

Packages that use ApplicationEnvironment.LaunchType
ecologylab.appframework Interface Ecology Lab Application Development Framework makes interfacing with the runtime platform easier. 
 

Uses of ApplicationEnvironment.LaunchType in ecologylab.appframework
 

Methods in ecologylab.appframework that return ApplicationEnvironment.LaunchType
protected  ApplicationEnvironment.LaunchType ApplicationEnvironment.launchType()
           
static ApplicationEnvironment.LaunchType ApplicationEnvironment.LaunchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApplicationEnvironment.LaunchType[] ApplicationEnvironment.LaunchType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.