| Package | Description |
|---|---|
| com.openfin.desktop | |
| com.openfin.desktop.channel | |
| com.openfin.desktop.win32 |
| Modifier and Type | Field and Description |
|---|---|
protected DesktopConnection |
OpenFinRuntime.connection |
| Modifier and Type | Method and Description |
|---|---|
protected DesktopConnection |
Application.getConnection()
Returns the applications connection object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Application.createFromManifest(String manifestUrl,
AsyncCallback<Application> callback,
AckListener listener,
DesktopConnection connection)
Retrieves application's manifest and returns a wrapped application.
|
static Application |
Application.wrap(String uuid,
DesktopConnection connection)
Attaches an Application object to an application that already exists
|
static Window |
Window.wrap(String applicationUuid,
String windowName,
DesktopConnection connection)
Attaches a Window object to an application Window that already exists
|
| Constructor and Description |
|---|
Application(ApplicationOptions options,
DesktopConnection connection,
AckListener listener)
Application Constructor
|
InterApplicationBus(DesktopConnection desktopConnection)
Constructor
|
Notification(NotificationOptions notificationOptions,
NotificationListener notificationListener,
DesktopConnection desktopConnection,
AckListener listener)
Notification constructor
|
OpenFinRuntime(DesktopConnection connection)
Constructor
|
System(DesktopConnection connection)
Deprecated.
Constructor
|
WindowGroupChangeEvent(Ack payload,
DesktopConnection desktopConnection)
Constructor
|
| Constructor and Description |
|---|
Channel(DesktopConnection desktopConnection) |
| Modifier and Type | Method and Description |
|---|---|
DesktopConnection |
ExternalWindowObserver.getDesktopConnection() |
Copyright © 2019. All rights reserved.