Uses of Interface
org.eclipse.ecf.presence.roster.IRosterItem

Packages that use IRosterItem
org.eclipse.ecf.presence.roster   
 

Uses of IRosterItem in org.eclipse.ecf.presence.roster
 

Subinterfaces of IRosterItem in org.eclipse.ecf.presence.roster
 interface IRoster
          Roster (aka contacts list or buddy list)
 interface IRosterEntry
          Roster entry object.
 interface IRosterGroup
          Roster group information.
 

Classes in org.eclipse.ecf.presence.roster that implement IRosterItem
 class Roster
          Base class implementation of IRoster.
 class RosterEntry
          Roster entry base class implementing IRosterEntry.
 class RosterGroup
          Base roster group class implementing IRosterGroup.
 class RosterItem
          Base class implmentation of IRosterItem super interface.
 

Fields in org.eclipse.ecf.presence.roster declared as IRosterItem
protected  IRosterItem RosterItem.parent
           
 

Methods in org.eclipse.ecf.presence.roster that return IRosterItem
 IRosterItem IRosterItem.getParent()
          Return parent of item
 IRosterItem RosterItem.getParent()
           
 

Methods in org.eclipse.ecf.presence.roster with parameters of type IRosterItem
 boolean RosterGroup.add(IRosterItem item)
           
 boolean Roster.addItem(IRosterItem item)
           
protected  void AbstractRosterManager.fireRosterUpdate(IRosterItem changedItem)
           
 void IRosterListener.handleRosterUpdate(IRoster roster, IRosterItem changedValue)
          Handle roster update notification.
 boolean RosterGroup.remove(IRosterItem item)
           
 boolean Roster.removeItem(IRosterItem item)
           
 

Constructors in org.eclipse.ecf.presence.roster with parameters of type IRosterItem
RosterEntry(IRosterItem parent, IUser user, IPresence presenceState)
           
RosterGroup(IRosterItem parent, java.lang.String name)
           
RosterGroup(IRosterItem parent, java.lang.String name, java.util.Collection existingEntries)
           
RosterItem(IRosterItem parent, java.lang.String name)