Uses of Interface
org.eclipse.team.ui.history.IHistoryView
Packages that use IHistoryView
Package
Description
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
-
Uses of IHistoryView in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return IHistoryViewModifier and TypeMethodDescriptionstatic IHistoryViewTeamUI.getHistoryView()Shows the history view and returns a handle to it.static IHistoryViewTeamUI.showHistoryFor(IWorkbenchPage page, Object input, IHistoryPageSource pageSource) Shows a history view containing the given input and returns a handle to the view ornullif no history was available for the given input. -
Uses of IHistoryView in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history that return IHistoryViewModifier and TypeMethodDescriptionHistoryPage.getHistoryView()IHistoryPage.getHistoryView()Returns theIHistoryViewinstance that contains this history page or null if the history view instance cannot be determined.Methods in org.eclipse.team.ui.history with parameters of type IHistoryView