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.
|
Modifier and Type | Method and Description |
---|---|
static IHistoryView |
TeamUI.getHistoryView()
Shows the history view and returns a handle to it.
|
static IHistoryView |
TeamUI.showHistoryFor(IWorkbenchPage page,
Object input,
IHistoryPageSource pageSource)
Shows a history view containing the given input and returns a handle to the view
or
null if no history was available for the given input. |
Modifier and Type | Method and Description |
---|---|
IHistoryView |
HistoryPage.getHistoryView() |
IHistoryView |
IHistoryPage.getHistoryView()
Returns the
IHistoryView instance that contains this history page or null if
the history view instance cannot be determined. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryPage.setHistoryView(IHistoryView historyView) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.