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.ViewManager
Constructor Summary | |
ViewManager(OMEModel model)
|
Method Summary | |
java.util.Iterator | activeViews()
Returns a list of the active(open, onscreen) views. |
View | createView(int viewtype)
Creates a view of the current model. |
void | deleteView(View v)
Destroys a view. |
View | getViewByIndex(int index)
Returns the view with the requested index. |
java.util.Iterator | listAllViews()
Returns a list of extant views. |
java.util.Iterator | serializedViews()
Returns a list of the serialized views. |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public ViewManager(OMEModel model)
Method Detail |
public View createView(int viewtype)
public void deleteView(View v)
public java.util.Iterator listAllViews()
public java.util.Iterator serializedViews()
public java.util.Iterator activeViews()
public View getViewByIndex(int index)
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |