Class BslSourceElementLinkingHelper

java.lang.Object
org.eclipse.ui.OpenAndLinkWithEditorHelper
org.eclipse.handly.ui.outline.OutlineLinkingHelper
org.eclipse.handly.ui.outline.SourceElementLinkingHelper
com._1c.g5.v8.dt.bsl.ui.outline.BslSourceElementLinkingHelper

public class BslSourceElementLinkingHelper extends org.eclipse.handly.ui.outline.SourceElementLinkingHelper
Special SourceElementLinkingHelper for Bsl module with activate supporting
  • Field Summary

    Fields inherited from class org.eclipse.handly.ui.outline.SourceElementLinkingHelper

    inputElementProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
    BslSourceElementLinkingHelper(org.eclipse.handly.ui.outline.ICommonOutlinePage outlinePage, org.eclipse.handly.ui.IInputElementProvider inputElementProvider)
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    open(ISelection selection, boolean activate)
     

    Methods inherited from class org.eclipse.handly.ui.outline.SourceElementLinkingHelper

    dispose, getContentAdapter, getLinkedSelection, getLinkedSelection, getTargetEditor, isInEditor, linkToEditor, linkToEditor, linkToOutline

    Methods inherited from class org.eclipse.handly.ui.outline.OutlineLinkingHelper

    activate, getOutlinePage, setLinkWithEditor

    Methods inherited from class java.lang.Object

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

    • BslSourceElementLinkingHelper

      public BslSourceElementLinkingHelper(org.eclipse.handly.ui.outline.ICommonOutlinePage outlinePage, org.eclipse.handly.ui.IInputElementProvider inputElementProvider)
      Constructor
      Parameters:
      outlinePage - never null
      inputElementProvider - actual IInputElementProvider, can't be null
  • Method Details

    • open

      protected void open(ISelection selection, boolean activate)
      Overrides:
      open in class org.eclipse.handly.ui.outline.OutlineLinkingHelper