Class AbstractWaitDialog

    • Field Detail

      • errorMessage

        protected String errorMessage
        Method execution error message, if any
    • Constructor Detail

      • AbstractWaitDialog

        public AbstractWaitDialog​(JFrame parent,
                                  String title)
        Parameters:
        parent - the parent JFrame
        title - the JFrame title
    • Method Detail

      • methodToPerform

        protected abstract void methodToPerform()
                                         throws Exception
        Executes in the wait dialog
        Throws:
        Exception
      • getErrorMessage

        public String getErrorMessage()
        Gets the error message associate with the execution, if any
        Returns:
        String - Empty string if there is no error message, the exception message otherwise