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 ISynchronizeView

All Superinterfaces:
IAdaptable, IPersistable, IViewPart, IWorkbenchPart

public interface ISynchronizeView
extends IViewPart

A view that displays synchronization participants that are registered with the synchronize manager. This is essentially a generic container that allows multiple ISynchronizeParticipant implementations to share the same view. The only behavior provided by the view is a mechanism for switching between participants.

Clients can not add viewActions to this view because they will be global to all participants. Instead, add participant specific actions as described in ISynchronizePageConfiguration.

Clients are not intended to implement this interface.

Since:
3.0
See Also:
ISynchronizeManager.showSynchronizeViewInActivePage()

Field Summary
static  String COMPARE_VIEW_ID
          Deprecated. not used, please use VIEW_ID instead.
static  String VIEW_ID
          The id for this view
 
Fields inherited from interface org.eclipse.ui. IWorkbenchPart
PROP_TITLE
 
Method Summary
 void display ( ISynchronizeParticipant participant)
          Displays the given synchronize participant in the Synchronize View.
  ISynchronizeParticipant getParticipant ()
          Returns the participant currently being displayed in the Synchronize View or null if none.
 
Methods inherited from interface org.eclipse.ui. IViewPart
getViewSite, init, init, saveState
 
Methods inherited from interface org.eclipse.ui. IWorkbenchPart
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 

Field Detail

VIEW_ID

static final 
String VIEW_ID
The id for this view

See Also:
Constant Field Values

COMPARE_VIEW_ID

static final 
String COMPARE_VIEW_ID
Deprecated. not used, please use VIEW_ID instead.
This id is no longer used.

See Also:
Constant Field Values
Method Detail

display

void display(
ISynchronizeParticipant participant)
Displays the given synchronize participant in the Synchronize View. This has no effect if this participant is already being displayed.

Parameters:
participant - participant to be displayed, cannot be null

getParticipant


ISynchronizeParticipant getParticipant()
Returns the participant currently being displayed in the Synchronize View or null if none.

Returns:
the participant currently being displayed in the Synchronize View or null if none

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