Eclipse Platform
Release 3.2

org.eclipse.team.ui.history
Interface IHistoryView


public interface IHistoryView

This interface provides a way for clients to request the History View to display the history for a given object.

This interface is not intended to be implemented by clients.

Since:
3.2
See Also:
IFileHistory, IHistoryPage

Method Summary
 IHistoryPage getHistoryPage()
          Returns the history page that is currently being displayed by the history view.
 IHistoryPage showHistoryFor(Object object)
          Shows the history for the passed in object.
 

Method Detail

getHistoryPage

public IHistoryPage getHistoryPage()
Returns the history page that is currently being displayed by the history view. TODO: Need to explain what page this is. Is it the visible page?

Returns:

showHistoryFor

public IHistoryPage showHistoryFor(Object object)
Shows the history for the passed in object.

Parameters:
object -
Returns:
returns the history page that the passed in object is being shown in or null if no appropriate page can be found.

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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