Class DefaultTreeViewFactory

Object

public class DefaultTreeViewFactory
extends TreeViewFactory
A simple Factory class which returns concrete instances of the default TreeView.
Version:
1.0 4/18/2018
Author:
jhenderson
  • Constructor Details

  • Method Details

    • getTreeView

      public TreeView getTreeView​(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) throws ClassNotFoundException
      Description copied from class: DataViewFactory
      Get an instance of TreeView given the appropriate constructor parameters
      Specified by:
      getTreeView in class DataViewFactory
      Parameters:
      parent - The parent composite for the tree view
      viewer - The data view manager
      Returns:
      the tree view.
      Throws:
      ClassNotFoundException - If there is an error getting the class for a tree view.