Class LinkWithEditorPreference
java.lang.Object
org.eclipse.handly.ui.preference.AbstractPreference
org.eclipse.handly.ui.preference.BooleanPreference
org.eclipse.handly.xtext.ui.outline.LinkWithEditorPreference
- All Implemented Interfaces:
IBooleanPreference, IPreference
A language-specific link-with-editor preference for the outline.
-
Constructor Summary
ConstructorsConstructorDescriptionLinkWithEditorPreference(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess preferenceStoreAccess) Creates a new link-with-editor 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
-
LinkWithEditorPreference
@Inject public LinkWithEditorPreference(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess preferenceStoreAccess) Creates a new link-with-editor preference for the outline using the given language-specific preference store access.- Parameters:
preferenceStoreAccess- preference store access for the language (notnull)
-