Package com.openfin.desktop.platform
Class PlatformView
- java.lang.Object
-
- com.openfin.desktop.WebContent
-
- com.openfin.desktop.platform.PlatformView
-
public class PlatformView extends WebContent
-
-
Field Summary
-
Fields inherited from class com.openfin.desktop.WebContent
connection, identity
-
-
Constructor Summary
Constructors Constructor Description PlatformView(Identity identity, DesktopConnection connection)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<Window>getCurrentWindow()protected java.lang.StringgetEventTopicName()java.util.concurrent.CompletableFuture<PlatformViewOptions>getOptions()java.util.concurrent.CompletableFuture<PlatformView>setBounds(int left, int top, int width, int height)static PlatformViewwrap(Identity identity, DesktopConnection desktopConnection)-
Methods inherited from class com.openfin.desktop.WebContent
addEventListener, executeJavaScript, findInPage, focusAsync, getConnection, getIdentity, getName, getPrinters, getUuid, getZoomLevel, navigate, navigateBack, navigateForward, printAsync, reloadAsync, removeEventListener, setZoomLevel, showDeveloperTools, stopFindInPage, stopNavigation
-
-
-
-
Constructor Detail
-
PlatformView
public PlatformView(Identity identity, DesktopConnection connection)
-
-
Method Detail
-
wrap
public static PlatformView wrap(Identity identity, DesktopConnection desktopConnection)
-
getCurrentWindow
public java.util.concurrent.CompletableFuture<Window> getCurrentWindow()
-
setBounds
public java.util.concurrent.CompletableFuture<PlatformView> setBounds(int left, int top, int width, int height)
-
getOptions
public java.util.concurrent.CompletableFuture<PlatformViewOptions> getOptions()
-
getEventTopicName
protected java.lang.String getEventTopicName()
- Specified by:
getEventTopicNamein classWebContent
-
-