Interface NavigationHost

  • All Known Implementing Classes:
    CodeEditor

    public interface NavigationHost
    Implemented by classes that may request a code support navigator.
    Author:
    Chris Jennings
    • Method Detail

      • getNavigator

        Navigator getNavigator()
        Returns the currently hosted navigator, or null.
        Returns:
        the navigator that would be refreshed if a refresh was requested
      • refreshNavigator

        void refreshNavigator()
        Requests that the host update to the latest navigation points.