- cancel() - Method in interface org.xwalk.core.ClientCertRequest
-
Cancel this request.
- cancel() - Method in class org.xwalk.core.XWalkHttpAuthHandler
-
- cancel() - Method in interface org.xwalk.core.XWalkJavascriptResult
-
Handle the result if the caller cancelled the dialog.
- cancelBackgroundDownload() - Method in class org.xwalk.core.XWalkUpdater
-
Cancel the background download
- cancelInit() - Method in class org.xwalk.core.XWalkInitializer
-
Attempt to cancel the initialization.
- canGoBack() - Method in class org.xwalk.core.XWalkNavigationHistory
-
Test whether XWalkView can go back.
- canGoForward() - Method in class org.xwalk.core.XWalkNavigationHistory
-
Test whether XWalkView can go forward.
- canZoomIn() - Method in class org.xwalk.core.XWalkView
-
Gets whether this XWalkView can be zoomed in.
- canZoomOut() - Method in class org.xwalk.core.XWalkView
-
Gets whether this XWalkView can be zoomed out.
- captureBitmapAsync(XWalkGetBitmapCallback) - Method in class org.xwalk.core.XWalkView
-
Capture a bitmap of visible content.
- clear() - Method in class org.xwalk.core.XWalkNavigationHistory
-
Clear all history owned by this XWalkView.
- clearCache(boolean) - Method in class org.xwalk.core.XWalkView
-
Clear the resource cache.
- clearCacheForSingleFile(String) - Method in class org.xwalk.core.XWalkView
-
Clear the resource cache.
- clearFormData() - Method in class org.xwalk.core.XWalkView
-
Removes the autocomplete popup from the currently focused form field, if present.
- ClientCertRequest - Interface in org.xwalk.core
-
- confirm() - Method in interface org.xwalk.core.XWalkJavascriptResult
-
Handle a confirm without a result.
- confirmWithResult(String) - Method in interface org.xwalk.core.XWalkJavascriptResult
-
Handle a confirm with a result from caller.
- createXWalkWebResourceResponse(String, String, InputStream) - Method in class org.xwalk.core.XWalkResourceClient
-
Construct an instance of XWalkWebResourceResponse
for application usage.
- createXWalkWebResourceResponse(String, String, InputStream, int, String, Map<String, String>) - Method in class org.xwalk.core.XWalkResourceClient
-
Construct an instance of XWalkWebResourceResponse
for application usage.
- getAcceptLanguages() - Method in class org.xwalk.core.XWalkSettings
-
Get the accept languages of XWalkView.
- getAPIVersion() - Method in class org.xwalk.core.XWalkView
-
- getAutoUpdate() - Static method in class org.xwalk.core.XWalkUpdater
-
Get the crosswalk runtime auto update status in download mode.
- getBooleanValue(String) - Static method in class org.xwalk.core.XWalkPreferences
-
Get a boolean preference value from Crosswalk.
- getBuiltInZoomControls() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the zoom mechanisms built into XWalkView are being used.
- getCookie(String) - Method in class org.xwalk.core.XWalkCookieManager
-
Get cookie(s) for a given url so that it can be set to "cookie:" in http
request header.
- getCurrentIndex() - Method in class org.xwalk.core.XWalkNavigationHistory
-
Get the index for current navigation item.
- getCurrentItem() - Method in class org.xwalk.core.XWalkNavigationHistory
-
Get the current item which XWalkView displays.
- getData() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the input stream that provides the resource response's data.
- getDefaultFixedFontSize() - Method in class org.xwalk.core.XWalkSettings
-
Gets the default fixed font size.
- getDefaultFontSize() - Method in class org.xwalk.core.XWalkSettings
-
Gets the default font size.
- getEncoding() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the resource response's encoding.
- getHost() - Method in interface org.xwalk.core.ClientCertRequest
-
Returns the host name of the server requesting the certificate.
- getIntegerValue(String) - Static method in class org.xwalk.core.XWalkPreferences
-
Get a int preference value from Crosswalk.
- getItemAt(int) - Method in class org.xwalk.core.XWalkNavigationHistory
-
Get a specific item given by index.
- getMethod() - Method in interface org.xwalk.core.XWalkWebResourceRequest
-
Gets the method associated with the request, for example "GET".
- getMimeType() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the resource response's MIME type.
- getNavigationHistory() - Method in class org.xwalk.core.XWalkView
-
Get the navigation history for current XWalkView.
- getOriginalUrl() - Method in class org.xwalk.core.XWalkNavigationItem
-
Get the original url of current navigation item.
- getOriginalUrl() - Method in class org.xwalk.core.XWalkView
-
Get the original url specified by caller.
- getPort() - Method in interface org.xwalk.core.ClientCertRequest
-
Returns the port number of the server requesting the certificate.
- getReasonPhrase() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the description of the resource response's status code.
- getRemoteDebuggingUrl() - Method in class org.xwalk.core.XWalkView
-
Get the websocket url for remote debugging.
- getRequestHeaders() - Method in interface org.xwalk.core.XWalkWebResourceRequest
-
Gets the headers associated with the request.
- getResponseHeaders() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the headers for the resource response.
- getSettings() - Method in class org.xwalk.core.XWalkView
-
Get XWalkSettings
- getStatusCode() - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Gets the resource response's status code.
- getStringValue(String) - Static method in class org.xwalk.core.XWalkPreferences
-
Get a string preference value from Crosswalk.
- getTextZoom() - Method in class org.xwalk.core.XWalkSettings
-
Gets the text zoom of the page in percent.
- getTitle() - Method in class org.xwalk.core.XWalkNavigationItem
-
Get the title of current navigation item.
- getTitle() - Method in class org.xwalk.core.XWalkView
-
Get the title of current web page/app.
- getUrl() - Method in class org.xwalk.core.XWalkNavigationItem
-
Get the url of current navigation item.
- getUrl() - Method in class org.xwalk.core.XWalkView
-
Get the url of current web page/app.
- getUrl() - Method in interface org.xwalk.core.XWalkWebResourceRequest
-
Gets the URL for which the resource request was made.
- getUserAgentString() - Method in class org.xwalk.core.XWalkSettings
-
Get the user agent of web page/app.
- getUserAgentString() - Method in class org.xwalk.core.XWalkView
-
Get the user agent of web page/app.
- getUseWideViewPort() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView supports the "viewport" HTML meta tag or will
use a wide viewport.
- getValue(String) - Static method in class org.xwalk.core.XWalkPreferences
-
Deprecated.
- getXWalkVersion() - Method in class org.xwalk.core.XWalkView
-
- onActivityResult(int, int, Intent) - Method in class org.xwalk.core.XWalkView
-
Pass through activity result to XWalkView.
- onBinaryMessage(int, byte[]) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that the async binary message is received.
- onConsoleMessage(XWalkView, String, int, String, XWalkUIClient.ConsoleMessageType) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application of console message.
- onCreate(Bundle) - Method in class org.xwalk.core.XWalkActivity
-
- onCreateInputConnection(EditorInfo) - Method in class org.xwalk.core.XWalkView
-
Create a new InputConnection for and InputMethod to interact with the view.
- onCreateWindowRequested(XWalkView, XWalkUIClient.InitiateBy, ValueCallback<XWalkView>) - Method in class org.xwalk.core.XWalkUIClient
-
Request the host application to create a new window
- onDestroy() - Method in class org.xwalk.core.XWalkView
-
Release internal resources occupied by this XWalkView.
- onDocumentLoadedInFrame(XWalkView, long) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client that initial HTML document has been completely loaded and
parsed, without waiting for stylesheets, images, and subframes to finish loading.
- onDownloadStart(String, String, String, String, long) - Method in class org.xwalk.core.XWalkDownloadListener
-
Notify the host application that a file should be downloaded.
- onFinishGetBitmap(Bitmap, int) - Method in class org.xwalk.core.XWalkGetBitmapCallback
-
Called when the content readback finishes.
- onFullscreenToggled(XWalkView, boolean) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to toggle fullscreen mode.
- onHide() - Method in class org.xwalk.core.XWalkView
-
Pause many other things except JavaScript timers inside rendering engine,
like video player, modal dialogs, etc.
- onIconAvailable(XWalkView, String, Message) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that an icon is available, send the message to start the downloading
- onInstanceCreated(int) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that an instance is created.
- onInstanceDestroyed(int) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that an instance is destroyed.
- onJavascriptCloseWindow(XWalkView) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the client to close the given XWalkView.
- onJavascriptModalDialog(XWalkView, XWalkUIClient.JavascriptMessageType, String, String, String, XWalkJavascriptResult) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to display a prompt dialog to the user.
- onJsAlert(XWalkView, String, String, XWalkJavascriptResult) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to display an alert dialog to the user.
- onJsConfirm(XWalkView, String, String, XWalkJavascriptResult) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to display a confirm dialog to the user.
- onJsPrompt(XWalkView, String, String, String, XWalkJavascriptResult) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to display a prompt dialog to the user.
- onLoadFinished(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client that the XWalkView completes to load the resource
specified by the given url.
- onLoadStarted(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client that the XWalkView will load the resource specified
by the given url.
- onMessage(int, String) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that the async message is received.
- onNewIntent(Intent) - Method in class org.xwalk.core.XWalkView
-
Pass through intents to XWalkView.
- onPageLoadStarted(XWalkView, String) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a page has started loading.
- onPageLoadStopped(XWalkView, String, XWalkUIClient.LoadStatus) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a page has stopped loading.
- onProgressChanged(XWalkView, int) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client the progress info of loading a specific url.
- onReceivedClientCertRequest(XWalkView, ClientCertRequest) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the host application to handle a SSL client certificate request.
- onReceivedHttpAuthRequest(XWalkView, XWalkHttpAuthHandler, String, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the host application to handle an authentication request.
- onReceivedIcon(XWalkView, String, Bitmap) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application of a new icon has been downloaded
- onReceivedLoadError(XWalkView, int, String, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Report an error to the client.
- onReceivedSslError(XWalkView, ValueCallback<Boolean>, SslError) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the host application that an SSL error occurred while loading a
resource.
- onReceivedTitle(XWalkView, String) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application of a change in the document title.
- onRequestFocus(XWalkView) - Method in class org.xwalk.core.XWalkUIClient
-
Request display and focus for this XWalkView.
- onResume() - Method in class org.xwalk.core.XWalkActivity
-
- onScaleChanged(XWalkView, float, float) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the client that the scale applied to the XWalkView has changed.
- onShow() - Method in class org.xwalk.core.XWalkView
-
Resume video player, modal dialogs.
- onSyncMessage(int, String) - Method in class org.xwalk.core.XWalkExtension
-
Notify the extension that the sync message is received.
- onTouchEvent(MotionEvent) - Method in class org.xwalk.core.XWalkView
-
- onUnhandledKeyEvent(XWalkView, KeyEvent) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a key was not handled by the XWalkView.
- onXWalkInitCancelled() - Method in interface org.xwalk.core.XWalkInitializer.XWalkInitListener
-
Run on the UI thread to notify Crosswalk initialization is cancelled.
- onXWalkInitCompleted() - Method in interface org.xwalk.core.XWalkInitializer.XWalkInitListener
-
Run on the UI thread to notify Crosswalk initialization is completed successfully.
- onXWalkInitFailed() - Method in interface org.xwalk.core.XWalkInitializer.XWalkInitListener
-
Run on the UI thread to notify Crosswalk initialization failed.
- onXWalkInitStarted() - Method in interface org.xwalk.core.XWalkInitializer.XWalkInitListener
-
Run on the UI thread to notify Crosswalk initialization is started.
- onXWalkReady() - Method in class org.xwalk.core.XWalkActivity
-
Run on the UI thread to notify the Crosswalk runtime is ready.
- onXWalkUpdateCancelled() - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update is cancelled.
- onXWalkUpdateCancelled() - Method in interface org.xwalk.core.XWalkUpdater.XWalkUpdateListener
-
Run on the UI thread to notify the update is cancelled.
- onXWalkUpdateCompleted() - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update is completed.
- onXWalkUpdateFailed() - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update failed.
- onXWalkUpdateProgress(int) - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update progress.
- onXWalkUpdateStarted() - Method in interface org.xwalk.core.XWalkUpdater.XWalkBackgroundUpdateListener
-
Run on the UI thread to notify the update is started.
- openFileChooser(XWalkView, ValueCallback<Uri>, String, String) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to open a file chooser.
- org.xwalk.core - package org.xwalk.core
-
- saveState(Bundle) - Method in class org.xwalk.core.XWalkView
-
Save current internal state of this XWalkView.
- scrollBy(int, int) - Method in class org.xwalk.core.XWalkView
-
- scrollTo(int, int) - Method in class org.xwalk.core.XWalkView
-
- setAcceptCookie(boolean) - Method in class org.xwalk.core.XWalkCookieManager
-
Control whether cookie is enabled or disabled
- setAcceptFileSchemeCookies(boolean) - Method in class org.xwalk.core.XWalkCookieManager
-
Sets whether cookies are accepted for file scheme URLs.
- setAcceptLanguages(String) - Method in class org.xwalk.core.XWalkSettings
-
Set the accept languages of XWalkView.
- setAcceptLanguages(String) - Method in class org.xwalk.core.XWalkView
-
Set the accept languages of XWalkView.
- setAutoUpdate(boolean) - Static method in class org.xwalk.core.XWalkUpdater
-
Enable/disable crosswak runtime auto update in download mode.
- setBackgroundColor(int) - Method in class org.xwalk.core.XWalkView
-
- setBuiltInZoomControls(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should use its built-in zoom mechanisms.
- setCookie(String, String) - Method in class org.xwalk.core.XWalkCookieManager
-
Set cookie for a given url.
- setData(InputStream) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the input stream that provides the resource response's data.
- setDefaultFixedFontSize(int) - Method in class org.xwalk.core.XWalkSettings
-
Sets the default fixed font size.
- setDefaultFontSize(int) - Method in class org.xwalk.core.XWalkSettings
-
Sets the default font size.
- setDownloadListener(XWalkDownloadListener) - Method in class org.xwalk.core.XWalkView
-
Registers the interface to be used when content can not be handled by
the rendering engine, and should be downloaded instead.
- setEncoding(String) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the resource response's encoding, for example "UTF-8".
- setInitialPageScale(float) - Method in class org.xwalk.core.XWalkSettings
-
Sets the initial scale for this XWalkView.
- setInitialScale(int) - Method in class org.xwalk.core.XWalkView
-
Sets the initial scale for this XWalkView.
- setLayerType(int, Paint) - Method in class org.xwalk.core.XWalkView
-
- setMimeType(String) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the resource response's MIME type, for example "text/html".
- setNetworkAvailable(boolean) - Method in class org.xwalk.core.XWalkView
-
This method is used by Cordova for hacking.
- setOnTouchListener(View.OnTouchListener) - Method in class org.xwalk.core.XWalkView
-
- setResourceClient(XWalkResourceClient) - Method in class org.xwalk.core.XWalkView
-
Embedders use this to customize their handlers to events/callbacks related
to resource loading.
- setResponseHeaders(Map<String, String>) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the headers for the resource response.
- setStatusCodeAndReasonPhrase(int, String) - Method in class org.xwalk.core.XWalkWebResourceResponse
-
Sets the resource response's status code and reason phrase.
- setSupportZoom(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should support zooming using its on-screen zoom controls
and gestures.
- setSurfaceViewVisibility(int) - Method in class org.xwalk.core.XWalkView
-
Set the enabled state of SurfaceView.
- setTextZoom(int) - Method in class org.xwalk.core.XWalkSettings
-
Sets the text zoom of the page in percent.
- setUIClient(XWalkUIClient) - Method in class org.xwalk.core.XWalkView
-
Embedders use this to customize their handlers to events/callbacks related
to UI.
- setUserAgentString(String) - Method in class org.xwalk.core.XWalkSettings
-
Set the user agent of web page/app.
- setUserAgentString(String) - Method in class org.xwalk.core.XWalkView
-
Set the user agent of web page/app.
- setUseWideViewPort(boolean) - Method in class org.xwalk.core.XWalkSettings
-
Sets whether the XWalkView should enable support for the "viewport" HTML
meta tag or should use a wide viewport.
- setValue(String, boolean) - Static method in class org.xwalk.core.XWalkPreferences
-
Set a boolean preference value into Crosswalk.
- setValue(String, int) - Static method in class org.xwalk.core.XWalkPreferences
-
Set an integer preference value into Crosswalk.
- setValue(String, String) - Static method in class org.xwalk.core.XWalkPreferences
-
Set a string preference value into Crosswalk.
- setVisibility(int) - Method in class org.xwalk.core.XWalkView
-
Set the enabled state of this view.
- setXWalkApkUrl(String) - Method in class org.xwalk.core.XWalkUpdater
-
Set the download URL of the Crosswalk runtime.
- setZOrderOnTop(boolean) - Method in class org.xwalk.core.XWalkView
-
Control whether the XWalkView's surface is placed on top of its window.
- shouldInterceptLoadRequest(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
- shouldInterceptLoadRequest(XWalkView, XWalkWebResourceRequest) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client of a resource request and allow the client to return
the data.
- shouldOverrideKeyEvent(XWalkView, KeyEvent) - Method in class org.xwalk.core.XWalkUIClient
-
Give the host application a chance to handle the key event synchronously.
- shouldOverrideUrlLoading(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Give the host application a chance to take over the control when a new
url is about to be loaded in the current XWalkView.
- size() - Method in class org.xwalk.core.XWalkNavigationHistory
-
Total size of navigation history for the XWalkView.
- stopLoading() - Method in class org.xwalk.core.XWalkView
-
Stop current loading progress.
- SUPPORT_MULTIPLE_WINDOWS - Static variable in class org.xwalk.core.XWalkPreferences
-
The key string to enable/disable multiple windows.
- supportsMultiTouchZoomForTest() - Method in class org.xwalk.core.XWalkSettings
-
Note: Just for test case.
- supportZoom() - Method in class org.xwalk.core.XWalkSettings
-
Gets whether the XWalkView supports zoom.
- XWalkActivity - Class in org.xwalk.core
-
XWalkActivity helps to execute all procedures to make the Crosswalk runtime
workable and displays dialogs to interact with the user if needed.
- XWalkActivity() - Constructor for class org.xwalk.core.XWalkActivity
-
- XWalkCookieManager - Class in org.xwalk.core
-
- XWalkCookieManager() - Constructor for class org.xwalk.core.XWalkCookieManager
-
- XWalkDownloadListener - Class in org.xwalk.core
-
- XWalkDownloadListener(Context) - Constructor for class org.xwalk.core.XWalkDownloadListener
-
Constructor for download listener.
- XWalkExtension - Class in org.xwalk.core
-
This class represents an extension and could be implemented by callers.
- XWalkExtension(String, String) - Constructor for class org.xwalk.core.XWalkExtension
-
Constructor with name and javascript API.
- XWalkExtension(String, String, String[]) - Constructor for class org.xwalk.core.XWalkExtension
-
Constructor with name, javascript API and entry points.
- XWalkGetBitmapCallback - Class in org.xwalk.core
-
A callback for content readback into a bitmap.
- XWalkGetBitmapCallback() - Constructor for class org.xwalk.core.XWalkGetBitmapCallback
-
Constructor for capture bitmap callback.
- XWalkHttpAuthHandler - Class in org.xwalk.core
-
- XWalkHttpAuthHandler(Object) - Constructor for class org.xwalk.core.XWalkHttpAuthHandler
-
- XWalkInitializer - Class in org.xwalk.core
-
XWalkInitializer is an alternative to
XWalkActivity with the difference
that it provides a way to initialize the Crosswalk runtime in background silently.
- XWalkInitializer(XWalkInitializer.XWalkInitListener, Activity) - Constructor for class org.xwalk.core.XWalkInitializer
-
Create an initializer for single activity.
- XWalkInitializer.XWalkInitListener - Interface in org.xwalk.core
-
Interface used to initialize the Crosswalk runtime.
- XWalkJavascriptResult - Interface in org.xwalk.core
-
This interface is used when XWalkUIClient offers a JavaScript
modal dialog (alert, beforeunload or confirm) to enable the client to
handle the dialog in their own way.
- XWalkNativeExtensionLoader - Class in org.xwalk.core
-
- XWalkNativeExtensionLoader() - Constructor for class org.xwalk.core.XWalkNativeExtensionLoader
-
- XWalkNavigationHistory - Class in org.xwalk.core
-
This class represents a navigation history for a XWalkView instance.
- XWalkNavigationHistory(Object) - Constructor for class org.xwalk.core.XWalkNavigationHistory
-
- XWalkNavigationHistory.Direction - Enum in org.xwalk.core
-
The direction for web page navigation.
- XWalkNavigationItem - Class in org.xwalk.core
-
This class represents a navigation item and is managed in XWalkNavigationHistory.
- XWalkNavigationItem(Object) - Constructor for class org.xwalk.core.XWalkNavigationItem
-
- XWalkPreferences - Class in org.xwalk.core
-
This class represents the preferences and could be set by callers.
- XWalkPreferences() - Constructor for class org.xwalk.core.XWalkPreferences
-
- XWalkResourceClient - Class in org.xwalk.core
-
This class notifies the embedder resource events/callbacks.
- XWalkResourceClient(XWalkView) - Constructor for class org.xwalk.core.XWalkResourceClient
-
Constructor.
- XWalkSettings - Class in org.xwalk.core
-
- XWalkSettings(Object) - Constructor for class org.xwalk.core.XWalkSettings
-
- XWalkUIClient - Class in org.xwalk.core
-
This class notifies the embedder UI events/callbacks.
- XWalkUIClient(XWalkView) - Constructor for class org.xwalk.core.XWalkUIClient
-
Constructor.
- XWalkUIClient.ConsoleMessageType - Enum in org.xwalk.core
-
Initiator
- XWalkUIClient.InitiateBy - Enum in org.xwalk.core
-
Initiator
- XWalkUIClient.JavascriptMessageType - Enum in org.xwalk.core
-
The type of JavaScript modal dialog.
- XWalkUIClient.LoadStatus - Enum in org.xwalk.core
-
The status when a page stopped loading
- XWalkUpdater - Class in org.xwalk.core
-
XWalkUpdater is a follow-up solution for
XWalkInitializer in case the
initialization failed.
- XWalkUpdater(XWalkUpdater.XWalkUpdateListener, Activity) - Constructor for class org.xwalk.core.XWalkUpdater
-
Create XWalkUpdater for single activity
- XWalkUpdater(XWalkUpdater.XWalkBackgroundUpdateListener, Activity) - Constructor for class org.xwalk.core.XWalkUpdater
-
Create XWalkUpdater for single activity.
- XWalkUpdater.XWalkBackgroundUpdateListener - Interface in org.xwalk.core
-
Interface used to update the Crosswalk runtime silently
- XWalkUpdater.XWalkUpdateListener - Interface in org.xwalk.core
-
Interface used to update the Crosswalk runtime
- XWalkView - Class in org.xwalk.core
-
XWalkView represents an Android view for web apps/pages.
- XWalkView(Context) - Constructor for class org.xwalk.core.XWalkView
-
Constructs a new XWalkView with a Context object.
- XWalkView(Context, AttributeSet) - Constructor for class org.xwalk.core.XWalkView
-
Constructor for inflating via XML.
- XWalkView(Context, Activity) - Constructor for class org.xwalk.core.XWalkView
-
Constructor for Crosswalk runtime.
- XWalkWebResourceRequest - Interface in org.xwalk.core
-
- XWalkWebResourceResponse - Class in org.xwalk.core
-
- XWalkWebResourceResponse(Object) - Constructor for class org.xwalk.core.XWalkWebResourceResponse
-