Modifier and Type | Field and Description |
---|---|
static Preferences |
Main.pref
Global application preferences
|
Modifier and Type | Class and Description |
---|---|
class |
ServerSidePreferences
This class tweak the Preferences class to provide server side preference settings, as example
used in the applet version.
|
Modifier and Type | Field and Description |
---|---|
(package private) Preferences |
CustomConfigurator.XMLCommandProcessor.mainPrefs |
Modifier and Type | Method and Description |
---|---|
static Preferences |
CustomConfigurator.clonePreferences(Preferences pref) |
private Preferences |
CustomConfigurator.XMLCommandProcessor.readPreferencesFromDOMElement(Element item) |
Modifier and Type | Method and Description |
---|---|
private static void |
CustomConfigurator.PreferencesUtils.appendPreferences(Preferences fragment,
Preferences mainpref) |
static Preferences |
CustomConfigurator.clonePreferences(Preferences pref) |
private static void |
CustomConfigurator.PreferencesUtils.deletePreferenceKey(String key,
Preferences pref) |
private static void |
CustomConfigurator.PreferencesUtils.deletePreferenceKeyByPattern(String pattern,
Preferences pref) |
private static void |
CustomConfigurator.PreferencesUtils.deletePreferenceValues(Preferences fragment,
Preferences mainpref)
Delete items from @param mainpref collections that match items from @param fragment collections
|
private static Collection<Collection<String>> |
CustomConfigurator.PreferencesUtils.getArray(Preferences mainpref,
String key,
boolean warnUnknownDefault) |
private static Collection<String> |
CustomConfigurator.PreferencesUtils.getCollection(Preferences mainpref,
String key,
boolean warnUnknownDefault) |
private static List<Map<String,String>> |
CustomConfigurator.PreferencesUtils.getListOfStructs(Preferences mainpref,
String key,
boolean warnUnknownDefault) |
static void |
CustomConfigurator.PreferencesUtils.loadPrefsToJS(ScriptEngine engine,
Preferences tmpPref,
String whereToPutInJS,
boolean includeDefaults)
Convert preferences data structures to JavaScript object
|
private static void |
CustomConfigurator.PreferencesUtils.modifyPreferencesByScript(ScriptEngine engine,
Preferences tmpPref,
String js) |
static void |
CustomConfigurator.PreferencesUtils.readPrefsFromJS(ScriptEngine engine,
Preferences tmpPref,
String varInJS)
Convert JavaScript preferences object to preferences data structures
|
static void |
CustomConfigurator.readXML(File file,
Preferences prefs)
Read configuration script from XML file, modifying given preferences object
|
private static void |
CustomConfigurator.PreferencesUtils.replacePreferences(Preferences fragment,
Preferences mainpref) |
private static void |
CustomConfigurator.PreferencesUtils.showPrefs(Preferences tmpPref) |
Constructor and Description |
---|
XMLCommandProcessor(Preferences mainPrefs) |
Modifier and Type | Method and Description |
---|---|
static OAuthParameters |
OAuthParameters.createFromPreferences(Preferences pref)
Replies a set of parameters as defined in the preferences.
|
void |
OAuthParameters.saveToPreferences(Preferences pref)
Saves these OAuth parameters to the given
Preferences . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuthorizationUI.initFromPreferences(Preferences pref)
Initializes the authorisation UI with preference values in
pref . |
void |
AdvancedOAuthPropertiesPanel.initFromPreferences(Preferences pref)
Initializes the panel from the values in the preferences
preferences . |
void |
FullyAutomaticAuthorizationUI.initFromPreferences(Preferences pref)
Initializes the panel with values from the preferences
|
void |
AdvancedOAuthPropertiesPanel.rememberPreferences(Preferences pref)
Remembers the current values in the preferences
pref . |
Modifier and Type | Field and Description |
---|---|
private Preferences |
ExportProfileAction.prefs |
Modifier and Type | Method and Description |
---|---|
private void |
AdvancedPreference.readPreferences(Preferences tmpPrefs) |
Constructor and Description |
---|
ExportProfileAction(Preferences prefs,
String schemaKey,
String prefPattern) |
Modifier and Type | Method and Description |
---|---|
void |
OAuthAccessTokenHolder.init(Preferences pref,
CredentialsAgent cm)
Initializes the content of this holder from the Access Token managed by the
credential manager.
|
void |
OAuthAccessTokenHolder.save(Preferences preferences,
CredentialsAgent cm)
Saves the content of this holder to the preferences and a credential store managed
by a credential manager.
|