|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.ou.kmi.buddyspace.gui
Class BSJIDLabelList

java.lang.Objectedu.ou.kmi.buddyspace.gui.BSJIDLabelList
- public class BSJIDLabelList
- extends java.lang.Object
BSJIDLabelList
is list of BSJIDLabel
s 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
|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |