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

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by de.folt.models.applicationmodel.guimodel.editor.datasourceeditor.ConversionOptions

public class ConversionOptions
extends org.eclipse.swt.widgets.Dialog

Author:
klemens To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
ConversionOptions(org.eclipse.swt.widgets.Shell parent, java.lang.String location, java.lang.String sourceXliffFileName)
           
 
Method Summary
 com.araya.utilities.DocumentProperties getDocumentProperties()
           
 java.lang.String getDoNotResolveEntitiesFile()
           
 java.lang.String getStNumber()
           
 boolean isBdoNotResolveEntities()
           
 boolean isBIcCancel()
           
 boolean isBSegCRLF()
           
 boolean isBSegType()
           
 boolean open()
           
 void rewriteResources(java.lang.String sep)
          rewriteResources
 void setBdoNotResolveEntities(boolean bdoNotResolveEntities)
           
 void setBIcCancel(boolean bIcCancel)
           
 void setBSegCRLF(boolean segCRLF)
           
 void setBSegType(boolean segType)
           
 void setDocumentProperties(com.araya.utilities.DocumentProperties documentProperties)
           
 void setDoNotResolveEntitiesFile(java.lang.String doNotResolveEntitiesFile)
           
 void setStNumber(java.lang.String stNumber)
           
 void show()
           
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversionOptions

public ConversionOptions(org.eclipse.swt.widgets.Shell parent,
                         java.lang.String location,
                         java.lang.String sourceXliffFileName)
Method Detail

getDocumentProperties

public com.araya.utilities.DocumentProperties getDocumentProperties()
Returns:
the documentProperties

getDoNotResolveEntitiesFile

public java.lang.String getDoNotResolveEntitiesFile()
Returns:
the donotresolveentities

getStNumber

public java.lang.String getStNumber()
Returns:
the stNumber

isBdoNotResolveEntities

public boolean isBdoNotResolveEntities()
Returns:
the bdoNotResolveEntities

isBIcCancel

public boolean isBIcCancel()
Returns:
the bIcCancel

isBSegCRLF

public boolean isBSegCRLF()
Returns:
the bSegCRLF

isBSegType

public boolean isBSegType()
Returns:
the bSegType

open

public boolean open()

rewriteResources

public void rewriteResources(java.lang.String sep)
rewriteResources

Parameters:
sep -

setBdoNotResolveEntities

public void setBdoNotResolveEntities(boolean bdoNotResolveEntities)
Parameters:
bdoNotResolveEntities - the bdoNotResolveEntities to set

setBIcCancel

public void setBIcCancel(boolean bIcCancel)
Parameters:
bIcCancel - the bIcCancel to set

setBSegCRLF

public void setBSegCRLF(boolean segCRLF)
Parameters:
segCRLF - the bSegCRLF to set

setBSegType

public void setBSegType(boolean segType)
Parameters:
segType - the bSegType to set

setDocumentProperties

public void setDocumentProperties(com.araya.utilities.DocumentProperties documentProperties)
Parameters:
documentProperties - the documentProperties to set

setDoNotResolveEntitiesFile

public void setDoNotResolveEntitiesFile(java.lang.String doNotResolveEntitiesFile)
Parameters:
donotresolveentities - the donotresolveentities to set

setStNumber

public void setStNumber(java.lang.String stNumber)
Parameters:
stNumber - the stNumber to set

show

public void show()