Eclipse Platform
Release 3.2

Uses of Class
org.eclipse.ui.Saveable

Packages that use Saveable
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.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.navigator Provides the Common Navigator framework.  
 

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

Subclasses of Saveable in org.eclipse.team.ui.mapping
 class SaveableComparison
          A saveable comparison is used to buffer changes made when comparing or merging model elements.
 

Uses of Saveable in org.eclipse.ui
 

Methods in org.eclipse.ui that return Saveable
 Saveable[] SaveablesLifecycleEvent.getSaveables()
          Returns the affected saveables.
 Saveable[] ISaveablesSource.getSaveables()
          Returns the saveables presented by the workbench part.
 Saveable[] ISaveablesSource.getActiveSaveables()
          Returns the saveables currently active in the workbench part.
 

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

Uses of Saveable in org.eclipse.ui.navigator
 

Methods in org.eclipse.ui.navigator that return Saveable
abstract  Saveable[] SaveablesProvider.getSaveables()
          Returns the saveables reachable through this provider.
abstract  Saveable SaveablesProvider.getSaveable(Object element)
          Returns the saveable for the given element, or null if the element does not represent a saveable.
 Saveable[] INavigatorSaveablesService.getSaveables()
          Returns the Saveable objects for which elements are contained in the tree.
 Saveable[] INavigatorSaveablesService.getActiveSaveables()
          Returns the active saveables based on the current selection.
 Saveable[] CommonNavigator.getSaveables()
           
 Saveable[] CommonNavigator.getActiveSaveables()
           
 

Methods in org.eclipse.ui.navigator with parameters of type Saveable
protected  void SaveablesProvider.fireSaveablesOpened(Saveable[] models)
          Notifies the listener that the given models were opened in this model provider.
protected  boolean SaveablesProvider.fireSaveablesClosing(Saveable[] models, boolean force)
          Notifies the listener that the given models are about to be closed in this model provider.
protected  void SaveablesProvider.fireSaveablesClosed(Saveable[] models)
          Notifies the listener that the given models were closed in this model provider.
protected  void SaveablesProvider.fireSaveablesDirtyChanged(Saveable[] models)
          Notifies the listener that the given models' dirty state has changed.
abstract  Object[] SaveablesProvider.getElements(Saveable saveable)
          Returns the elements representing the given saveable.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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