| Package | Description |
|---|---|
| com.openfin.desktop |
| Modifier and Type | Method and Description |
|---|---|
Application |
Window.getParentApplication()
Returns the wrapped application that this window belongs to
|
static Application |
Application.wrap(String uuid,
DesktopConnection connection)
Attaches an Application object to an application that already exists
|
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<Application> |
Application.createApplication(ApplicationOptions options,
DesktopConnection connection) |
static CompletableFuture<Application> |
Application.createFromManifestAsync(String manifestUrl,
DesktopConnection connection)
Deprecated.
use launchManifest() instead.
|
CompletableFuture<Application> |
Application.runAsync() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Application.createFromManifest(String manifestUrl,
AsyncCallback<Application> callback,
AckListener listener,
DesktopConnection connection)
Deprecated.
use launchManifest() instead.
|
| Constructor and Description |
|---|
Window(Application application)
Window constructor
|
Copyright © 2022. All rights reserved.