de.folt.models.applicationmodel.guimodel.editor.datasourceeditor
Class ConversionOptions
java.lang.Object
org.eclipse.swt.widgets.Dialog
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)
|
| 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 |
ConversionOptions
public ConversionOptions(org.eclipse.swt.widgets.Shell parent,
java.lang.String location,
java.lang.String sourceXliffFileName)
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()