Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
lc.foundation 

PreferencesManager  - AS3 ADEP Workspace

Пакетlc.foundation
Классpublic class PreferencesManager
НаследованиеPreferencesManager Inheritance Manager
Реализует IPreferencesManager

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Document Services - Workspace 9
Версии среды выполнения: AIR (unsupported), Flash Player 9, Flash Player 10

The PreferencesManager class is the standard implementation of the ISessionManager interface.



Общедоступные методы
 МетодОпределено
  
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.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.