Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.ui.ISaveableModel

Packages that use ISaveableModel
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
 

Uses of ISaveableModel in org.eclipse.team.ui.mapping
 

Subinterfaces of ISaveableModel in org.eclipse.team.ui.mapping
 interface ISaveableCompareModel
          A saveable compare model is used to buffer changes made when comparing or merging a model.
 

Classes in org.eclipse.team.ui.mapping that implement ISaveableModel
 class SaveableCompareModel
          A model buffer is used to buffer changes made when comparing or merging a model.
 

Uses of ISaveableModel in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return ISaveableModel
 ISaveableModel[] ModelSynchronizeParticipant.getModels()
           
 ISaveableModel[] ModelSynchronizeParticipant.getActiveModels()
           
 

Uses of ISaveableModel in org.eclipse.ui
 

Methods in org.eclipse.ui that return ISaveableModel
 ISaveableModel[] ISaveableModelSource.getModels()
          Returns the saveable models presented by the workbench part.
 ISaveableModel[] ISaveableModelSource.getActiveModels()
          Returns the saveable models currently active in the workbench part.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.