|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.odell.glazedlists.swt.CalculationsSWT
public final class CalculationsSWT
A factory for creating SWT related calculations.
Method Summary | ||
---|---|---|
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
|
swtThreadProxyCalculation(Calculation<? extends E> source,
org.eclipse.swt.widgets.Display display)
Wraps the source in a Calculation that fires all of its update
events from the SWT event dispatch thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <E> Calculation<E> swtThreadProxyCalculation(Calculation<? extends E> source, org.eclipse.swt.widgets.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |