| Package | Description |
|---|---|
| com.sun.javafx.runtime.async | |
| com.sun.javafx.tk | |
| com.sun.javafx.tk.quantum |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncOperationListener |
AbstractAsyncOperation.listener |
| Constructor and Description |
|---|
AbstractAsyncOperation(AsyncOperationListener<V> listener) |
AbstractRemoteResource(String url,
AsyncOperationListener<T> listener) |
AbstractRemoteResource(String url,
String method,
AsyncOperationListener<T> listener) |
AbstractRemoteResource(String url,
String method,
String outboundContent,
AsyncOperationListener<T> listener) |
| Modifier and Type | Method and Description |
|---|---|
AsyncOperation |
DummyToolkit.loadImageAsync(AsyncOperationListener<? extends ImageLoader> listener,
String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
abstract AsyncOperation |
Toolkit.loadImageAsync(AsyncOperationListener<? extends ImageLoader> listener,
String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRemoteResource<? extends ImageLoader> |
QuantumToolkit.loadImageAsync(AsyncOperationListener listener,
String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
Copyright © 2025. All rights reserved.