public class HDFView extends Object implements hdf.view.DataView.DataViewManager
The HDFView is designed in such a way that it does not have direct access to the HDF library. All the HDF library access is done through HDF objects. Therefore, the HDFView package depends on the object package but not the library package. The source code of the view package (hdf.view) should be compiled with the library package (hdf.hdflib and hdf.hdf5lib).
| Constructor and Description |
|---|
HDFView(String root)
Constructs HDFView with a given root directory, where the HDFView is
installed, and opens the given files in the viewer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDataView(hdf.view.DataView.DataView dataView) |
void |
closeFile(FileFormat theFile) |
hdf.view.DataView.DataView |
getDataView(HObject dataObject) |
static List<String> |
getListOfImageViews() |
static List<?> |
getListOfMetaDataViews() |
static List<?> |
getListOfPaletteViews() |
static List<?> |
getListOfTableViews() |
static List<String> |
getListOfTreeViews() |
boolean |
getTestState() |
hdf.view.TreeView.TreeView |
getTreeView() |
org.eclipse.swt.widgets.Combo |
getUrlBar() |
static void |
main(String[] args)
The starting point of this application.
|
org.eclipse.swt.widgets.Shell |
openMainWindow(List<File> flist,
int width,
int height,
int x,
int y)
Creates HDFView with a given size, and opens the given files in the viewer.
|
void |
removeDataView(hdf.view.DataView.DataView dataView) |
void |
runMainWindow() |
void |
setTestState(boolean testing)
Set the testing state that determines if HDFView
is being executed for GUI testing.
|
void |
showMetaData(HObject obj) |
void |
showStatus(String msg)
Display feedback message.
|
void |
writeDataToFile(FileFormat theFile)
Write the change of data to the given file.
|
public HDFView(String root)
root - the directory where the HDFView is installed.public org.eclipse.swt.widgets.Shell openMainWindow(List<File> flist, int width, int height, int x, int y)
flist - a list of files to open.width - the width of the app in pixelsheight - the height of the app in pixelsx - the coord x of the app in pixelsy - the coord y of the app in pixelspublic void runMainWindow()
public static final List<String> getListOfTreeViews()
public static final List<String> getListOfImageViews()
public static final List<?> getListOfTableViews()
public static final List<?> getListOfMetaDataViews()
public static final List<?> getListOfPaletteViews()
public hdf.view.TreeView.TreeView getTreeView()
getTreeView in interface hdf.view.DataView.DataViewManagerpublic org.eclipse.swt.widgets.Combo getUrlBar()
public void showStatus(String msg)
showStatus in interface hdf.view.DataView.DataViewManagermsg - the message to display.public void showMetaData(HObject obj)
public void closeFile(FileFormat theFile)
public void writeDataToFile(FileFormat theFile)
theFile - The file to be updated.public void addDataView(hdf.view.DataView.DataView dataView)
addDataView in interface hdf.view.DataView.DataViewManagerpublic void removeDataView(hdf.view.DataView.DataView dataView)
removeDataView in interface hdf.view.DataView.DataViewManagerpublic hdf.view.DataView.DataView getDataView(HObject dataObject)
getDataView in interface hdf.view.DataView.DataViewManagerpublic void setTestState(boolean testing)
testing - Provides SWTBot native dialog compatibility
workarounds if set to true.public boolean getTestState()
public static void main(String[] args)
Usage: java(w)
-Dhdf.hdf5lib.H5.hdf5lib="your HDF5 library path"
-Dhdf.hdflib.HDFLibrary.hdflib="your HDF4 library path"
-root "the directory where the HDFView is installed"
[filename] "the file to open"
args - the command line argumentsCopyright © 2018. All Rights Reserved.