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 Prefs
GameModule. preferences
Methods in VASSAL.build that return Prefs Modifier and Type Method Description Prefs
GameModule. getGlobalPrefs()
Deprecated, for removal: This API element is subject to removal in a future version.Prefs
GameModule. getPrefs()
Methods in VASSAL.build with parameters of type Prefs Modifier and Type Method Description void
GameModule. setGlobalPrefs(Prefs p)
Deprecated, for removal: This API element is subject to removal in a future version.no replacementvoid
GameModule. setPrefs(Prefs p)
-
Uses of Prefs in VASSAL.launch
Methods in VASSAL.launch with parameters of type Prefs Modifier and Type Method Description protected int
AbstractLaunchAction.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 Prefs
Prefs. 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 void
PrefsEditor. addPrefs(Prefs p)
getGlobalPrefs()