Methods Summary |
---|
public int | getIntValue()Called by the GUI whenever a sort is done.
Should return 0 if the item is of type TYPE_STRING.
|
public java.lang.String | getStringValue()Called by the GUI whenever a sort is done.
Should return null if the item is of type TYPE_INT.
|
public void | refresh()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.
|