org.eclipse.ecf.ui.views
Class RosterGroup

java.lang.Object
  extended by org.eclipse.ecf.ui.views.RosterObject
      extended by org.eclipse.ecf.ui.views.RosterParent
          extended by org.eclipse.ecf.ui.views.RosterGroup
Direct Known Subclasses:
RosterAccount

public class RosterGroup
extends RosterParent


Field Summary
 
Fields inherited from class org.eclipse.ecf.ui.views.RosterParent
children
 
Constructor Summary
RosterGroup(String name, ID svcID)
           
 
Method Summary
 int getActiveCount()
           
 Image getImage()
           
 String getLabel()
           
 int getTotalCount()
           
 
Methods inherited from class org.eclipse.ecf.ui.views.RosterParent
addChild, getChildren, hasChildren, removeChild, removeChildren
 
Methods inherited from class org.eclipse.ecf.ui.views.RosterObject
getID, getName, getParent, setID, setName, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RosterGroup

public RosterGroup(String name,
                   ID svcID)
Method Detail

getActiveCount

public int getActiveCount()

getImage

public Image getImage()

getTotalCount

public int getTotalCount()

getLabel

public String getLabel()