Eclipse Platform
Release 3.6

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

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

Uses of ISaveParticipant in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources with parameters of type ISaveParticipant
 ISavedState IWorkspace.addSaveParticipant(Plugin plugin, ISaveParticipant participant)
          Deprecated. Use IWorkspace.addSaveParticipant(String, ISaveParticipant) instead
 ISavedState IWorkspace.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.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.