Uses of Interface
org.eclipse.core.resources.IResourceChangeEvent
Packages that use IResourceChangeEvent
Package
Description
Provides basic support for managing a workspace and
its resources.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.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 IResourceChangeEvent in org.eclipse.core.resources
Methods in org.eclipse.core.resources with parameters of type IResourceChangeEventModifier and TypeMethodDescriptionvoidIResourceChangeListener.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 IResourceChangeEventModifier and TypeMethodDescriptionvoidSyncInfoCompareInput.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 IResourceChangeEventModifier and TypeMethodDescriptionvoidCloseResourceAction.resourceChanged(IResourceChangeEvent event) Handles a resource changed event by updating the enablement if one of the selected projects is opened or closed.voidCloseUnrelatedProjectsAction.resourceChanged(IResourceChangeEvent event) Handles a resource changed event by updating the enablement when projects change.voidOpenResourceAction.resourceChanged(IResourceChangeEvent event) Handles a resource changed event by updating the enablement if one of the selected projects is opened or closed. -
Uses of IResourceChangeEvent in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text with parameters of type IResourceChangeEventModifier and TypeMethodDescriptionvoidFileDocumentProvider.FileSynchronizer.resourceChanged(IResourceChangeEvent e) -
Uses of IResourceChangeEvent in org.eclipse.ui.model
Methods in org.eclipse.ui.model with parameters of type IResourceChangeEventModifier and TypeMethodDescriptionfinal voidWorkbenchContentProvider.resourceChanged(IResourceChangeEvent event)