com.aelitis.azureus.ui.swt.columns.utils
Class TableColumnCreatorV3

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.columns.utils.TableColumnCreatorV3

public class TableColumnCreatorV3
extends Object

A utility class for creating some common column sets; this is a virtual clone of TableColumnCreator with slight modifications

Author:
khai

Constructor Summary
TableColumnCreatorV3()
           
 
Method Summary
static TableColumnCore[] createActivityBig(String tableID)
           
static TableColumnCore[] createActivitySmall(String tableID)
           
static TableColumnCore[] createAllDM(String tableID, boolean big)
           
static TableColumnCore[] createCompleteDM(String tableID, boolean big)
           
static TableColumnCore[] createIncompleteDM(String tableID, boolean big)
           
static TableColumnCore[] createUnopenedDM(String tableID, boolean big)
           
static void initCoreColumns()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableColumnCreatorV3

public TableColumnCreatorV3()
Method Detail

createAllDM

public static TableColumnCore[] createAllDM(String tableID,
                                            boolean big)
Parameters:
tableMytorrentsAllBig -
b -
Returns:
Since:
4.0.0.1

createIncompleteDM

public static TableColumnCore[] createIncompleteDM(String tableID,
                                                   boolean big)

createCompleteDM

public static TableColumnCore[] createCompleteDM(String tableID,
                                                 boolean big)

createUnopenedDM

public static TableColumnCore[] createUnopenedDM(String tableID,
                                                 boolean big)

createActivitySmall

public static TableColumnCore[] createActivitySmall(String tableID)

createActivityBig

public static TableColumnCore[] createActivityBig(String tableID)

initCoreColumns

public static void initCoreColumns()
Since:
3.1.1.1