PTP
Release 7.0

Uses of Class
org.eclipse.ptp.rdt.sync.core.SyncManager.SyncMode

Packages that use SyncManager.SyncMode
org.eclipse.ptp.rdt.sync.core   
 

Uses of SyncManager.SyncMode in org.eclipse.ptp.rdt.sync.core
 

Methods in org.eclipse.ptp.rdt.sync.core that return SyncManager.SyncMode
static SyncManager.SyncMode SyncManager.getSyncMode(IProject project)
          Get sync mode for a project
static SyncManager.SyncMode SyncManager.SyncMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SyncManager.SyncMode[] SyncManager.SyncMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.ptp.rdt.sync.core with parameters of type SyncManager.SyncMode
static void SyncManager.setSyncMode(IProject project, SyncManager.SyncMode mode)
          Set sync mode for a project
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.