Register a TreeDataProvider for the view contributed using the extension point views. This will allow you to contribute data to the TreeView and update if the data changes.
views
Note: To get access to the TreeView and perform operations on it, use createTreeView.
Id of the view contributed using the extension point views.
A TreeDataProvider that provides tree data for the view
Register a TreeDataProvider for the view contributed using the extension point
views. This will allow you to contribute data to the TreeView and update if the data changes.Note: To get access to the TreeView and perform operations on it, use createTreeView.