Uses of Class
org.jivesoftware.smackx.workgroup.settings.ChatSetting
-
Packages that use ChatSetting Package Description org.jivesoftware.smackx.workgroup.settings TODO describe me.org.jivesoftware.smackx.workgroup.user TODO describe me. -
-
Uses of ChatSetting in org.jivesoftware.smackx.workgroup.settings
Methods in org.jivesoftware.smackx.workgroup.settings that return ChatSetting Modifier and Type Method Description ChatSetting
ChatSettings. getChatSetting(java.lang.String key)
ChatSetting
ChatSettings. getFirstEntry()
Methods in org.jivesoftware.smackx.workgroup.settings that return types with arguments of type ChatSetting Modifier and Type Method Description java.util.Collection<ChatSetting>
ChatSettings. getSettings()
Methods in org.jivesoftware.smackx.workgroup.settings with parameters of type ChatSetting Modifier and Type Method Description void
ChatSettings. addSetting(ChatSetting setting)
-
Uses of ChatSetting in org.jivesoftware.smackx.workgroup.user
Methods in org.jivesoftware.smackx.workgroup.user that return ChatSetting Modifier and Type Method Description ChatSetting
Workgroup. getChatSetting(java.lang.String key)
Returns a single chat setting based on it's identified key.
-