OverviewSingleDeprecated

jsx3.lang

class System

Object
->jsx3.lang.Object
  ->jsx3.lang.System

class System
extends jsx3.lang.Object
A collection of GI system related functions.

Method Summary
static void
If the locale has been explicitly set with setLocale(), that locale is returned.
static String
getMessage(strKey : String, strTokens : Object...)
static String
getProperty(strKey : String)
Returns a system property as specified by a JSS file loaded by the JSX runtime or an addin.
static String
Returns the version number of General Interface.
static void
static void
setLocale(objLocale : ?)
Sets the system-wide locale.
Methods Inherited From jsx3.lang.Object
clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString
Method Detail

getLocale

static void getLocale()
If the locale has been explicitly set with setLocale(), that locale is returned. Otherwise the locale is determined by introspecting the browser. If all else fails the default locale, en_US, is returned.

Since:

3.2

getMessage

static String getMessage(strKey : String, strTokens : Object...)

Parameters:

strKey
strTokens

Returns:

 

Since:

3.2

getProperty

static String getProperty(strKey : String)
Returns a system property as specified by a JSS file loaded by the JSX runtime or an addin.

Parameters:

strKey

Returns:

 

Since:

3.2

getVersion

static String getVersion()
Returns the version number of General Interface.

Returns:

"3.1.0", etc.  

reloadLocalizedResources

static void reloadLocalizedResources()

Since:

3.2

setLocale

static void setLocale(objLocale : ?)
Sets the system-wide locale. This in turn affects all applications running under the JSX system.

Parameters:

objLocale

Since:

3.2