Interface TreeView

All Known Implementing Classes:
DefaultTreeView

public interface TreeView
TreeView defines APIs for opening a file and displaying the file structure in a tree structure. TreeView uses folders and leaf nodes to represent groups and data objects in the file. You can expand or collapse folders to navigate data objects in the file. From the TreeView, you can open the data content or metadata of the selected object. You can select object(s) to delete or add new objects to the file.
Version:
2.4 9/6/2007
Author:
Peter X. Cao