|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface to an object which is capable of supplying a history page for display by the history view or other views, dialogs or editors that wish to display the history of an object. TODO: There are two ways a history page source is obtained...
This interface is not intended to be implemented by clients.
Clients can instead subclass HistoryPageSource.
IFileHistoryProvider| Method Summary | |
|---|---|
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 historyview to create the page for this IFileHistoryProvider. |
| Method Detail |
public boolean canShowHistoryFor(Object object)
object - the object that is to have history shown
public Page createPage(Object object)
IHistoryPage.
object - the object whose history is to be shown
IHistoryPage
|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.