|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for Page
subclasses that can appear in
the synchronize view ISynchronizeView
and other views, editors or
dialogs that display synchronization information. It is not a requirement
that pages that appear in the synchronize view implement this interface.
Method Summary | |
---|---|
boolean |
aboutToChangeProperty(ISynchronizePageConfiguration configuration,
String key,
Object newValue)
Callback that is invoked from the synchronize configuration whenever a property's value is about to be changed. |
Viewer |
getViewer()
Returns the viewer associated with this page or null if the page
doesn't have a viewer. |
void |
init(ISynchronizePageSite site)
Initialize this page with workbench part that contains the page. |
Method Detail |
public void init(ISynchronizePageSite site) throws PartInitException
Page#init(IPageSite)
but before Page#createControl(Composite)
site
- the workbench part for the view containing the page
PartInitException
public Viewer getViewer()
null
if the page
doesn't have a viewer.
null
if the page
doesn't have a viewer.public boolean aboutToChangeProperty(ISynchronizePageConfiguration configuration, String key, Object newValue)
configuration
- the synchronize page configurationkey
- the property keynewValue
-
true if the property change should continue to be
fired to other listeners or false
to veto the property change
notification.
|
Eclipse Platform Release 3.1 |
|||||||||||
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.