Uses of Interface
ij.macro.MacroExtension

Packages that use MacroExtension
ij.macro   
 

Uses of MacroExtension in ij.macro
 

Fields in ij.macro declared as MacroExtension
 MacroExtension ExtensionDescriptor.handler
           
 

Methods in ij.macro with parameters of type MacroExtension
static ExtensionDescriptor ExtensionDescriptor.newDescriptor(java.lang.String theName, MacroExtension theHandler)
           
static ExtensionDescriptor ExtensionDescriptor.newDescriptor(java.lang.String theName, MacroExtension theHandler, int type)
           
static ExtensionDescriptor ExtensionDescriptor.newDescriptor(java.lang.String theName, MacroExtension theHandler, int[] types)
           
static ExtensionDescriptor ExtensionDescriptor.newDescriptor(java.lang.String theName, MacroExtension theHandler, java.lang.Integer[] types)
           
static ExtensionDescriptor ExtensionDescriptor.newDescriptor(java.lang.String theName, MacroExtension theHandler, int t1, int t2)
           
static ExtensionDescriptor ExtensionDescriptor.newDescriptor(java.lang.String theName, MacroExtension theHandler, int t1, int t2, int t3)
           
static ExtensionDescriptor ExtensionDescriptor.newDescriptor(java.lang.String theName, MacroExtension theHandler, int t1, int t2, int t3, int t4)
           
static void Functions.registerExtensions(MacroExtension extensions)
           
 

Constructors in ij.macro with parameters of type MacroExtension
ExtensionDescriptor(java.lang.String theName, int[] theArgTypes, MacroExtension theHandler)