Uses of Interface
org.eclipse.ui.INavigationLocation
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of INavigationLocation in org.eclipse.ui
Modifier and TypeClassDescriptionclass
Default implementation of INavigationLocation.Modifier and TypeMethodDescriptionINavigationLocationProvider.createEmptyNavigationLocation()
Creates an empty navigation location.INavigationLocationProvider.createNavigationLocation()
Creates a navigation location describing the current state.INavigationHistory.getCurrentLocation()
Returns the current location.INavigationHistory.getLocations()
Returns all entries in the history.Modifier and TypeMethodDescriptionboolean
INavigationLocation.mergeInto
(INavigationLocation currentLocation) Merge the receiver intocurrentLocation
. -
Uses of INavigationLocation in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionNavigationHistory.getCurrentLocation()
NavigationHistory.getLocations()
Modifier and TypeMethodDescriptionNavigationHistory.createEntry
(IWorkbenchPage page, IEditorPart part, INavigationLocation location) ModifierConstructorDescriptionNavigationHistoryEntry
(NavigationHistoryEditorInfo editorInfo, IWorkbenchPage page, IEditorPart part, INavigationLocation location) Constructs a new HistoryEntry and intializes its editor input and editor id. -
Uses of INavigationLocation in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
Represents the text selection context marked for the user in the navigation history.Modifier and TypeMethodDescriptionAbstractTextEditor.createEmptyNavigationLocation()
AbstractTextEditor.createNavigationLocation()
Modifier and TypeMethodDescriptionboolean
TextSelectionNavigationLocation.mergeInto
(INavigationLocation location) Merges the given location into this one.