public class DefaultRealm
extends org.eclipse.core.databinding.observable.Realm
dispose() to remove the
realm from being the default. Does not support asyncExec(...).| Constructor and Description |
|---|
DefaultRealm()
Create a new instance of
DefaultRealm. |
| Modifier and Type | Method and Description |
|---|---|
void |
asyncExec(Runnable runnable) |
void |
dispose()
Removes the realm from being the current and sets the previous realm to the default.
|
boolean |
isCurrent() |
protected void |
syncExec(Runnable runnable) |
public DefaultRealm()
DefaultRealm.public boolean isCurrent()
isCurrent in class org.eclipse.core.databinding.observable.Realmprotected void syncExec(Runnable runnable)
syncExec in class org.eclipse.core.databinding.observable.Realmpublic void asyncExec(Runnable runnable)
asyncExec in class org.eclipse.core.databinding.observable.RealmUnsupportedOperationExceptionpublic void dispose()
Copyright © 2017. All rights reserved.