Class DefaultTableViewFactory

Object

public class DefaultTableViewFactory
extends TableViewFactory
A simple Factory class which returns concrete instances of the default TableView, based on whether the data object to be viewed is a scalar or compound dataset or is an attribute.
Version:
1.0 4/18/2018
Author:
jhenderson
  • Constructor Details

  • Method Details

    • getTableView

      public TableView getTableView​(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException
      Get the TableView for the data object identified by the data properties mapping
      Specified by:
      getTableView in class DataViewFactory
      Parameters:
      viewer - the data view manager
      dataPropertiesMap - the data properties map
      Returns:
      the TableView instance
      Throws:
      ClassNotFoundException - if a failure occurred