Uses of Class
org.hardtokenmgmt.core.settings.GlobalSettings.ApplicationMode

Packages that use GlobalSettings.ApplicationMode
org.hardtokenmgmt.core.settings   
 

Uses of GlobalSettings.ApplicationMode in org.hardtokenmgmt.core.settings
 

Fields in org.hardtokenmgmt.core.settings declared as GlobalSettings.ApplicationMode
static GlobalSettings.ApplicationMode GlobalSettings.appMode
          Special variable indicating if the application is running in applet or application mode.
 

Methods in org.hardtokenmgmt.core.settings that return GlobalSettings.ApplicationMode
static GlobalSettings.ApplicationMode GlobalSettings.ApplicationMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GlobalSettings.ApplicationMode[] GlobalSettings.ApplicationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.