Interface PlugInView

All Superinterfaces:
PlugIn

public interface PlugInView extends PlugIn
DOCUMENT ME!
  • 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(Frame parentFrame, ModelImage image)
    run.
  • Field Details

    • CATEGORY

      static final String[] CATEGORY
  • Method Details

    • run

      void run(Frame parentFrame, ModelImage image)
      run.
      Parameters:
      parentFrame - frame that displays the MIPAV image. Can be used as a parent frame when building dialogs.
      image - model of the MIPAV image.
      See Also: