Package | Description |
---|---|
org.eclipse.team.ui.history |
Application programming interfaces for working with history
Package Specification
This package specifies the API for providing history pages to the history view.
|
Modifier and Type | Method and Description |
---|---|
IHistoryPageSite |
HistoryPage.getHistoryPageSite() |
IHistoryPageSite |
IHistoryPage.getHistoryPageSite()
Returns the
IHistoryPageSite set for this page. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryPage.setSite(IHistoryPageSite site) |
void |
IHistoryPage.setSite(IHistoryPageSite site)
Set the site for the page - this needs to be replaced with a proper
IHistoryPageSite in order to allow history pages to be displayed in
both views and dialogs. |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.