Uses of Interface
org.eclipse.ui.INavigationHistory
-
Packages that use INavigationHistory Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of INavigationHistory in org.eclipse.ui
Methods in org.eclipse.ui that return INavigationHistory Modifier and Type Method Description INavigationHistory
IWorkbenchPage. getNavigationHistory()
Returns the navigation history which manages a list of entries keeping the history of places (positions, selection and editors) the user visited making it easier to the user to move back and forward without losing context.
-