Uses of Interface
org.eclipse.core.resources.ISaveParticipant

Packages that use ISaveParticipant
org.eclipse.core.internal.events   
org.eclipse.core.internal.resources   
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.jdt.internal.core   
 

Uses of ISaveParticipant in org.eclipse.core.internal.events
 

Methods in org.eclipse.core.internal.events with parameters of type ISaveParticipant
static void ResourceStats.startSave(ISaveParticipant participant)
           
 

Uses of ISaveParticipant in org.eclipse.core.internal.resources
 

Methods in org.eclipse.core.internal.resources with parameters of type ISaveParticipant
 ISavedState SaveManager.addParticipant(org.eclipse.core.runtime.Plugin plugin, ISaveParticipant participant)
           
 ISavedState Workspace.addSaveParticipant(org.eclipse.core.runtime.Plugin plugin, ISaveParticipant participant)
           
 

Uses of ISaveParticipant in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources with parameters of type ISaveParticipant
 ISavedState IWorkspace.addSaveParticipant(org.eclipse.core.runtime.Plugin plugin, ISaveParticipant participant)
          Registers the given plug-in's workspace save participant, and returns an object describing the workspace state at the time of the last save in which the plug-in participated.
 

Uses of ISaveParticipant in org.eclipse.jdt.internal.core
 

Classes in org.eclipse.jdt.internal.core that implement ISaveParticipant
 class JavaModelManager
          The JavaModelManager manages instances of IJavaModel.