Fields Summary |
---|
public static final String | TYPE_STRINGThe String type, used for ordering. |
public static final String | TYPE_INTThe int type, used for ordering. |
public static final String | ORIENT_RIGHTRight orient the colmn items text |
public static final String | ORIENT_LEFTLeft orient the colmn items text |
public static final int | POSITION_INVISIBLEFor getDefaultPosition(). Make column invisible initially. |
public static final int | POSITION_LASTFor getDefaultPosition(). Make column the last column initially. |
public static final int | TABLE_COMPLETEVisible for Completed Torrents table |
public static final int | TABLE_INCOMPLETEVisible for Incompleted Torrents table |
public static final int | TABLE_ALLVisible for all My Torrent tables |
Methods Summary |
---|
public int | getDefaultPosition()Default location to put the column
|
public int | getDefaultSize()The 'column' default size
|
public PluginMyTorrentsItem | getInstance(MyTorrentsTableItem item)This method is called whenever a new line is created.
|
public java.lang.String | getName()The logical name of the column.
Note that spaces in the name should be avoid.
In order to the plugin to display correctly the column name, a key in the
Plugin language file will need to contain MyTorrentsView.getName() result=The column name.
|
public java.lang.String | getOrientation()Orientation of the columns text
|
public int | getTablesVisibleIn()Which tables the column will be visible in
|
public java.lang.String | getType()The type of the contained data.
Current supported types are int / long (TYPE_INTEGER) and
String TYPE_STRING.
|