Class LexicalSortPreference
java.lang.Object
org.eclipse.handly.ui.preference.AbstractPreference
org.eclipse.handly.ui.preference.BooleanPreference
org.eclipse.handly.xtext.ui.outline.LexicalSortPreference
- All Implemented Interfaces:
IBooleanPreference, IPreference
A language-specific lexical sort preference for the outline.
-
Constructor Summary
ConstructorsConstructorDescriptionLexicalSortPreference(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess preferenceStoreAccess) Creates a new lexical sort preference for the outline using the given language-specific preference store access. -
Method Summary
Methods inherited from class BooleanPreference
getValue, setDefault, setValueMethods inherited from class AbstractPreference
addListener, getName, getStore, isDefault, removeListener, setToDefaultMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IPreference
addListener, removeListener
-
Constructor Details
-
LexicalSortPreference
@Inject public LexicalSortPreference(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess preferenceStoreAccess) Creates a new lexical sort preference for the outline using the given language-specific preference store access.- Parameters:
preferenceStoreAccess- preference store access for the language (notnull)
-