Package org.eclipse.team.ui.history
Class HistoryPageSource
java.lang.Object
org.eclipse.team.ui.history.HistoryPageSource
- All Implemented Interfaces:
IHistoryPageSource
- Direct Known Subclasses:
ElementLocalHistoryPageSource
Abstract HistoryPageSource class.
- Since:
- 3.2
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IHistoryPageSource
getHistoryPageSource
(Object object) Convenience method that returns the history page source for the given object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.team.ui.history.IHistoryPageSource
canShowHistoryFor, createPage
-
Constructor Details
-
HistoryPageSource
public HistoryPageSource()
-
-
Method Details
-
getHistoryPageSource
Convenience method that returns the history page source for the given object. This method only finds a source. It does not query the source to see if the source can display history for the given object.- Parameters:
object
- the object- Returns:
- he history page source for the given object
-