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

Uses of Class
org.eclipse.team.core.synchronize.SyncInfoSet

Packages that use SyncInfoSet
org.eclipse.team.core.subscribers Application programming interfaces for generating and refreshing synchronization state. 
org.eclipse.team.core.synchronize Application programming interfaces for managing synchronization state. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of SyncInfoSet in org.eclipse.team.core.subscribers
 

Methods in org.eclipse.team.core.subscribers with parameters of type SyncInfoSet
 void Subscriber. collectOutOfSync ( IResource[] resources, int depth, SyncInfoSet set, IProgressMonitor monitor)
          Adds all out-of-sync resources (getKind() !
 

Uses of SyncInfoSet in org.eclipse.team.core.synchronize
 

Subclasses of SyncInfoSet in org.eclipse.team.core.synchronize
 class SyncInfoTree
          Provides addition API for accessing the SyncInfo in the set through their resource's hierarchical relationships.
 

Methods in org.eclipse.team.core.synchronize that return SyncInfoSet
  SyncInfoSet SyncInfoSetChangeEvent. getSet ()
           
  SyncInfoSet ISyncInfoSetChangeEvent. getSet ()
          Returns the SyncInfoSet that generated these events.
 

Methods in org.eclipse.team.core.synchronize with parameters of type SyncInfoSet
 void SyncInfoSet. addAll ( SyncInfoSet set)
          Add all the sync info from the given set to this set.
 void ISyncInfoSetChangeListener. syncInfoSetErrors ( SyncInfoSet set, ITeamStatus[] errors, IProgressMonitor monitor)
          This method is called when errors have occurred calculating the SyncInfo for a resource.
 void ISyncInfoSetChangeListener. syncInfoSetReset ( SyncInfoSet set, IProgressMonitor monitor)
          Sent when the contents of a SyncInfoSet have been reset or the listener has been connected to the set for the first time using SyncInfoSet#connect(ISyncInfoSetChangeListener, IProgressMonitor).
 

Constructors in org.eclipse.team.core.synchronize with parameters of type SyncInfoSet
SyncInfoSetChangeEvent ( SyncInfoSet set)
           
 

Uses of SyncInfoSet in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return SyncInfoSet
protected   SyncInfoSet SynchronizeModelOperation. getSyncInfoSet ()
          Returns a sync info set that contains the SyncInfofor the elements of this operations.
  SyncInfoSet ISynchronizePageConfiguration. getSyncInfoSet ()
          Return the set associated with the P_SYNC_INFO_SET property or null if the property is not set.
 


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