Uses of Class
org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
Packages that use MacroGroup
Package
Description
TODO describe me.
TODO describe me.
- 
Uses of MacroGroup in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent that return MacroGroupModifier and TypeMethodDescriptionAgentSession.getMacros(boolean global) Asks the workgroup for it's Global Macros.Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type MacroGroupModifier and TypeMethodDescriptionvoidAgentSession.saveMacros(MacroGroup group) Persists the Personal Macro for an agent. - 
Uses of MacroGroup in org.jivesoftware.smackx.workgroup.ext.macros
Methods in org.jivesoftware.smackx.workgroup.ext.macros that return MacroGroupModifier and TypeMethodDescriptionMacroGroup.getMacroGroup(int location) MacroGroup.getMacroGroupByTitle(String title) Macros.getPersonalMacroGroup()Macros.getRootGroup()Macros.InternalProvider.parseMacroGroup(XmlPullParser parser) Macros.InternalProvider.parseMacroGroups(String macros) Methods in org.jivesoftware.smackx.workgroup.ext.macros that return types with arguments of type MacroGroupMethods in org.jivesoftware.smackx.workgroup.ext.macros with parameters of type MacroGroupModifier and TypeMethodDescriptionvoidMacroGroup.addMacroGroup(MacroGroup group) voidMacroGroup.removeMacroGroup(MacroGroup group) voidMacros.setPersonalMacroGroup(MacroGroup personalMacroGroup) voidMacros.setRootGroup(MacroGroup rootGroup) Method parameters in org.jivesoftware.smackx.workgroup.ext.macros with type arguments of type MacroGroup