Пакет | lc.foundation |
Класс | public class PreferencesManager |
Наследование | PreferencesManager Manager |
Реализует | IPreferencesManager |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
PreferencesManager
class is the standard implementation of the
ISessionManager
interface.
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
PreferencesManager(session:SessionMap)
Constructor. | PreferencesManager | ||
Get a list of all preferences starting with a provided prefix. | PreferencesManager | ||
Get the value of the preference with the provided name. | PreferencesManager | ||
Loads all preferences into the manager. | PreferencesManager | ||
Set the value of the preference with the provided name. | PreferencesManager |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
SESSION_KEY : String = "lc.foundation.IPreferencesManager" [статические]
A special value that specifies the manager key name in the SessionMap object. | PreferencesManager |
Сведения о конструкторе
PreferencesManager | () | Конструктор |
public function PreferencesManager(session:SessionMap)
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Параметрыsession:SessionMap — Specifies the SessionMap object to use.
|
Сведения о методе
getPreferencesStartingWith | () | метод |
public function getPreferencesStartingWith(namePrefix:String):ListCollectionView
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get a list of all preferences starting with a provided prefix.
Параметры
namePrefix:String — preference prefix.
|
ListCollectionView — A list of all preferences starting with a provided prefix.
|
getPreferenceValue | () | метод |
public function getPreferenceValue(name:String):Object
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get the value of the preference with the provided name.
Параметры
name:String — preference name.
|
Object — The value of the preference with the provided name.
|
preferencesLoad | () | метод |
public function preferencesLoad(types:String):lc.foundation.util:Token
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Loads all preferences into the manager.
Параметры
types:String — Specifies the preferences to load. (Not implemented)
|
lc.foundation.util:Token — A token used to set result and fault handlers that execute when the operation completes.
|
setPreferenceValue | () | метод |
public function setPreferenceValue(name:String, value:Object):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Set the value of the preference with the provided name. Attempting to set the value of a system preference will be silently ignored.
Параметры
name:String — The name of preference.
| |
value:Object — The value of the preference.
|
Сведения о константе
SESSION_KEY | Константа |
public static const SESSION_KEY:String = "lc.foundation.IPreferencesManager"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the manager key name in the SessionMap
object.
Tue Jun 12 2018, 11:34 AM Z