Package gov.nih.mipav.model.scripting.parameters


package gov.nih.mipav.model.scripting.parameters
  • Class
    Description
    This is an abstract base class for all script action parameters.
    A boolean parameter used in either the recording or execution of a script action.
    A double parameter used in either the recording or execution of a script action.
    Exception indicating an error encounted while retrieving a script parameter (i.e., it doesn't exist or is of an unexpected type).
    A image placeholder variable parameter used in either the recording or execution of a script action.
    Factory methods for the creation of various types of Parameters.
    A file parameter used in either the recording or execution of a script action.
    A floating point parameter used in either the recording or execution of a script action.
    A image placeholder variable parameter used in either the recording or execution of a script action.
    A integer parameter used in either the recording or execution of a script action.
    This is a special kind of script parameter, which contains other parameters.
    A long parameter used in either the recording or execution of a script action.
    A singed short parameter used in either the recording or execution of a script action.
    A string parameter used in either the recording or execution of a script action.
    A lookup table containing Parameters keyed by a label/name.
    A unsigned short parameter used in either the recording or execution of a script action.