Package | Description |
---|---|
sk.stuba.fiit.perconik.activity.listeners | |
sk.stuba.fiit.perconik.activity.serializers | |
sk.stuba.fiit.perconik.eclipse.swt.widgets |
Extension to the
org.eclipse.swt.widgets package
of the Eclipse Platform. |
Modifier and Type | Method and Description |
---|---|
protected <V> V |
RegularListener.execute(DisplayTask<V> task) |
protected abstract <V> V |
AbstractListener.execute(DisplayTask<V> task) |
Modifier and Type | Method and Description |
---|---|
static <T> DisplayTask<Content> |
Serializers.asDisplayTask(Serializer<? super T> serializer,
T object) |
Modifier and Type | Method and Description |
---|---|
static <V> DisplayTask<V> |
DisplayTask.of(java.util.concurrent.Callable<V> callable) |
static <V> DisplayTask<V> |
DisplayTask.of(java.lang.Runnable runnable) |
static <V> DisplayTask<V> |
DisplayTask.of(java.lang.Runnable runnable,
V result) |
static <V> DisplayTask<V> |
DisplayTask.of(com.google.common.base.Supplier<V> supplier) |