Uses of Class
com.openfin.desktop.platform.PlatformViewOptions
Package | Description |
---|---|
com.openfin.desktop | |
com.openfin.desktop.platform |
-
Uses of PlatformViewOptions in com.openfin.desktop
Subclasses of PlatformViewOptions in com.openfin.desktop Modifier and Type Class Description class
LayoutContentItemStateOptions
-
Uses of PlatformViewOptions in com.openfin.desktop.platform
Methods in com.openfin.desktop.platform that return types with arguments of type PlatformViewOptions Modifier and Type Method Description java.util.concurrent.CompletableFuture<PlatformViewOptions>
PlatformView. getOptions()
Methods in com.openfin.desktop.platform with parameters of type PlatformViewOptions 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.void
PlatformOptions. setDefaultViewOptions(PlatformViewOptions viewOpts)