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 saveable model 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[] ModelLifecycleEvent.getModels()
          Returns the affected models.
 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.
 ISaveableModel[] ISaveableModelManager.getOpenModels()
          Returns the list of open models managed by this model manager.
 

Constructors in org.eclipse.ui with parameters of type ISaveableModel
ModelLifecycleEvent(Object source, int eventType, ISaveableModel[] models, boolean force)
          Creates a new ModelLifecycleEvent.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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