Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--OME.ModelManager
Constructor Summary | |
ModelManager()
Creates a new, empty ModelManager. |
Method Summary | |
void | closeModel(OMEModel model)
Removes a model and its views. |
java.util.Iterator | getModels()
Returns an iterator over the models extant. |
ViewManager | getViewManager(OMEModel model)
Returns the Viewmanager for a model. |
OMEModel | newModel()
Creates a new model and appropriate support structures. |
OMEModel | openModel(java.lang.String path)
Creates a model and ViewManager from a path. |
void | saveModel(OMEModel model)
Commits a model and its serializable views to persistent storage. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public ModelManager()
Method Detail |
public OMEModel newModel() throws java.lang.Exception
public java.util.Iterator getModels()
public OMEModel openModel(java.lang.String path)
public void saveModel(OMEModel model)
public void closeModel(OMEModel model)
public ViewManager getViewManager(OMEModel model)
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |