|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UIGroup
The UIGroup represents the user interface contact list group.
| Method Summary | |
|---|---|
int |
countChildContacts()
Returns the child contacts count. |
int |
countOnlineChildContacts()
Returns the count of online child contacts. |
Object |
getDescriptor()
Returns the descriptor of the group. |
String |
getDisplayName()
The display name of the group. |
GroupNode |
getGroupNode()
Returns the GroupNode corresponding to this UIGroup. |
String |
getId()
Returns the identifier of this group. |
UIGroup |
getParentGroup()
Returns the parent group. |
JPopupMenu |
getRightButtonMenu()
Returns the right button menu for this group. |
int |
getSourceIndex()
Returns the index of this group in its source. |
boolean |
isGroupCollapsed()
Indicates if the group is collapsed or expanded. |
void |
setGroupNode(GroupNode groupNode)
Sets the GroupNode corresponding to this UIGroup. |
| Method Detail |
|---|
Object getDescriptor()
String getDisplayName()
int getSourceIndex()
UIGroup getParentGroup()
boolean isGroupCollapsed()
int countOnlineChildContacts()
int countChildContacts()
String getId()
GroupNode getGroupNode()
void setGroupNode(GroupNode groupNode)
groupNode - the GroupNode to set. The is the actual
node used in the contact list component data model.JPopupMenu getRightButtonMenu()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||