Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use IResourceChangeListener
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
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 concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
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, and various label providers for workbench-specific objects like editors, views, and perspectives. 
 

Uses of IResourceChangeListener in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources with parameters of type IResourceChangeListener
 void IWorkspace. addResourceChangeListener ( IResourceChangeListener listener)
          Adds the given listener for resource change events to this workspace.
 void IWorkspace. addResourceChangeListener ( IResourceChangeListener listener, int eventMask)
          Adds the given listener for the specified resource change events to this workspace.
 void ISavedState. processResourceChangeEvents ( IResourceChangeListener listener)
          Used to receive notification of changes that might have happened while this plug-in was not active.
 void IWorkspace. removeResourceChangeListener ( IResourceChangeListener listener)
          Removes the given resource change listener from this workspace.
 

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

Classes in org.eclipse.team.ui.synchronize that implement IResourceChangeListener
 class SyncInfoCompareInput
          A SyncInfo editor input used as input to a two-way or three-way compare viewer.
 

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 CloseUnrelatedProjectsAction
          This action closes all projects that are unrelated to the selected projects.
 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
          Tree content provider for resource objects that can be adapted to the interface IWorkbenchAdapter.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire