Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.ou.kmi.buddyspace.gui
Class BSJIDLabelList  view BSJIDLabelList download BSJIDLabelList.java

java.lang.Object
  extended byedu.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.


Field Summary
private  JID jid
           
private  java.util.Vector jidLabels
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jid

private JID jid

jidLabels

private java.util.Vector jidLabels
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


getJID

public JID getJID()
Returns JID of list