Class HierarchialTranslationTable.AbstractExportTask

java.lang.Object
com.inductiveautomation.ignition.designer.i18n.workspace.HierarchialTranslationTable.AbstractExportTask
All Implemented Interfaces:
AsyncClientTask
Direct Known Subclasses:
HierarchialTranslationTable.PropBasedExportTask
Enclosing class:
HierarchialTranslationTable

protected abstract static class HierarchialTranslationTable.AbstractExportTask extends Object implements AsyncClientTask
  • Field Details

  • Constructor Details

  • Method Details

    • validateExport

      public boolean validateExport()
      This gives the task a chance to check things and ask questions, like "overwrite?". If false is returned, export will be canceled.
    • getTaskTitle

      public String getTaskTitle()
      Description copied from interface: AsyncClientTask
      A helpful title describing the operation for the user.
      Specified by:
      getTaskTitle in interface AsyncClientTask
    • canCancel

      public boolean canCancel()
      Description copied from interface: AsyncClientTask
      Whether or not the user is allowed to cancel the operation.
      Specified by:
      canCancel in interface AsyncClientTask
    • onComplete

      protected void onComplete()