Package VASSAL.preferences
Class PrefsEditor
java.lang.Object
VASSAL.preferences.PrefsEditor
public class PrefsEditor extends Object
-
Constructor Summary
Constructors Constructor Description PrefsEditor()
-
Method Summary
Modifier and Type Method Description void
addOption(String category, Configurer c)
void
addOption(String category, Configurer c, String prompt)
void
addPrefs(Prefs p)
protected void
cancel()
void
close()
JDialog
getDialog()
Action
getEditAction()
void
initDialog(Frame parent)
protected void
save()
void
write()
-
Constructor Details
-
PrefsEditor
public PrefsEditor()
-
-
Method Details
-
initDialog
-
getDialog
-
addPrefs
-
addOption
-
addOption
-
cancel
protected void cancel() -
save
protected void save() -
getEditAction
-
write
public void write() -
close
public void close()
-