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
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 the given object.
-
-
-
Parameters:
-
object
- the object
-
Returns:
- he history page source for the
given object
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.