public interface IHistoryPageSource
HistoryPageSource
.IFileHistoryProvider
Modifier and Type | Method and Description |
---|---|
boolean |
canShowHistoryFor(Object object)
Returns true if this history page source can show a history for the given object, false if it cannot
|
Page |
createPage(Object object)
Called by the history view to create the page for this IFileHistoryProvider.
|
boolean canShowHistoryFor(Object object)
object
- the object that is to have history shownPage createPage(Object object)
IHistoryPage
.object
- the object whose history is to be shownIHistoryPage
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.