Class BlankJistHook

java.lang.Object
gov.nih.mipav.view.dialogs.BlankJistHook

public class BlankJistHook extends Object
This class is an example class for tying existing plugins into the JIST interface. This class can be inserted into any build of MIPAV which has a compatible build of JIST. JIST will then discover the plugin and execute it appropriately.
Author:
senseneyj
  • Field Details

    • internalDialog

      private JDialogSWI internalDialog
  • Constructor Details

    • BlankJistHook

      public BlankJistHook()
  • Method Details

    • getActionMetadata

      public ActionMetadata getActionMetadata()
    • createInputParameters

      public ParameterTable createInputParameters()
    • createOutputParameters

      public ParameterTable createOutputParameters()
    • scriptRun

      public void scriptRun(ParameterTable table)
    • getOutputImageName

      public String getOutputImageName(String imageParamName)
    • isActionComplete

      public boolean isActionComplete()