- onActivityResult(int, int, Intent) - Method in class org.xwalk.core.XWalkView
-
Pass through activity result to XWalkView.
- 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.
- onDownloadStart(String, String, String, String, long) - Method in class org.xwalk.core.XWalkDownloadListener
-
Notify the host application that a file should be downloaded.
- 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
- 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.
- 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.
- 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.
- 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.XWalkUpdateListener
-
Run on the UI thread to notify the update is cancelled.
- 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.
- setBackgroundColor(int) - Method in class org.xwalk.core.XWalkView
-
- 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.
- setLayerType(int, Paint) - Method in class org.xwalk.core.XWalkView
-
- setNetworkAvailable(boolean) - Method in class org.xwalk.core.XWalkView
-
This method is used by Cordova for hacking.
- setResourceClient(XWalkResourceClient) - Method in class org.xwalk.core.XWalkView
-
Embedders use this to customize their handlers to events/callbacks related
to resource loading.
- 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.XWalkView
-
Set the user agent of web page/app.
- 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.
- 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
-
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.
- 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
-
- 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.
- 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.
- 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.
- 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 has failed.
- XWalkUpdater(XWalkUpdater.XWalkUpdateListener, Activity) - Constructor for class org.xwalk.core.XWalkUpdater
-
Create XWalkUpdater for single activity
- 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.