org.gudy.azureus2.ui.swt.views.table.impl
Class TableViewFactory

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.table.impl.TableViewFactory

public class TableViewFactory
extends Object


Constructor Summary
TableViewFactory()
           
 
Method Summary
static
<V> TableViewSWT<V>
createTableViewSWT(Class<?> pluginDataSourceType, String _sTableID, String _sPropertiesPrefix, TableColumnCore[] _basicItems, 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(Class<?> pluginDataSourceType,
                                                     String _sTableID,
                                                     String _sPropertiesPrefix,
                                                     TableColumnCore[] _basicItems,
                                                     String _sDefaultSortOn,
                                                     int _iTableStyle)