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
-
-
Constructor Summary
Constructors Constructor Description ShowEventsSectionActionContribution(ShowEventsSectionPreferences showEventsSectionPreferences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configureAction(org.eclipse.jface.action.IAction action)
protected org.eclipse.handly.ui.preference.IBooleanPreference
getPreference()
-
Methods inherited from class org.eclipse.handly.ui.outline.ToggleActionContribution
createAction, disposeAction
-
-
-
-
Field Detail
-
ID
public static final String ID
The action id.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ShowEventsSectionActionContribution
public ShowEventsSectionActionContribution(ShowEventsSectionPreferences showEventsSectionPreferences)
-
-
Method Detail
-
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
-
-