Uses of Interface
org.eclipse.ui.INavigationLocation
-
Packages that use INavigationLocation Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.texteditor 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 INavigationLocation Modifier and Type Class Description classNavigationLocationDefault implementation of INavigationLocation.Methods in org.eclipse.ui that return INavigationLocation Modifier and Type Method Description INavigationLocationINavigationLocationProvider. createEmptyNavigationLocation()Creates an empty navigation location.INavigationLocationINavigationLocationProvider. createNavigationLocation()Creates a navigation location describing the current state.INavigationLocationINavigationHistory. getCurrentLocation()Returns the current location.INavigationLocation[]INavigationHistory. getLocations()Returns all entries in the history.Methods in org.eclipse.ui with parameters of type INavigationLocation Modifier and Type Method Description booleanINavigationLocation. mergeInto(INavigationLocation currentLocation)Merge the receiver intocurrentLocation. -
Uses of INavigationLocation in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement INavigationLocation Modifier and Type Class Description classTextSelectionNavigationLocationRepresents the text selection context marked for the user in the navigation history.Methods in org.eclipse.ui.texteditor that return INavigationLocation Modifier and Type Method Description INavigationLocationAbstractTextEditor. createEmptyNavigationLocation()INavigationLocationAbstractTextEditor. createNavigationLocation()Methods in org.eclipse.ui.texteditor with parameters of type INavigationLocation Modifier and Type Method Description booleanTextSelectionNavigationLocation. mergeInto(INavigationLocation location)Merges the given location into this one.
-