|
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
org.eclipse.hyades.ui.internal.provider.ResourceChangeUpdaterProvider.UIUpdaterProvider
public static class ResourceChangeUpdaterProvider.UIUpdaterProvider
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.hyades.ui.internal.provider.ResourceChangeUpdaterProvider |
|---|
ResourceChangeUpdaterProvider.UIUpdaterProvider |
| Field Summary | |
|---|---|
protected boolean |
asynOperation
|
protected org.eclipse.core.resources.IResourceDelta |
delta
|
| Fields inherited from class org.eclipse.hyades.ui.internal.provider.ResourceChangeUpdaterProvider |
|---|
resourceChangeUpdater |
| Constructor Summary | |
|---|---|
ResourceChangeUpdaterProvider.UIUpdaterProvider()
Equivalent to running UIUpdaterProvider (false) |
|
ResourceChangeUpdaterProvider.UIUpdaterProvider(boolean isAsynch)
This constructor gives the client the ability to run this runnable as an asynchronous operation rather than a synchronous operation. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.hyades.ui.internal.provider.ResourceChangeUpdaterProvider |
|---|
dispose, doProcessDelta, getResourceChangeUpdater, processDelta, resourceChanged, setResourceChangeUpdater |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.eclipse.core.resources.IResourceDelta delta
protected boolean asynOperation
| Constructor Detail |
|---|
public ResourceChangeUpdaterProvider.UIUpdaterProvider()
public ResourceChangeUpdaterProvider.UIUpdaterProvider(boolean isAsynch)
isAsynch - Runs this runnable as an asynchronous operation
if set to true, otherwise the runnable will run as a synchronous
operation.
|
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 | ||||||||