public final class ValidatorPreference extends DefaultTabPreferenceSetting
Modifier and Type | Class and Description |
---|---|
static class |
ValidatorPreference.Factory |
Modifier and Type | Field and Description |
---|---|
private Collection<Test> |
allTests
The list of all tests
|
static String |
PREF_FILTER_BY_SELECTION
The preferences key for enabling the permanent filtering
of the displayed errors in the tree regarding the current selection
|
static String |
PREF_LAYER
The preferences key for error layer
|
static String |
PREF_OTHER
The preferences key for ignored severity other
|
static String |
PREF_OTHER_UPLOAD
The preferences key for ignored severity other on upload
|
static String |
PREF_TESTS
The preferences key for enabled tests
|
static String |
PREF_TESTS_BEFORE_UPLOAD
The preferences key for enabled tests before upload
|
static String |
PREF_USE_IGNORE
The preferences key for enabled tests
|
static String |
PREFIX
The preferences prefix
|
private JCheckBox |
prefOther |
private JCheckBox |
prefOtherUpload |
private JCheckBox |
prefUseIgnore |
private JCheckBox |
prefUseLayer |
Modifier | Constructor and Description |
---|---|
private |
ValidatorPreference() |
Modifier and Type | Method and Description |
---|---|
void |
addGui(PreferenceTabbedPane gui)
Add the GUI elements to the dialog.
|
boolean |
ok()
Called when OK is pressed to save the setting in the preferences file.
|
addSubTab, addSubTab, createPreferenceTabWithScrollPane, getDescription, getIconName, getSubTab, getTabPane, getTitle, getTooltip, registerSubTab, selectSubTab
isExpert
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isExpert
public static final String PREFIX
public static final String PREF_LAYER
public static final String PREF_TESTS
public static final String PREF_USE_IGNORE
public static final String PREF_TESTS_BEFORE_UPLOAD
public static final String PREF_OTHER_UPLOAD
public static final String PREF_OTHER
public static final String PREF_FILTER_BY_SELECTION
private JCheckBox prefUseIgnore
private JCheckBox prefUseLayer
private JCheckBox prefOtherUpload
private Collection<Test> allTests
private ValidatorPreference()
public void addGui(PreferenceTabbedPane gui)
PreferenceSetting
public boolean ok()
PreferenceSetting