Interface PlugInGeneric

All Superinterfaces:
PlugIn

public interface PlugInGeneric extends PlugIn
An interface for generic MIPAV Plug-Ins which don't require an open image and can be run from the ViewUserInterface menu.
Author:
mccreedy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
     

    Fields inherited from interface gov.nih.mipav.plugins.PlugIn

    Category
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    The main method used to start the generic plugin.
  • Field Details

    • CATEGORY

      static final String[] CATEGORY
  • Method Details

    • run

      void run()
      The main method used to start the generic plugin.