Class ExecuteCustomCode

    • Constructor Detail

      • ExecuteCustomCode

        public ExecuteCustomCode()
    • Method Detail

      • setShowPleaseWaitPanel

        public void setShowPleaseWaitPanel​(boolean show)
        Whether to show the "Please wait..." panel while installing the action.
      • getShowPleaseWaitPanel

        public boolean getShowPleaseWaitPanel()
        Whether to show the "Please wait..." panel while installing the action.
      • setShowIndeterminateDialog

        public void setShowIndeterminateDialog​(boolean show)
        Whether to show an indeterminate dialog during the execution of the custom code and to show the message you define calling setDialogLabel (Default: Executing Custom Code...).
      • getShowIndeterminateDialog

        public boolean getShowIndeterminateDialog()
        Whether to show an indeterminate dialog during the execution of the custom code and to show the message you define calling setDialogLabel (Default: Executing Custom Code...).
      • setDialogLabel

        public void setDialogLabel​(java.lang.String label)
        The message to be displayed in the indeterminate dialog. (default: Executing Custom Code...)
        See Also:
        setShowIndeterminateDialog(boolean)
      • getClassFullName

        public java.lang.String getClassFullName()
        The fully qualified class name of the class that is called when the custom code is executed. (for example, com.acme.MyAction)
      • setClassFullName

        public void setClassFullName​(java.lang.String classFullName)
        The fully qualified class name of the class that is called when the custom code is executed. (for example, com.acme.MyAction)
      • setRunsAfterFilesDeleted

        public void setRunsAfterFilesDeleted​(boolean runsAfterFilesDeleted)
        Sets the uninstall() method for the custom code to run after files or folders are uninstalled. If setting this property to false the code will run before files or folders are uninstalled.
      • getRunsAfterFilesDeleted

        public boolean getRunsAfterFilesDeleted()
        Returns whether the uninstall() method for the custom code should run after or before files/folders are uninstalled.
      • getUniqueName

        public java.lang.String getUniqueName()
      • setUniqueName

        public void setUniqueName​(java.lang.String UniqueName)