public final class ValidatorPreference extends DefaultTabPreferenceSetting
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidatorPreference.Factory
Factory used to create a new
ValidatorPreference. |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.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 java.lang.String |
PREF_LAYER
The preferences key for error layer
|
static BooleanProperty |
PREF_OTHER
The preferences for ignored severity other
|
static java.lang.String |
PREF_OTHER_UPLOAD
The preferences key for ignored severity other on upload
|
static java.lang.String |
PREF_SKIP_TESTS
The preferences key for enabled tests
|
static java.lang.String |
PREF_SKIP_TESTS_BEFORE_UPLOAD
The preferences key for enabled tests before upload
|
static java.lang.String |
PREF_USE_IGNORE
The preferences key for enabled tests
|
static java.lang.String |
PREFIX
The preferences prefix
|
| 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, selectSubTabisExpertclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisExpertpublic static final java.lang.String PREFIX
public static final java.lang.String PREF_LAYER
public static final java.lang.String PREF_SKIP_TESTS
public static final java.lang.String PREF_USE_IGNORE
public static final java.lang.String PREF_SKIP_TESTS_BEFORE_UPLOAD
public static final java.lang.String PREF_OTHER_UPLOAD
public static final BooleanProperty PREF_OTHER
public static final java.lang.String PREF_FILTER_BY_SELECTION
private ValidatorPreference()
public void addGui(PreferenceTabbedPane gui)
PreferenceSettingpublic boolean ok()
PreferenceSetting