Package | Description |
---|---|
com.openfin.desktop.platform |
Modifier and Type | Method and Description |
---|---|
static PlatformView |
PlatformView.wrap(Identity identity,
DesktopConnection desktopConnection) |
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.
|
CompletableFuture<PlatformView> |
PlatformView.setBounds(int left,
int top,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Void> |
Platform.closeView(PlatformView view)
Closes a specified view in a target window.
|
Copyright © 2022. All rights reserved.