Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IResourceChangeListener.resourceChanged(IResourceChangeEvent event)
Notifies this listener that some resource changes
are happening, or have already happened.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
CloseUnrelatedProjectsAction.resourceChanged(IResourceChangeEvent event)
Handles a resource changed event by updating the enablement
when projects change.
|
void |
CloseResourceAction.resourceChanged(IResourceChangeEvent event)
Handles a resource changed event by updating the enablement
if one of the selected projects is opened or closed.
|
Modifier and Type | Method and Description |
---|---|
void |
FileDocumentProvider.FileSynchronizer.resourceChanged(IResourceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
WorkbenchContentProvider.resourceChanged(IResourceChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.