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()
Gets the description of the parameters.
|
boolean |
isAutoOpen() |
void |
reset()
Reset this parameters object to its default values.
|
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()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParameterspublic ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2022. All rights reserved.