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:
  • Constructor Details

    • HistoryPageSource

      public HistoryPageSource()
  • Method Details

    • 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