public class UITasks extends Object
| 构造器和说明 |
|---|
UITasks() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> UITask<T> |
createUITask(Window window,
Callable<T> callable) |
static <T> UITask<T> |
createUITask(Window window,
String message,
Callable<T> callable) |
static <T> UITask<T> |
createUITask(Window window,
String title,
String message,
Callable<T> callable) |
Copyright © 2011–2015 Azollas. All rights reserved.