|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for pages that appear in the team history view.
This interface is not intended to be implemented by clients.
Clients can instead subclass HistoryPage
.
TeamUI.getHistoryView()
Method Summary | |
---|---|
String |
getDescription()
Returns a one line description of the object whose history is being displayed. |
IHistoryPageSite |
getHistoryPageSite()
Returns the IHistoryPageSite set for this page. |
Object |
getInput()
Returns the object whose history is currently being displayed in the history page. |
String |
getName()
Returns the name of the object whose history the page is showing |
boolean |
isValidInput(Object object)
Returns true if this history page can show a history for the given object, false if it cannot |
void |
refresh()
Requests a refresh of the information presented by the history page. |
boolean |
setInput(Object object)
Fetches and populates the history page for the given Object. |
void |
setSite(IHistoryPageSite site)
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. |
Method Detail |
public boolean setInput(Object object)
object
- the object for which history is being requested for
public Object getInput()
null
if no input has been set;public boolean isValidInput(Object object)
object
- the object that is to have history shown
public void refresh()
public String getName()
public String getDescription()
null
public void setSite(IHistoryPageSite site)
IHistoryPageSite
in order to allow history pages to be displayed in
both views and dialogs.
site
- the history page sitepublic IHistoryPageSite getHistoryPageSite()
IHistoryPageSite
set for this page.
|
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.