Class AbstractLocalFilesAction

    • Constructor Detail

      • AbstractLocalFilesAction

        public AbstractLocalFilesAction()
    • Method Detail

      • setOwner

        public void setOwner​(PreviewBrowserPanel value)
        Sets the owner.
        Parameters:
        value - the owner
      • displayError

        protected void displayError​(String msg)
        Displays the specified error.
        Parameters:
        msg - the error message
      • displayError

        protected void displayError​(String msg,
                                    Throwable e)
        Displays the specified error message and exception.
        Parameters:
        msg - the error message
        e - the exception
      • doUpdate

        protected abstract void doUpdate()
        Updates the action.
      • update

        public void update()
        Updates the action.