Uses of Interface
org.eclipse.core.filebuffers.ISynchronizationContext
-
Packages that use ISynchronizationContext Package Description org.eclipse.core.filebuffers Provides the API for accessing file buffers. -
-
Uses of ISynchronizationContext in org.eclipse.core.filebuffers
Methods in org.eclipse.core.filebuffers with parameters of type ISynchronizationContext Modifier and Type Method Description void
IFileBufferManager. setSynchronizationContext(ISynchronizationContext context)
Sets the synchronization context for this file buffer manager, i.e., for all file buffers this manager manages.
-