| Package | Description |
|---|---|
| sk.stuba.fiit.perconik.activity.listeners | |
| sk.stuba.fiit.perconik.eclipse.swt.widgets |
Extension to the
org.eclipse.swt.widgets package
of the Eclipse Platform. |
| Modifier and Type | Field and Description |
|---|---|
protected DisplayExecutor |
RegularListener.displayExecutor
Underlying display executor for executing tasks requiring UI threads.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<DisplayExecutor> |
RegularListener.Configuration.diplayExecutor(C context) |
com.google.common.base.Optional<DisplayExecutor> |
RegularListener.AbstractConfiguration.diplayExecutor(C context) |
| Modifier and Type | Method and Description |
|---|---|
B |
RegularListener.AbstractConfiguration.AbstractBuilder.diplayExecutor(DisplayExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
B |
RegularListener.AbstractConfiguration.AbstractBuilder.diplayExecutor(com.google.common.base.Function<? super C,? extends DisplayExecutor> relation) |
| Modifier and Type | Method and Description |
|---|---|
static DisplayExecutor |
DisplayExecutor.createAsynchronous(org.eclipse.swt.widgets.Display display) |
static DisplayExecutor |
DisplayExecutor.createSynchronous(org.eclipse.swt.widgets.Display display) |
static DisplayExecutor |
DisplayExecutor.currentAsynchronous() |
static DisplayExecutor |
DisplayExecutor.currentSynchronous() |
static DisplayExecutor |
DisplayExecutor.defaultAsynchronous() |
static DisplayExecutor |
DisplayExecutor.defaultSynchronous() |
| Modifier and Type | Method and Description |
|---|---|
V |
DisplayTask.get(DisplayExecutor executor) |