Uses of Class
tigase.jaxmpp.core.client.xmpp.stanzas.Presence.Show

Packages that use Presence.Show
tigase.jaxmpp.core.client.xmpp.modules.presence   
tigase.jaxmpp.core.client.xmpp.stanzas   
 

Uses of Presence.Show in tigase.jaxmpp.core.client.xmpp.modules.presence
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence that return Presence.Show
 Presence.Show PresenceModule.PresenceEvent.getShow()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence with parameters of type Presence.Show
 void PresenceStore.setPresence(Presence.Show show, String status, Integer priority)
           
 void PresenceModule.setPresence(Presence.Show show, String status, Integer priority)
           
 void PresenceModule.PresenceEvent.setShow(Presence.Show show)
           
 

Uses of Presence.Show in tigase.jaxmpp.core.client.xmpp.stanzas
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas that return Presence.Show
 Presence.Show Presence.getShow()
          Return avaiability substate.
static Presence.Show Presence.Show.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Presence.Show[] Presence.Show.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas with parameters of type Presence.Show
 void Presence.setShow(Presence.Show show)
          Sets avaiability sub-state.
 



Copyright © 2006-2012 Tigase. All Rights Reserved.