Eclipse Platform
Release 3.2

org.eclipse.team.ui.history
Interface IHistoryPageSource

All Known Implementing Classes:
HistoryPageSource

public interface IHistoryPageSource

Interface to an object which is capable of supplying a history page for display by the history view or other views, dialogs or editors that wish to display the history of an object. TODO: There are two ways a history page source is obtained...

This interface is not intended to be implemented by clients. Clients can instead subclass HistoryPage.

Since:
3.2
See Also:
IFileHistoryProvider

Method Summary
 Page createPage(Object object)
          Called by the historyview to create the page for this IFileHistoryProvider.
 

Method Detail

createPage

public Page createPage(Object object)
Called by the historyview to create the page for this IFileHistoryProvider. The page must implement IHistoryPage.

Parameters:
object - TODO
Returns:
a Page that implements IHistoryPage (should return either an IPage, IPageBookViewPage or an IHistoryPage
See Also:
IHistoryPage

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.