| org.eclipse.ui.INavigationLocationProvider
All known Subclasses: org.eclipse.ui.texteditor.AbstractTextEditor,
INavigationLocationProvider | public interface INavigationLocationProvider (Code) | | Should be implemented by editors that wish to contribute to the
navigation history. The message createNavigationLocation
will be sent when a new location is marked in the history.
since: 2.1 |
createEmptyNavigationLocation | public INavigationLocation createEmptyNavigationLocation()(Code) | | Creates an empty navigation location. The message restoreState
will be sent to the location to restore its state.
INavigationLocation |
createNavigationLocation | public INavigationLocation createNavigationLocation()(Code) | | Creates a navigation location describing the current state.
INavigationLocation |
|
|