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 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 BooleanProperty |
PREF_OTHER
The preferences for ignored severity other
|
static String |
PREF_OTHER_UPLOAD
The preferences key for ignored severity other on upload
|
static String |
PREF_SKIP_TESTS
The preferences key for enabled tests
|
static String |
PREF_SKIP_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
|
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_SKIP_TESTS
public static final String PREF_USE_IGNORE
public static final String PREF_SKIP_TESTS_BEFORE_UPLOAD
public static final String PREF_OTHER_UPLOAD
public static final BooleanProperty PREF_OTHER
public static final String PREF_FILTER_BY_SELECTION
private ValidatorPreference()
public void addGui(PreferenceTabbedPane gui)
PreferenceSetting
public boolean ok()
PreferenceSetting