Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.team.ui.synchronize
Interface ISynchronizePage


public interface ISynchronizePage

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.

Since:
3.0

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

init

void init(
ISynchronizePageSite site)
          throws 
PartInitException
Initialize this page with workbench part that contains the page. This method will be called after the Page#init(IPageSite) but before Page#createControl(Composite)

Parameters:
site - the workbench part for the view containing the page
Throws:
PartInitException

getViewer


Viewer getViewer()
Returns the viewer associated with this page or null if the page doesn't have a viewer.

Returns:
the viewer associated with this page or null if the page doesn't have a viewer.

aboutToChangeProperty

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. The page can react to the change before change events are fired or veto the change.

Parameters:
configuration - the synchronize page configuration
key - the property key
newValue -
Returns:
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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire