FileDocCategorySizeDatePackage
PluginMyTorrentsItem.javaAPI DocAzureus 3.0.3.41756Sun May 16 21:33:18 BST 2004org.gudy.azureus2.plugins.ui.tables.mytorrents

PluginMyTorrentsItem

public interface PluginMyTorrentsItem
(DEPRECATED) This interface represents a table item in the "My Torrents" view.
author
Olivier
deprecated
Use {@link org.gudy.azureus2.plugins.ui.tables}

Fields Summary
Constructors Summary
Methods Summary
public intgetIntValue()
Called by the GUI whenever a sort is done.
Should return 0 if the item is of type TYPE_STRING.

return
the current value

public java.lang.StringgetStringValue()
Called by the GUI whenever a sort is done.
Should return null if the item is of type TYPE_INT.

return
the current value

public voidrefresh()
Called by the GUI whenever a refresh is needed.
The Item should have been created by its associated factory, and been initialiazed with references to a MyTorrentsTableItem.