public interface ViewManager
| Modifier and Type | Method and Description |
|---|---|
void |
addDataView(DataView dataView)
Data content is displayed, add the dataview to the main windows
|
DataView |
getDataView(HObject dataObject)
Returns DataView that contains the specified data object.
|
hdf.view.TreeView.TreeView |
getTreeView() |
void |
removeDataView(DataView dataView)
Data content is closed, remove the dataview from the main window
|
void |
showStatus(String msg)
Display feedback message
|
void addDataView(DataView dataView)
dataView - the dataView whose presence in the main view is to be added.void removeDataView(DataView dataView)
dataView - the dataView whose presence in the main view is to be removed.DataView getDataView(HObject dataObject)
dataObject - the object whose presence in the main view is to be tested.void showStatus(String msg)
msg - the status message to displayhdf.view.TreeView.TreeView getTreeView()
Copyright © 2018. All Rights Reserved.