|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.ui.internal.provider.ResourceChangeUpdaterProvider
public class ResourceChangeUpdaterProvider
ResourceChangeUpdaterProvider.java
| Nested Class Summary | |
|---|---|
static class |
ResourceChangeUpdaterProvider.UIUpdaterProvider
|
| Field Summary | |
|---|---|
protected IResourceChangeUpdater |
resourceChangeUpdater
|
| Constructor Summary | |
|---|---|
ResourceChangeUpdaterProvider()
|
|
| Method Summary | |
|---|---|
void |
dispose()
|
protected void |
doProcessDelta(org.eclipse.core.resources.IResourceDelta delta)
Utility method that allows subclasses to wrap the entire work of processing the resource delta and updater notification. |
IResourceChangeUpdater |
getResourceChangeUpdater()
Returns the resource change updater. |
protected void |
processDelta(org.eclipse.core.resources.IResourceDelta delta)
Process the resource delta for a resource change. |
void |
resourceChanged(org.eclipse.core.resources.IResourceChangeEvent event)
|
void |
setResourceChangeUpdater(IResourceChangeUpdater resourceChangeUpdater)
Sets the resource change updater. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IResourceChangeUpdater resourceChangeUpdater
| Constructor Detail |
|---|
public ResourceChangeUpdaterProvider()
| Method Detail |
|---|
public void dispose()
dispose in interface org.eclipse.hyades.ui.util.IDisposableIDisposable.dispose()public void setResourceChangeUpdater(IResourceChangeUpdater resourceChangeUpdater)
resourceChangeUpdater - public IResourceChangeUpdater getResourceChangeUpdater()
public void resourceChanged(org.eclipse.core.resources.IResourceChangeEvent event)
resourceChanged in interface org.eclipse.core.resources.IResourceChangeListenerIResourceChangeListener.resourceChanged(org.eclipse.core.resources.IResourceChangeEvent)protected void doProcessDelta(org.eclipse.core.resources.IResourceDelta delta)
delta - protected void processDelta(org.eclipse.core.resources.IResourceDelta delta)
delta -
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||