public class Parameters extends StringParameters implements IEditorDescriptionProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAYOPTION_GENERIC |
static String |
DISPLAYOPTION_ORIGINAL |
static String |
DISPLAYOPTION_PLAIN |
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramDesc) |
boolean |
getCheckInconststencies() |
boolean |
getCheckPerFile() |
String |
getDisplayOption() |
String |
getOutputPath() |
ParametersDescription |
getParametersDescription() |
boolean |
isAutoOpen() |
void |
reset() |
void |
setAutoOpen(boolean autoOpen) |
void |
setCheckInconststencies(boolean checkInconststencies) |
void |
setCheckPerFile(boolean checkPerFile) |
void |
setDisplayOption(String displayOption) |
void |
setOutputPath(String outputPath) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic static final String DISPLAYOPTION_ORIGINAL
public static final String DISPLAYOPTION_GENERIC
public static final String DISPLAYOPTION_PLAIN
public boolean getCheckInconststencies()
public void setCheckInconststencies(boolean checkInconststencies)
public boolean getCheckPerFile()
public void setCheckPerFile(boolean checkPerFile)
public String getOutputPath()
public void setOutputPath(String outputPath)
public String getDisplayOption()
public void setDisplayOption(String displayOption)
public boolean isAutoOpen()
public void setAutoOpen(boolean autoOpen)
public void reset()
reset in interface IParametersreset in class StringParameterspublic ParametersDescription getParametersDescription()
getParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2019. All rights reserved.