Uses of Class
VASSAL.preferences.Prefs
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.launch | |
| VASSAL.preferences |
Provides support for specifying and saving preferences.
|
-
Uses of Prefs in VASSAL.build
Fields in VASSAL.build declared as Prefs Modifier and Type Field Description protected PrefsGameModule. preferencesMethods in VASSAL.build that return Prefs Modifier and Type Method Description PrefsGameModule. getGlobalPrefs()Deprecated, for removal: This API element is subject to removal in a future version.PrefsGameModule. getPrefs()Methods in VASSAL.build with parameters of type Prefs Modifier and Type Method Description voidGameModule. setGlobalPrefs(Prefs p)Deprecated, for removal: This API element is subject to removal in a future version.no replacementvoidGameModule. setPrefs(Prefs p) -
Uses of Prefs in VASSAL.launch
Methods in VASSAL.launch with parameters of type Prefs Modifier and Type Method Description protected intAbstractLaunchAction.LaunchTask. getHeapSize(Prefs p, String key, int defaultHeap) -
Uses of Prefs in VASSAL.preferences
Methods in VASSAL.preferences that return Prefs Modifier and Type Method Description static PrefsPrefs. getGlobalPrefs()A global set of preferences that exists independent of any individual module.Methods in VASSAL.preferences with parameters of type Prefs Modifier and Type Method Description voidPrefsEditor. addPrefs(Prefs p)
getGlobalPrefs()