Package com._1c.g5.v8.dt.bsl.ui.outline
Class ShowEventsSectionPreferences
java.lang.Object
org.eclipse.handly.ui.preference.AbstractPreference
org.eclipse.handly.ui.preference.BooleanPreference
com._1c.g5.v8.dt.bsl.ui.outline.ShowEventsSectionPreferences
- All Implemented Interfaces:
org.eclipse.handly.ui.preference.IBooleanPreference
,org.eclipse.handly.ui.preference.IPreference
public class ShowEventsSectionPreferences
extends org.eclipse.handly.ui.preference.BooleanPreference
Special preferences for saving state of "Show Events Section" action in toolbar
-
Constructor Summary
ConstructorsConstructorDescriptionShowEventsSectionPreferences
(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess preferenceStoreAccess) -
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 Details
-
ShowEventsSectionPreferences
@Inject public ShowEventsSectionPreferences(org.eclipse.xtext.ui.editor.preferences.IPreferenceStoreAccess preferenceStoreAccess) - Parameters:
preferenceStoreAccess
- preference store access for the language (notnull
)
-