| パッケージ | 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, 10:34 AM Z