|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.valhalla.jbother.jabber.SelfStatuses
public class SelfStatuses
Vector of user statuses (SelfStatuses)
SelfStatus| Method Summary | |
|---|---|
java.util.Vector |
getContent()
Gets all the self statuses |
static SelfStatuses |
getInstance()
Gets the SelfStatuses singleton |
SelfStatus |
getStatus(org.jivesoftware.smack.packet.Presence.Mode mode)
Gets a status for a mode |
SelfStatus |
getStatus(java.lang.String title)
Gets a self status for the specified string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SelfStatuses getInstance()
public SelfStatus getStatus(java.lang.String title)
title - the title of the status to get
public SelfStatus getStatus(org.jivesoftware.smack.packet.Presence.Mode mode)
mode - the mode to get the self status for
public java.util.Vector getContent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||