Uses of Interface
org.eclipse.team.ui.history.IHistoryView
-
Packages that use IHistoryView Package Description org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history. -
-
Uses of IHistoryView in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return IHistoryView Modifier and Type Method Description static 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 IHistoryView Modifier and Type Method Description IHistoryViewHistoryPage. getHistoryView()IHistoryViewIHistoryPage. 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 Modifier and Type Method Description voidHistoryPage. setHistoryView(IHistoryView historyView)
-