public abstract class HistoryPage extends Page implements IHistoryPage, IAdaptable
Clients may subclass this class.
IHistoryPage
Constructor and Description |
---|
HistoryPage() |
Modifier and Type | Method and Description |
---|---|
IHistoryPageSite |
getHistoryPageSite()
Returns the
IHistoryPageSite set for this page. |
Object |
getInput()
Returns the object whose history is currently being displayed in the history page.
|
abstract boolean |
inputSet()
Called by HistoryPage after
setInput(Object) . |
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. |
createControl, dispose, getControl, getSite, init, makeContributions, setActionBars, setFocus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getName, isValidInput, refresh
getAdapter
public void setSite(IHistoryPageSite site)
IHistoryPage
IHistoryPageSite
in order to allow history pages to be displayed in
both views and dialogs.setSite
in interface IHistoryPage
site
- the history page sitepublic IHistoryPageSite getHistoryPageSite()
IHistoryPage
IHistoryPageSite
set for this page.getHistoryPageSite
in interface IHistoryPage
public Object getInput()
IHistoryPage
getInput
in interface IHistoryPage
null
if no input has been set;public boolean setInput(Object object)
IHistoryPage
setInput
in interface IHistoryPage
object
- the object for which history is being requested forpublic abstract boolean inputSet()
setInput(Object)
. Clients can
gain access to the input by using getInput()
.true
if the page was able to display the contents, false
otherwiseGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.