|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrefInterface
This interface defines methods to be used by other "PrefPanel" classes. These classes appear as separate items in the JamochaMUD preferences dialogue allowing the user to customise how JamochaMUD operates.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.lang.String getModuleName()
javax.swing.JPanel loadPanel()
void applySettings()
boolean checkVersion()
void versionWarning()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||