Class Prefs

java.lang.Object
VASSAL.preferences.Prefs
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
GlobalPrefs

public class Prefs extends Object implements Closeable
A set of preferences. Each set of preferences is identified by a name, and different sets may share a common editor, which is responsible for writing the preferences to disk.
See also:
GlobalOptions - main nexus for preferences being added