PeerTableItempublic interface PeerTableItem (DEPRECATED) This interface provides access to a Table Item in the Peers View. |
Methods Summary |
---|
public Peer | getPeer()This method MUST be used on each refresh, and NO CACHING of the PEPeer
should be made by the Plugin. There is no link between a Table Item and
a PEPeer as the peer may change, for example when the table is re-ordered.
| public boolean | setText(java.lang.String text)This method can be called to set the Text in the Table Item.
Caching is done, so that if same text is used several times,
there won't be any 'flickering' effect. Ie the text is only updated if
it's different from current value.
|
|