Eclipse Platform
2.0

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

Packages that use IResourceChangeListener
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element. 
 

Uses of IResourceChangeListener in org.eclipse.ui.actions
 

Classes in org.eclipse.ui.actions that implement IResourceChangeListener
 class CloseResourceAction
          Standard action for closing the currently selected project(s)
 class OpenResourceAction
          Standard action for opening the currently selected project(s).
 

Uses of IResourceChangeListener in org.eclipse.ui.editors.text
 

Classes in org.eclipse.ui.editors.text that implement IResourceChangeListener
protected  class FileDocumentProvider.FileSynchronizer
          Synchronizes the document with external resource changes.
 

Uses of IResourceChangeListener in org.eclipse.ui.model
 

Classes in org.eclipse.ui.model that implement IResourceChangeListener
 class WorkbenchContentProvider
          Provides tree contents for objects that have the IWorkbenchAdapter adapter registered.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.