Package ca.cgjennings.ui.textedit
Interface NavigationHost
-
- All Known Implementing Classes:
CodeEditor
public interface NavigationHost
Implemented by classes that may request a code support navigator.- Author:
- Chris Jennings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Navigator
getNavigator()
Returns the currently hosted navigator, or null.void
refreshNavigator()
Requests that the host update to the latest navigation points.
-
-
-
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.
-
-