Module org.hdfgroup.hdfview
Package hdf.view.TreeView
-
Interface Summary Interface Description TreeView TreeView defines APIs for opening a file and displaying the file structure in a tree structure. -
Class Summary Class Description DefaultTreeView TreeView defines APIs for opening files and displaying the file structure in a tree structure.DefaultTreeViewFactory A simple Factory class which returns concrete instances of the default TreeView.TreeViewFactory This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a TreeViewFactory and can thus be used appropriately where a TreeView is needed.