Class CustomTextSelectionNavigationLocation

  • All Implemented Interfaces:
    org.eclipse.ui.INavigationLocation

    public class CustomTextSelectionNavigationLocation
    extends org.eclipse.ui.texteditor.TextSelectionNavigationLocation
    Special TextSelectionNavigationLocation with processing IDtGranularEditorEmbeddedEditorPage from IDtGranularEditor
    • Constructor Detail

      • CustomTextSelectionNavigationLocation

        public CustomTextSelectionNavigationLocation​(org.eclipse.ui.texteditor.ITextEditor part,
                                                     boolean initialize)
        Constructor
        Parameters:
        part - the text editor part, cannot be null
        initialize - a boolean indicating whether to initialize the new instance from the current selection
    • Method Detail

      • getEditorPart

        protected org.eclipse.ui.IEditorPart getEditorPart()
        Overrides:
        getEditorPart in class org.eclipse.ui.NavigationLocation