Class HierarchialTranslationTable.PropBasedImportTask
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.i18n.workspace.HierarchialTranslationTable.AbstractImportTask
 - 
- com.inductiveautomation.ignition.designer.i18n.workspace.HierarchialTranslationTable.PropBasedImportTask
 
 
 
- 
- All Implemented Interfaces:
 AsyncClientTask
- Enclosing class:
 - HierarchialTranslationTable
 
protected static class HierarchialTranslationTable.PropBasedImportTask extends HierarchialTranslationTable.AbstractImportTask
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.designer.i18n.workspace.HierarchialTranslationTable.AbstractImportTask
HierarchialTranslationTable.AbstractImportTask.OnCompleteCallback 
 - 
 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.ignition.designer.i18n.workspace.HierarchialTranslationTable.AbstractImportTask
callback, file 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PropBasedImportTask(java.io.File file, HierarchialTranslationTable.Format format, HierarchialTranslationTable.AbstractImportTask.OnCompleteCallback callback) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(TaskProgressListener progressListener)The "work" function.- 
Methods inherited from class com.inductiveautomation.ignition.designer.i18n.workspace.HierarchialTranslationTable.AbstractImportTask
canCancel, getTaskTitle, onComplete 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PropBasedImportTask
public PropBasedImportTask(java.io.File file, HierarchialTranslationTable.Format format, HierarchialTranslationTable.AbstractImportTask.OnCompleteCallback callback) 
 - 
 
- 
Method Detail
- 
run
public void run(TaskProgressListener progressListener) throws java.lang.Exception
Description copied from interface:AsyncClientTaskThe "work" function. Should update the progressListener of status, and check whether the operation has been canceled, if applicable. Should throw an exception on failure.- Throws:
 java.lang.Exception
 
 - 
 
 -