de.folt.models.applicationmodel.guimodel.editor.datasourceeditor
Class ReverseConversion

java.lang.Object
  extended by 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
 

Constructor Detail

ReverseConversion

public ReverseConversion(org.eclipse.swt.widgets.Shell parent,
                         java.lang.String xliffdefaultfilename)
Parameters:
parent - the shell for the dialog
xliffdefaultfilename - 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 dialoage
xliffFileDocument - the xliff document to convert back to original format
targetLanguage - 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 format
targetLanguage - the target language for the back converted document
Method Detail

show

public void show()
show the back conversion dialogue