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.IResourceChangeEvent

Packages that use IResourceChangeEvent
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. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

Uses of IResourceChangeEvent in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources with parameters of type IResourceChangeEvent
 void IResourceChangeListener. resourceChanged ( IResourceChangeEvent event)
          Notifies this listener that some resource changes are happening, or have already happened.
 

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

Methods in org.eclipse.team.ui.synchronize with parameters of type IResourceChangeEvent
 void SyncInfoCompareInput. resourceChanged ( IResourceChangeEvent event)
          Note that until the compare editor inputs can be part of the compare editors lifecycle we can't register as a listener because there is no dispose() method to remove the listener.
 

Uses of IResourceChangeEvent in org.eclipse.ui.actions
 

Methods in org.eclipse.ui.actions with parameters of type IResourceChangeEvent
 void OpenResourceAction. resourceChanged ( IResourceChangeEvent event)
          Handles a resource changed event by updating the enablement if one of the selected projects is opened or closed.
 void CloseResourceAction. resourceChanged ( IResourceChangeEvent event)
          Handles a resource changed event by updating the enablement if one of the selected projects is opened or closed.
 void CloseUnrelatedProjectsAction. resourceChanged ( IResourceChangeEvent event)
          Handles a resource changed event by updating the enablement when projects change.
 

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

Methods in org.eclipse.ui.editors.text with parameters of type IResourceChangeEvent
 void FileDocumentProvider.FileSynchronizer. resourceChanged ( IResourceChangeEvent e)
           
 

Uses of IResourceChangeEvent in org.eclipse.ui.model
 

Methods in org.eclipse.ui.model with parameters of type IResourceChangeEvent
 void WorkbenchContentProvider. resourceChanged ( IResourceChangeEvent event)
           
 

Uses of IResourceChangeEvent in org.eclipse.ui.views.navigator
 

Methods in org.eclipse.ui.views.navigator with parameters of type IResourceChangeEvent
protected  void MainActionGroup. handleResourceChanged ( IResourceChangeEvent event)
          Deprecated. Handles a resource changed event by updating the enablement if one of the selected projects is opened or closed.
 


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