Modifier and Type | Field and Description |
---|---|
protected DesktopConnection |
WebContent.connection |
protected DesktopConnection |
OpenFinRuntime.connection |
Modifier and Type | Method and Description |
---|---|
DesktopConnection |
WebContent.getConnection()
Get DesktopConnection of this window
|
DesktopConnection |
Application.getConnection()
Returns the applications connection object
|
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<Application> |
Application.createApplication(ApplicationOptions options,
DesktopConnection connection) |
static void |
Application.createFromManifest(String manifestUrl,
AsyncCallback<Application> callback,
AckListener listener,
DesktopConnection connection)
Deprecated.
use launchManifest() instead.
|
static CompletableFuture<Application> |
Application.createFromManifestAsync(String manifestUrl,
DesktopConnection connection)
Deprecated.
use launchManifest() instead.
|
static Layout |
Layout.wrap(Identity identity,
DesktopConnection connection)
Returns a Layout object that represents a Window's layout.
|
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
|
OpenFinRuntime(DesktopConnection connection)
Constructor
|
System(DesktopConnection connection)
Deprecated.
Constructor
|
WebContent(Identity identity,
DesktopConnection connection) |
WindowGroupChangeEvent(Ack payload,
DesktopConnection desktopConnection)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected DesktopConnection |
AbstractServiceClient.desktopConnection |
Modifier and Type | Method and Description |
---|---|
DesktopConnection |
Channel.getDesktopConnection() |
Constructor and Description |
---|
AbstractServiceClient(String channelName,
DesktopConnection desktopConnection) |
Channel(String name,
DesktopConnection desktopConnection) |
LayoutClient(DesktopConnection desktopConnection,
AckListener listener) |
Constructor and Description |
---|
Interop(DesktopConnection conn) |
InteropClientImpl(DesktopConnection conn,
String brokerName) |
Constructor and Description |
---|
Notifications(DesktopConnection desktopConnection) |
Modifier and Type | Method and Description |
---|---|
static CompletionStage<Platform> |
Platform.start(DesktopConnection desktopConnection,
PlatformOptions platformOptions)
Deprecated.
use launchManifest() instead.
|
static CompletionStage<Platform> |
Platform.startFromManifest(DesktopConnection desktopConnection,
String manifestUrl)
Retrieves platforms's manifest and returns a wrapped and running Platform.
|
static PlatformView |
PlatformView.wrap(Identity identity,
DesktopConnection desktopConnection) |
static Platform |
Platform.wrap(String uuid,
DesktopConnection desktopConnection)
Synchronously returns a Platform object that represents an existing platform.
|
Constructor and Description |
---|
PlatformView(Identity identity,
DesktopConnection connection) |
Constructor and Description |
---|
SnapshotSource(DesktopConnection desktopConnection)
Constructor of SnapshotSource
|
SnapshotSourceClient(DesktopConnection desktopConnection,
String uuid)
Constructor of SnapshotSourceClient
|
Modifier and Type | Method and Description |
---|---|
DesktopConnection |
ExternalWindowObserver.getDesktopConnection() |
Copyright © 2022. All rights reserved.