Uses of Interface
ij.macro.MacroExtension
Packages that use MacroExtension
-
Uses of MacroExtension in ij.macro
Fields in ij.macro declared as MacroExtensionMethods in ij.macro with parameters of type MacroExtensionModifier and TypeMethodDescriptionstatic ExtensionDescriptorExtensionDescriptor.newDescriptor(String theName, MacroExtension theHandler) static ExtensionDescriptorExtensionDescriptor.newDescriptor(String theName, MacroExtension theHandler, int type) static ExtensionDescriptorExtensionDescriptor.newDescriptor(String theName, MacroExtension theHandler, int[] types) static ExtensionDescriptorExtensionDescriptor.newDescriptor(String theName, MacroExtension theHandler, int t1, int t2) static ExtensionDescriptorExtensionDescriptor.newDescriptor(String theName, MacroExtension theHandler, int t1, int t2, int t3) static ExtensionDescriptorExtensionDescriptor.newDescriptor(String theName, MacroExtension theHandler, int t1, int t2, int t3, int t4) static ExtensionDescriptorExtensionDescriptor.newDescriptor(String theName, MacroExtension theHandler, Integer[] types) static voidFunctions.registerExtensions(MacroExtension extensions) Constructors in ij.macro with parameters of type MacroExtensionModifierConstructorDescriptionExtensionDescriptor(String theName, int[] theArgTypes, MacroExtension theHandler)