|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
TODO: provide a comment and an abstract class
This interface is not intended to be implemented by clients.
Clients can instead subclass HistoryPage.
| Method Summary | |
|---|---|
boolean |
canShowHistoryFor(Object object)
Returns true if this history page can show a history for the given object, false if it cannot |
IHistoryPageSite |
getHistoryPageSite()
Returns the IHistoryPageSite set for this page. |
String |
getName()
Returns the name of the object whose history the page is showing |
void |
refresh()
Requests a refresh of the information presented by the history page. |
void |
setSite(IHistoryPageSite viewSite)
Set the site for the page - this needs to be replaced with a proper IHistoryPageSite in order to allow history pages to be displayed in both views and dialogs |
boolean |
showHistory(Object object,
boolean refetch)
Fetches and populates the history page for the given Object. |
| Method Detail |
public boolean showHistory(Object object,
boolean refetch)
object - the object for which history is being requested for
public boolean canShowHistoryFor(Object object)
object - the object that is to have history shown
public void refresh()
public String getName()
public void setSite(IHistoryPageSite viewSite)
viewSite - public IHistoryPageSite getHistoryPageSite()
|
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, 2005. All rights reserved.