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

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

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

Classes in org.eclipse.core.internal.resources that implement ISavedState
 class SavedState
          Standard implementation of the ISavedState interface.
 

Methods in org.eclipse.core.internal.resources that return ISavedState
 ISavedState SaveManager.addParticipant(org.eclipse.core.runtime.Plugin plugin, ISaveParticipant participant)
           
 ISavedState Workspace.addSaveParticipant(org.eclipse.core.runtime.Plugin plugin, ISaveParticipant participant)
           
 

Uses of ISavedState in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return ISavedState
 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.