public interface ProcessorPlugin extends MMPlugin
| Modifier and Type | Method and Description |
|---|---|
ProcessorConfigurator |
createConfigurator(PropertyMap settings)
Generate any GUI needed to configure the plugin, using the provided settings to
initialize the GUI.
|
ProcessorFactory |
createFactory(PropertyMap settings)
Generate a ProcessorFactory that can be used to generate Processor
instances.
|
getCopyright, getHelpText, getName, getVersion, setContextProcessorConfigurator createConfigurator(PropertyMap settings)
settings - Default values to use to set up the configurator.ProcessorFactory createFactory(PropertyMap settings)
settings - The settings used to configure the factory. These
settings may have been generated by a PluginConfigurator.