edu.ou.kmi.buddyspace.gui
Class BSJIDLabelList

java.lang.Object
  |
  +--edu.ou.kmi.buddyspace.gui.BSJIDLabelList

public class BSJIDLabelList
extends java.lang.Object

BSJIDLabelList is list of BSJIDLabels for one JID. It is used for fast update of all labels for given jid.


Constructor Summary
BSJIDLabelList(JID jid)
          Constructor
 
Method Summary
 void addLabel(BSJIDLabel lbl)
          Adds BSJIDLabel into the list
 void delLabel(BSJIDLabel lbl)
          Deletes BSJIDLabel from the list
 JID getJID()
          Returns JID of list
 void setImg(javax.swing.Icon img)
          Sets icon for all labels in the list
 void setNick(java.lang.String nick)
          Sets nick for all labels in the list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSJIDLabelList

public BSJIDLabelList(JID jid)
Constructor

Method Detail

addLabel

public void addLabel(BSJIDLabel lbl)
Adds BSJIDLabel into the list


delLabel

public void delLabel(BSJIDLabel lbl)
Deletes BSJIDLabel from the list


setImg

public void setImg(javax.swing.Icon img)
Sets icon for all labels in the list


setNick

public void setNick(java.lang.String nick)
Sets nick for all labels in the list


getJID

public JID getJID()
Returns JID of list