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.Realm
protected void syncExec(Runnable runnable)
syncExec
in class org.eclipse.core.databinding.observable.Realm
public void asyncExec(Runnable runnable)
asyncExec
in class org.eclipse.core.databinding.observable.Realm
UnsupportedOperationException
public void dispose()
Copyright © 2019. All rights reserved.