| 程序包 | 说明 |
|---|---|
| org.azolla.l.sunny.task |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> UITask<T> |
UITasks.createUITask(Window window,
Callable<T> callable) |
static <T> UITask<T> |
UITasks.createUITask(Window window,
String message,
Callable<T> callable) |
static <T> UITask<T> |
UITasks.createUITask(Window window,
String title,
String message,
Callable<T> callable) |
Copyright © 2011–2015 Azollas. All rights reserved.