|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.gudy.azureus2.plugins.ui.tables
public interface PluginPeerItemFactory
This interface represents the factory responsible of creating PluginPeerItem.
It must also define some methods giving general information about the item.
| Field Summary | |
|---|---|
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 |
getDefaultSize()
Deprecated. The 'column' default size |
PluginPeerItem |
getInstance(PeerTableItem 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 |
getType()
Deprecated. The type of the contained data. |
| Field Detail |
|---|
static final java.lang.String TYPE_STRING
static final java.lang.String TYPE_INT
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getType()
int getDefaultSize()
PluginPeerItem getInstance(PeerTableItem item)
item - the PeerTableItem that is being created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||