org.eclipse.team.ui.history
Class HistoryPageSource
java.lang.Object
org.eclipse.team.ui.history.HistoryPageSource
- All Implemented Interfaces:
- IHistoryPageSource
- public abstract class HistoryPageSource
- extends Object
- implements IHistoryPageSource
Abstract HistoryPageSource class.
- Since:
- 3.2
- See Also:
IHistoryPageSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryPageSource
public HistoryPageSource()
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 th egiven object.
- Parameters:
object
- the object
- Returns:
- he history page source for the
given object
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.