Uses of Class
ij.plugin.MacroInstaller

Packages that use MacroInstaller
ij.gui   
ij.plugin.tool   
 

Uses of MacroInstaller in ij.gui
 

Methods in ij.gui with parameters of type MacroInstaller
 void Toolbar.addMacroTool(java.lang.String name, MacroInstaller macroInstaller)
          Used by the MacroInstaller class to add a macro tool to the first available toolbar slot, or to the last slot if the toolbar is full.
 void Toolbar.addMacroTool(java.lang.String name, MacroInstaller macroInstaller, int id)
          Used by the MacroInstaller class to install a set of macro tools.
 

Uses of MacroInstaller in ij.plugin.tool
 

Constructors in ij.plugin.tool with parameters of type MacroInstaller
MacroToolRunner(MacroInstaller installer)