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
    Modifier and Type
    Field
    Description
    static final String
    The action id.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ShowEventsSectionActionContribution

      public ShowEventsSectionActionContribution(ShowEventsSectionPreferences showEventsSectionPreferences)
  • Method Details

    • getPreference

      protected org.eclipse.handly.ui.preference.IBooleanPreference getPreference()
      Specified by:
      getPreference in class org.eclipse.handly.ui.outline.ToggleActionContribution
    • configureAction

      protected void configureAction(org.eclipse.jface.action.IAction action)
      Specified by:
      configureAction in class org.eclipse.handly.ui.outline.ToggleActionContribution