de.folt.models.applicationmodel.guimodel.editor.datasourceeditor
Class ReverseConversion
java.lang.Object
de.folt.models.applicationmodel.guimodel.editor.datasourceeditor.ReverseConversion
public class ReverseConversion
- extends java.lang.Object
|
Constructor Summary |
ReverseConversion(org.eclipse.swt.widgets.Shell parent,
java.lang.String xliffdefaultfilename)
|
ReverseConversion(org.eclipse.swt.widgets.Shell parent,
java.lang.String xliffFileDocument,
java.lang.String targetLanguage)
|
ReverseConversion(java.lang.String xliffFileDocument,
java.lang.String targetLanguage)
|
|
Method Summary |
void |
show()
show the back conversion dialogue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReverseConversion
public ReverseConversion(org.eclipse.swt.widgets.Shell parent,
java.lang.String xliffdefaultfilename)
- Parameters:
parent - the shell for the dialogxliffdefaultfilename - the xliff file to convert back to the original document format
ReverseConversion
public ReverseConversion(org.eclipse.swt.widgets.Shell parent,
java.lang.String xliffFileDocument,
java.lang.String targetLanguage)
- Parameters:
parent - the parent shell for the message dialoagexliffFileDocument - the xliff document to convert back to original formattargetLanguage - the target language for the back converted document
ReverseConversion
public ReverseConversion(java.lang.String xliffFileDocument,
java.lang.String targetLanguage)
- Parameters:
xliffFileDocument - the xliff document to convert back to original formattargetLanguage - the target language for the back converted document
show
public void show()
- show the back conversion dialogue