Uses of Class
org.jivesoftware.smackx.workgroup.settings.ChatSetting

Packages that use ChatSetting
org.jivesoftware.smackx.workgroup.settings   
org.jivesoftware.smackx.workgroup.user   
 

Uses of ChatSetting in org.jivesoftware.smackx.workgroup.settings
 

Methods in org.jivesoftware.smackx.workgroup.settings that return ChatSetting
 ChatSetting ChatSettings.getChatSetting(java.lang.String key)
           
 ChatSetting ChatSettings.getFirstEntry()
           
 

Methods in org.jivesoftware.smackx.workgroup.settings with parameters of type ChatSetting
 void ChatSettings.addSetting(ChatSetting setting)
           
 

Uses of ChatSetting in org.jivesoftware.smackx.workgroup.user
 

Methods in org.jivesoftware.smackx.workgroup.user that return ChatSetting
 ChatSetting Workgroup.getChatSetting(java.lang.String key)
          Returns a single chat setting based on it's identified key.