Package | Description |
---|---|
com.openfin.desktop | |
com.openfin.desktop.interop | |
com.openfin.desktop.notifications | |
com.openfin.desktop.platform |
Modifier and Type | Class and Description |
---|---|
class |
ClientIdentity |
Modifier and Type | Field and Description |
---|---|
protected Identity |
WebContent.identity |
Modifier and Type | Method and Description |
---|---|
Identity |
WebContent.getIdentity() |
Modifier and Type | Method and Description |
---|---|
static Layout |
Layout.wrap(Identity identity,
DesktopConnection connection)
Returns a Layout object that represents a Window's layout.
|
Constructor and Description |
---|
WebContent(Identity identity,
DesktopConnection connection) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
InteropClient.joinContextGroup(String contextGroupId,
Identity target)
Joins specified InteropClient to the context group.
|
CompletionStage<Void> |
InteropClientImpl.joinContextGroup(String contextGroupId,
Identity target) |
CompletionStage<Void> |
InteropClient.removeFromContextGroup(Identity target)
Removes specified InteropClient from the context group it currently joined.
|
CompletionStage<Void> |
InteropClientImpl.removeFromContextGroup(Identity target) |
Modifier and Type | Method and Description |
---|---|
Identity |
NotificationSourceDesktop.getIdentity() |
Modifier and Type | Method and Description |
---|---|
Identity |
PlatformViewOptions.getTarget() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<PlatformView> |
Platform.createView(PlatformViewOptions viewOpts,
Identity target)
Creates a new view and attaches it to a specified target window.
|
CompletionStage<PlatformView> |
Platform.reparentView(Identity viewIdentity,
Identity targetIdentity)
Reparents a specified view in a new target window.
|
static PlatformView |
PlatformView.wrap(Identity identity,
DesktopConnection desktopConnection) |
Constructor and Description |
---|
PlatformView(Identity identity,
DesktopConnection connection) |
Copyright © 2022. All rights reserved.