|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--flatscape.editor.EditorModel
Base class for editor models
Copyright (c) 2001 Rutgers, The State University of New Jersey
| Field Summary | |
protected EditorPanel |
editorPanel_
The models editor panel |
| Constructor Summary | |
EditorModel(EditorPanel editorPanel)
|
|
| Method Summary | |
void |
cleanUp()
Method called by PropertiesEditor when the model is not needed anymore.
|
abstract java.lang.Object |
getProperty(java.lang.String key)
Gets a property from the model. |
abstract void |
setProperty(java.lang.String key,
java.lang.Object value)
Sets a property of the model. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected EditorPanel editorPanel_
| Constructor Detail |
public EditorModel(EditorPanel editorPanel)
| Method Detail |
public void cleanUp()
PropertiesEditor when the model is not needed anymore.
This implementation does nothing.
public abstract void setProperty(java.lang.String key,
java.lang.Object value)
public abstract java.lang.Object getProperty(java.lang.String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||