Package gov.nih.mipav.view.dialogs
Class BlankJistHook
- java.lang.Object
-
- gov.nih.mipav.view.dialogs.BlankJistHook
-
public class BlankJistHook extends java.lang.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 Summary
Fields Modifier and Type Field Description private JDialogSWI
internalDialog
-
Constructor Summary
Constructors Constructor Description BlankJistHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterTable
createInputParameters()
ParameterTable
createOutputParameters()
ActionMetadata
getActionMetadata()
java.lang.String
getOutputImageName(java.lang.String imageParamName)
boolean
isActionComplete()
void
scriptRun(ParameterTable table)
-
-
-
Field Detail
-
internalDialog
private JDialogSWI internalDialog
-
-
Method Detail
-
getActionMetadata
public ActionMetadata getActionMetadata()
-
createInputParameters
public ParameterTable createInputParameters()
-
createOutputParameters
public ParameterTable createOutputParameters()
-
scriptRun
public void scriptRun(ParameterTable table)
-
getOutputImageName
public java.lang.String getOutputImageName(java.lang.String imageParamName)
-
isActionComplete
public boolean isActionComplete()
-
-