CommandHistory
, CustomColour
, Logging
, Socks
, SpellCheck
public interface PrefInterface
Modifier and Type | Method | Description |
---|---|---|
void |
applySettings() |
|
boolean |
checkVersion() |
This interface allows preference panels to tell JamochaMUD whether
the system meets all requirements to run it (Java version, etc).
|
java.lang.String |
getModuleName() |
The human-readable name for our module
|
javax.swing.JPanel |
loadPanel() |
|
void |
versionWarning() |
This method allows the preference panel to supply the user with feedback
in the event that the checkVersion fails.
|
java.lang.String getModuleName()
javax.swing.JPanel loadPanel()
void applySettings()
boolean checkVersion()
void versionWarning()