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 ExtensionDescriptor
ExtensionDescriptor.newDescriptor
(String theName, MacroExtension theHandler) static ExtensionDescriptor
ExtensionDescriptor.newDescriptor
(String theName, MacroExtension theHandler, int type) static ExtensionDescriptor
ExtensionDescriptor.newDescriptor
(String theName, MacroExtension theHandler, int[] types) static ExtensionDescriptor
ExtensionDescriptor.newDescriptor
(String theName, MacroExtension theHandler, int t1, int t2) static ExtensionDescriptor
ExtensionDescriptor.newDescriptor
(String theName, MacroExtension theHandler, int t1, int t2, int t3) static ExtensionDescriptor
ExtensionDescriptor.newDescriptor
(String theName, MacroExtension theHandler, int t1, int t2, int t3, int t4) static ExtensionDescriptor
ExtensionDescriptor.newDescriptor
(String theName, MacroExtension theHandler, Integer[] types) static void
Functions.registerExtensions
(MacroExtension extensions) Constructors in ij.macro with parameters of type MacroExtensionModifierConstructorDescriptionExtensionDescriptor
(String theName, int[] theArgTypes, MacroExtension theHandler)