Class HierarchialTranslationTable.AbstractImportTask
java.lang.Object
com.inductiveautomation.ignition.designer.i18n.workspace.HierarchialTranslationTable.AbstractImportTask
- All Implemented Interfaces:
- AsyncClientTask
- Direct Known Subclasses:
- HierarchialTranslationTable.PropBasedImportTask
- Enclosing class:
- HierarchialTranslationTable
protected abstract static class HierarchialTranslationTable.AbstractImportTask
extends Object
implements AsyncClientTask
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interface
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractImportTask(File file, HierarchialTranslationTable.AbstractImportTask.OnCompleteCallback callback) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanWhether or not the user is allowed to cancel the operation.A helpful title describing the operation for the user.protected voidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.client.util.gui.progress.AsyncClientTaskrun
- 
Field Details- 
file
- 
callback
 
- 
- 
Constructor Details- 
AbstractImportTaskpublic AbstractImportTask(File file, HierarchialTranslationTable.AbstractImportTask.OnCompleteCallback callback) 
 
- 
- 
Method Details- 
getTaskTitleDescription copied from interface:AsyncClientTaskA helpful title describing the operation for the user.- Specified by:
- getTaskTitlein interface- AsyncClientTask
 
- 
canCancelpublic boolean canCancel()Description copied from interface:AsyncClientTaskWhether or not the user is allowed to cancel the operation.- Specified by:
- canCancelin interface- AsyncClientTask
 
- 
onComplete
 
-