public class PlatformView extends WebContent
connection, identity
Constructor and Description |
---|
PlatformView(Identity identity,
DesktopConnection connection) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Window> |
getCurrentWindow() |
protected String |
getEventTopicName() |
CompletableFuture<PlatformViewOptions> |
getOptions() |
CompletableFuture<PlatformView> |
setBounds(int left,
int top,
int width,
int height) |
static PlatformView |
wrap(Identity identity,
DesktopConnection desktopConnection) |
addEventListener, executeJavaScript, findInPage, focusAsync, getConnection, getIdentity, getName, getPrinters, getUuid, getZoomLevel, navigate, navigateBack, navigateForward, printAsync, reloadAsync, removeEventListener, setZoomLevel, showDeveloperTools, stopFindInPage, stopNavigation
public PlatformView(Identity identity, DesktopConnection connection)
public static PlatformView wrap(Identity identity, DesktopConnection desktopConnection)
public CompletableFuture<Window> getCurrentWindow()
public CompletableFuture<PlatformView> setBounds(int left, int top, int width, int height)
public CompletableFuture<PlatformViewOptions> getOptions()
protected String getEventTopicName()
getEventTopicName
in class WebContent
Copyright © 2022. All rights reserved.