Uses of Class
org.jivesoftware.smack.RosterGroup

Packages that use RosterGroup
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smackx Smack extensions API. 
 

Uses of RosterGroup in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return RosterGroup
 RosterGroup Roster.createGroup(java.lang.String name)
          Creates a new group.
 RosterGroup Roster.getGroup(java.lang.String name)
          Returns the roster group with the specified name, or null if the group doesn't exist.
 

Methods in org.jivesoftware.smack that return types with arguments of type RosterGroup
 java.util.Collection<RosterGroup> RosterEntry.getGroups()
          Returns an unmodifiable collection of the roster groups that this entry belongs to.
 java.util.Collection<RosterGroup> Roster.getGroups()
          Returns an unmodifiable collections of all the roster groups.
 

Uses of RosterGroup in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx with parameters of type RosterGroup
 void RosterExchangeManager.send(RosterGroup rosterGroup, java.lang.String targetUserID)
          Sends a roster group to userID.