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
public class LinkWithEditorPreference extends BooleanPreference
A language-specific link-with-editor preference for the outline.
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
-
Methods inherited from class org.eclipse.handly.ui.preference.BooleanPreference
getValue, setDefault, setValue
-
Methods inherited from class org.eclipse.handly.ui.preference.AbstractPreference
addListener, getName, getStore, isDefault, removeListener, setToDefault
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.handly.ui.preference.IPreference
addListener, removeListener
-
-
-
-
Constructor Detail
-
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
)
-
-