public final class CalculationsSWT
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isSWTThreadProxyCalculation(Calculation calc)
Returns
true if calc is a Calculation that fires
all of its update events from the SWT event dispatch thread. |
static <E> Calculation<E> |
swtThreadProxyCalculation(Calculation<? extends E> source,
Display display)
Wraps the source in a
Calculation that fires all of its update
events from the SWT event dispatch thread. |
public static <E> Calculation<E> swtThreadProxyCalculation(Calculation<? extends E> source, Display display)
Calculation
that fires all of its update
events from the SWT event dispatch thread.public static boolean isSWTThreadProxyCalculation(Calculation calc)
true
if calc
is a Calculation
that fires
all of its update events from the SWT event dispatch thread.Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2013-10-14 14:59