public final class WebPageClientImpl extends Object implements WebPageClient<WebView>
| Constructor and Description |
|---|
WebPageClientImpl(Accessor accessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessageToConsole(String message,
int lineNumber,
String sourceId) |
WCPageBackBuffer |
createBackBuffer() |
void |
didClearWindowObject(long context,
long windowObject) |
WebView |
getContainer() |
WCRectangle |
getScreenBounds(boolean available) |
int |
getScreenDepth() |
boolean |
isBackBufferSupported() |
WCPoint |
screenToWindow(WCPoint ptScreen) |
void |
setCursor(long cursorID) |
void |
setFocus(boolean focus) |
void |
setTooltip(String tooltipText) |
void |
transferFocus(boolean forward) |
WCPoint |
windowToScreen(WCPoint ptWindow) |
public WebPageClientImpl(Accessor accessor)
public void setFocus(boolean focus)
setFocus in interface WebPageClient<WebView>public void setCursor(long cursorID)
setCursor in interface WebPageClient<WebView>public void setTooltip(String tooltipText)
setTooltip in interface WebPageClient<WebView>public void transferFocus(boolean forward)
transferFocus in interface WebPageClient<WebView>public WCRectangle getScreenBounds(boolean available)
getScreenBounds in interface WebPageClient<WebView>public int getScreenDepth()
getScreenDepth in interface WebPageClient<WebView>public WebView getContainer()
getContainer in interface WebPageClient<WebView>public WCPoint screenToWindow(WCPoint ptScreen)
screenToWindow in interface WebPageClient<WebView>public WCPoint windowToScreen(WCPoint ptWindow)
windowToScreen in interface WebPageClient<WebView>public WCPageBackBuffer createBackBuffer()
createBackBuffer in interface WebPageClient<WebView>public boolean isBackBufferSupported()
isBackBufferSupported in interface WebPageClient<WebView>public void addMessageToConsole(String message, int lineNumber, String sourceId)
addMessageToConsole in interface WebPageClient<WebView>public void didClearWindowObject(long context,
long windowObject)
didClearWindowObject in interface WebPageClient<WebView>Copyright © 2025. All rights reserved.