Read-Only system settings interface.
The instance initializer. Creates a view onto the settings persisted on disk. All identical instances of this
class are backed by the same XML source document.
Parameters:
intDomain – the domain of the settings to load, one of jsx3.app.Settings.DOMAIN...
objInstance – if in the project or addin domain, the key of the specific project or addin to load settings for
Throws:
Returns a stored setting value.
Parameters:
strKey – the setting key.
Returns:
the stored value.
Returns a stored setting value as the raw XML node.
Parameters:
strKey – the setting key.
Returns:
Copyright © 2001-2007, TIBCO Software Inc.