public abstract class AbstractSettingsForm extends java.lang.Object implements SettingsGui
SettingsGui.
Will display an in-memory Cog and allow it to be modified.
Does not persist the changed settings.
| Constructor and Description |
|---|
AbstractSettingsForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
edit(java.awt.Container parent,
CoggableSettings settings)
Prepares a Form for editing, creating it if necessary.
|
Cog |
getEditedCog()
Applies changes from the Form to the underlying Cog object before returning it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSchemaprotected Form form
public void edit(java.awt.Container parent,
CoggableSettings settings)
edit in interface SettingsGuiparent - The parent Containersettings - CoggableSettings to editSettingsGui.edit(Container, CoggableSettings)public Cog getEditedCog()
getEditedCog in interface SettingsGuiCogSettingsGui.getEditedCog()