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
-
Constructor Summary
Constructors Constructor Description PlatformView(Identity identity, DesktopConnection connection)
-
Method Summary
Modifier and Type Method Description java.util.concurrent.CompletableFuture<Window>
getCurrentWindow()
protected java.lang.String
getEventTopicName()
java.util.concurrent.CompletableFuture<PlatformViewOptions>
getOptions()
java.util.concurrent.CompletableFuture<PlatformView>
setBounds(int left, int top, int width, int height)
static PlatformView
wrap(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 Details
-
Method Details
-
wrap
-
getCurrentWindow
-
setBounds
public java.util.concurrent.CompletableFuture<PlatformView> setBounds(int left, int top, int width, int height) -
getOptions
-
getEventTopicName
protected java.lang.String getEventTopicName()- Specified by:
getEventTopicName
in classWebContent
-