Package com._1c.g5.v8.dt.bsl.ui.outline
Class ShowEventsSectionActionContribution
java.lang.Object
org.eclipse.handly.ui.outline.OutlineContribution
org.eclipse.handly.ui.outline.OutlineActionContribution
org.eclipse.handly.ui.outline.ToggleActionContribution
com._1c.g5.v8.dt.bsl.ui.outline.ShowEventsSectionActionContribution
- All Implemented Interfaces:
org.eclipse.handly.ui.outline.IOutlineContribution
public class ShowEventsSectionActionContribution
extends org.eclipse.handly.ui.outline.ToggleActionContribution
Special action for show/hide Events Section
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShowEventsSectionActionContribution
(ShowEventsSectionPreferences showEventsSectionPreferences) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
configureAction
(org.eclipse.jface.action.IAction action) protected org.eclipse.handly.ui.preference.IBooleanPreference
Methods inherited from class org.eclipse.handly.ui.outline.ToggleActionContribution
createAction, disposeAction
Methods inherited from class org.eclipse.handly.ui.outline.OutlineActionContribution
contribute, dispose, getContributionManager, init
Methods inherited from class org.eclipse.handly.ui.outline.OutlineContribution
getOutlinePage
-
Field Details
-
ID
The action id.- See Also:
-
-
Constructor Details
-
ShowEventsSectionActionContribution
public ShowEventsSectionActionContribution(ShowEventsSectionPreferences showEventsSectionPreferences)
-
-
Method Details
-
getPreference
protected org.eclipse.handly.ui.preference.IBooleanPreference getPreference()- Specified by:
getPreference
in classorg.eclipse.handly.ui.outline.ToggleActionContribution
-
configureAction
protected void configureAction(org.eclipse.jface.action.IAction action) - Specified by:
configureAction
in classorg.eclipse.handly.ui.outline.ToggleActionContribution
-