Class TableViewFactory


  • public class TableViewFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <V> TableViewSWT<V> createTableViewSWT​(java.lang.Class<?> pluginDataSourceType, java.lang.String _sTableID, java.lang.String _sPropertiesPrefix, TableColumnCore[] _basicItems, java.lang.String _sDefaultSortOn, int _iTableStyle)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableViewFactory

        public TableViewFactory()
    • Method Detail

      • createTableViewSWT

        public static <V> TableViewSWT<V> createTableViewSWT​(java.lang.Class<?> pluginDataSourceType,
                                                             java.lang.String _sTableID,
                                                             java.lang.String _sPropertiesPrefix,
                                                             TableColumnCore[] _basicItems,
                                                             java.lang.String _sDefaultSortOn,
                                                             int _iTableStyle)