public static class MatetoolsPreferences.ModelStorageEditor
extends java.lang.Object
implements de.ims.icarus.config.EntryHandler
Modifier and Type | Field and Description |
---|---|
protected ModelStorage |
entry |
protected de.ims.icarus.ui.dialog.FormBuilder |
formBuilder |
Constructor and Description |
---|
MatetoolsPreferences.ModelStorageEditor() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildPanel() |
java.awt.Component |
getComponent() |
java.lang.Object |
getValue() |
boolean |
isValueEditable() |
boolean |
isValueValid() |
java.lang.Object |
newEntry() |
protected void |
read() |
protected void |
refresh() |
void |
setValue(java.lang.Object value) |
protected ModelStorage entry
protected de.ims.icarus.ui.dialog.FormBuilder formBuilder
public MatetoolsPreferences.ModelStorageEditor()
protected void buildPanel()
public void setValue(java.lang.Object value)
setValue
in interface de.ims.icarus.config.EntryHandler
protected void refresh()
public java.lang.Object getValue()
getValue
in interface de.ims.icarus.config.EntryHandler
protected void read()
public java.awt.Component getComponent()
getComponent
in interface de.ims.icarus.config.EntryHandler
public boolean isValueEditable()
isValueEditable
in interface de.ims.icarus.config.EntryHandler
public boolean isValueValid()
isValueValid
in interface de.ims.icarus.config.EntryHandler
public java.lang.Object newEntry()
newEntry
in interface de.ims.icarus.config.EntryHandler