Uses of Class
com.openfin.desktop.platform.PlatformView
Package | Description |
---|---|
com.openfin.desktop.platform |
-
Uses of PlatformView in com.openfin.desktop.platform
Methods in com.openfin.desktop.platform that return PlatformView Modifier and Type Method Description static PlatformView
PlatformView. wrap(Identity identity, DesktopConnection desktopConnection)
Methods in com.openfin.desktop.platform that return types with arguments of type PlatformView Modifier and Type Method Description java.util.concurrent.CompletionStage<PlatformView>
Platform. createView(PlatformViewOptions viewOpts, Identity target)
Creates a new view and attaches it to a specified target window.java.util.concurrent.CompletionStage<PlatformView>
Platform. reparentView(Identity viewIdentity, Identity targetIdentity)
Reparents a specified view in a new target window.java.util.concurrent.CompletableFuture<PlatformView>
PlatformView. setBounds(int left, int top, int width, int height)
Methods in com.openfin.desktop.platform with parameters of type PlatformView Modifier and Type Method Description java.util.concurrent.CompletionStage<java.lang.Void>
Platform. closeView(PlatformView view)
Closes a specified view in a target window.