public interface SettingsGui
CoggableSettings object.
| Modifier and Type | Method and Description |
|---|---|
void |
edit(java.awt.Container parent,
CoggableSettings settings)
Display a GUI within the parent window to edit the CoggableSettings
|
Cog |
getEditedCog()
Return The edited Cog
|
CogSchema |
getSchema()
Returns the schema the GUI is based upon
|
void edit(java.awt.Container parent,
CoggableSettings settings)
parent - The parent Containersettings - CoggableSettings to editCogSchema getSchema()
CogSchema the GUI is based upon