public class PrefsMediator extends Object
| Constructor and Description |
|---|
PrefsMediator() |
public void restorePreferences()
public void savePreferences()
public String getInputDir()
public void setInputDir(String inputDir)
inputDir - The inputDir to set.public String getOutputDir()
public void setOutputDir(String outputDir)
outputDir - The outputDir to set.public void setOutputDirForInteractiveMode(String outputDir, String outputDirToSave)
outputDir - the output dir to setoutputDirToSave - the output dir to save to the preferencespublic String getTAEfile()
public String getTAEPath()
public String getTAEFileNameRoot()
public void setTAEfile(String edir)
edir - set the TAE directorypublic String getEncoding()
public void setEncoding(String encoding)
encoding - The encoding to set.public String getInputFileFormat()
public void setInputFileFormat(String inputFileFormat)
inputFileFormat - The input file format to set.public String getLanguage()
public void setLanguage(String language)
language - The language to set.public String getViewType()
public void setViewType(String viewType)
viewType - The view type to set.public String getXmlTag()
public void setXmlTag(String xmlTag)
xmlTag - The xmlTag to set.public Boolean getLenient()
public void setLenient(Boolean lenient)
lenient - The lenient to set.public File getStylemapFile()
public void setFileSelectors(FileSelector input, FileSelector output, FileSelector xml)
public void fieldFocusLost()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.