Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
lc.foundation 

PreferencesManager  - AS3 ADEP Workspace

Packagelc.foundation
Classepublic class PreferencesManager
HéritagePreferencesManager Inheritance Manager
Implémente IPreferencesManager

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

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



Méthodes publiques
 MéthodeDéfini par
  
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
Constantes publiques
 ConstanteDéfini par
  SESSION_KEY : String = "lc.foundation.IPreferencesManager"
[statique] A special value that specifies the manager key name in the SessionMap object.
PreferencesManager
Détails du constructeur

PreferencesManager

()Constructeur
public function PreferencesManager(session:SessionMap)

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Paramètres
session:SessionMap — Specifies the SessionMap object to use.
Détails de la méthode

getPreferencesStartingWith

()méthode
public function getPreferencesStartingWith(namePrefix:String):ListCollectionView

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Get a list of all preferences starting with a provided prefix.

Paramètres

namePrefix:String — preference prefix.

Valeur renvoyée
ListCollectionView — A list of all preferences starting with a provided prefix.

getPreferenceValue

()méthode 
public function getPreferenceValue(name:String):Object

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Get the value of the preference with the provided name.

Paramètres

name:String — preference name.

Valeur renvoyée
Object — The value of the preference with the provided name.

preferencesLoad

()méthode 
public function preferencesLoad(types:String):lc.foundation.util:Token

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Loads all preferences into the manager.

Paramètres

types:String — Specifies the preferences to load. (Not implemented)

Valeur renvoyée
lc.foundation.util:Token — A token used to set result and fault handlers that execute when the operation completes.

setPreferenceValue

()méthode 
public function setPreferenceValue(name:String, value:Object):void

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: 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.

Paramètres

name:String — The name of preference.
 
value:Object — The value of the preference.

Détails de la constante

SESSION_KEY

Constante
public static const SESSION_KEY:String = "lc.foundation.IPreferencesManager"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies the manager key name in the SessionMap object.





[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.