Package hdf.view.TreeView


package hdf.view.TreeView
  • Class
    Description
    TreeView defines APIs for opening files and displaying the file structure in a tree structure.
    A simple Factory class which returns concrete instances of the default TreeView.
    TreeView defines APIs for opening a file and displaying the file structure in a tree structure.
    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.