public class Workers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Workers.Worker |
| Constructor and Description |
|---|
Workers() |
| Modifier and Type | Method and Description |
|---|---|
static Workers.Worker |
nonSwingWorker(Runnable r) |
static SwingWorker |
richWorker() |
static Workers.Worker |
swingWorker(Runnable r) |
public static Workers.Worker swingWorker(Runnable r)
public static Workers.Worker nonSwingWorker(Runnable r)
public static SwingWorker richWorker()
Copyright © 2022 vpc open source initiative. All rights reserved.