Uses of Interface
org.eclipse.ui.INavigationLocation
Packages that use 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
Classes in org.eclipse.ui that implement INavigationLocationModifier and TypeClassDescriptionclass
Default implementation of INavigationLocation.Methods in org.eclipse.ui that return INavigationLocationModifier 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.Methods in org.eclipse.ui with parameters of type INavigationLocationModifier and TypeMethodDescriptionboolean
INavigationLocation.mergeInto
(INavigationLocation currentLocation) Merge the receiver intocurrentLocation
. -
Uses of INavigationLocation in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return INavigationLocationModifier and TypeMethodDescriptionNavigationHistory.getCurrentLocation()
NavigationHistory.getLocations()
Methods in org.eclipse.ui.internal with parameters of type INavigationLocationModifier and TypeMethodDescriptionNavigationHistory.createEntry
(IWorkbenchPage page, IEditorPart part, INavigationLocation location) Constructors in org.eclipse.ui.internal with parameters of type INavigationLocationModifierConstructorDescriptionNavigationHistoryEntry
(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
Classes in org.eclipse.ui.texteditor that implement INavigationLocationModifier and TypeClassDescriptionclass
Represents the text selection context marked for the user in the navigation history.Methods in org.eclipse.ui.texteditor that return INavigationLocationModifier and TypeMethodDescriptionAbstractTextEditor.createEmptyNavigationLocation()
AbstractTextEditor.createNavigationLocation()
Methods in org.eclipse.ui.texteditor with parameters of type INavigationLocationModifier and TypeMethodDescriptionboolean
TextSelectionNavigationLocation.mergeInto
(INavigationLocation location) Merges the given location into this one.