Uses of Class
pmp.MacroList

Packages that use MacroList
pmp This package contains core classes of PMP macroprocessor. 
pmp.xml This package contains classes for manipulation with XML configuration files. 
 

Uses of MacroList in pmp
 

Fields in pmp declared as MacroList
protected  MacroList Macroprocessor.macros
           
 

Methods in pmp that return MacroList
 MacroList Macroprocessor.getMPMacros()
           
 MacroList Macroprocessor.Component.getMPMacros()
           
 

Constructors in pmp with parameters of type MacroList
MacroListModifyEvent(MacroList source, java.lang.String macroName)
          Creates event object for given name and source
 

Uses of MacroList in pmp.xml
 

Methods in pmp.xml with parameters of type MacroList
 void XMLConfig.writeToMacroList(MacroList ml)
          Writes list of macros into given MacroList.