Uses of Class
org.jivesoftware.smackx.workgroup.ext.macros.Macro
-
Packages that use Macro Package Description org.jivesoftware.smackx.workgroup.ext.macros TODO describe me. -
-
Uses of Macro in org.jivesoftware.smackx.workgroup.ext.macros
Methods in org.jivesoftware.smackx.workgroup.ext.macros that return Macro Modifier and Type Method Description MacroMacroGroup. getMacro(int location)MacroMacroGroup. getMacroByTitle(java.lang.String title)MacroMacros.InternalProvider. parseMacro(XmlPullParser parser)Methods in org.jivesoftware.smackx.workgroup.ext.macros that return types with arguments of type Macro Modifier and Type Method Description java.util.List<Macro>MacroGroup. getMacros()Methods in org.jivesoftware.smackx.workgroup.ext.macros with parameters of type Macro Modifier and Type Method Description voidMacroGroup. addMacro(Macro macro)voidMacroGroup. removeMacro(Macro macro)Method parameters in org.jivesoftware.smackx.workgroup.ext.macros with type arguments of type Macro Modifier and Type Method Description voidMacroGroup. setMacros(java.util.List<Macro> macros)
-