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
public abstract class HistoryPageSource extends Object implements IHistoryPageSource
Abstract HistoryPageSource class.- Since:
- 3.2
- See Also:
IHistoryPageSource
-
-
Constructor Summary
Constructors Constructor Description HistoryPageSource()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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
-
-
-
-
Method Detail
-
getHistoryPageSource
public static IHistoryPageSource getHistoryPageSource(Object object)
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
-
-