Uses of Interface
org.eclipse.core.resources.ISavedState
Packages that use ISavedState
Package
Description
Provides basic support for managing a workspace and
its resources.
-
Uses of ISavedState in org.eclipse.core.resources
Methods in org.eclipse.core.resources that return ISavedStateModifier and TypeMethodDescriptionIWorkspace.addSaveParticipant(String pluginId, 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 bundle participated.IWorkspace.addSaveParticipant(Plugin plugin, ISaveParticipant participant) Deprecated.
IWorkspace.addSaveParticipant(String, ISaveParticipant)instead