|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.gudy.azureus2.plugins.ui.tables
public interface PluginMyTorrentsItemFactory
This interface represents the factory responsible of creating PluginMyTorrentsItem.
It must also define some methods giving general information about the item.
| Field Summary | |
|---|---|
static java.lang.String |
ORIENT_LEFT
Deprecated. Left orient the colmn items text |
static java.lang.String |
ORIENT_RIGHT
Deprecated. Right orient the colmn items text |
static int |
POSITION_INVISIBLE
Deprecated. For getDefaultPosition(). |
static int |
POSITION_LAST
Deprecated. For getDefaultPosition(). |
static int |
TABLE_ALL
Deprecated. Visible for all My Torrent tables |
static int |
TABLE_COMPLETE
Deprecated. Visible for Completed Torrents table |
static int |
TABLE_INCOMPLETE
Deprecated. Visible for Incompleted Torrents table |
static java.lang.String |
TYPE_INT
Deprecated. The int type, used for ordering. |
static java.lang.String |
TYPE_STRING
Deprecated. The String type, used for ordering. |
| Method Summary | |
|---|---|
int |
getDefaultPosition()
Deprecated. Default location to put the column |
int |
getDefaultSize()
Deprecated. The 'column' default size |
PluginMyTorrentsItem |
getInstance(MyTorrentsTableItem item)
Deprecated. This method is called whenever a new line is created. |
java.lang.String |
getName()
Deprecated. The logical name of the column. |
java.lang.String |
getOrientation()
Deprecated. Orientation of the columns text |
int |
getTablesVisibleIn()
Deprecated. Which tables the column will be visible in |
java.lang.String |
getType()
Deprecated. The type of the contained data. |
| Field Detail |
|---|
static final java.lang.String TYPE_STRING
static final java.lang.String TYPE_INT
static final java.lang.String ORIENT_RIGHT
static final java.lang.String ORIENT_LEFT
static final int POSITION_INVISIBLE
static final int POSITION_LAST
static final int TABLE_COMPLETE
static final int TABLE_INCOMPLETE
static final int TABLE_ALL
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getType()
int getDefaultSize()
int getDefaultPosition()
java.lang.String getOrientation()
int getTablesVisibleIn()
PluginMyTorrentsItem getInstance(MyTorrentsTableItem item)
item - the MyTorrentsTableItem that is being created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||