File
Doc
Category
Size
Date
Package
WebViewFragment.java
API Doc
Android 5.1 API
695
Sat Mar 14 14:09:42 GMT 2015
android.webkit
WebViewFragment
java.lang.Object
android.app.Fragment
public class WebViewFragment extends android.app.Fragment
Fields Summary
Constructors Summary
public WebViewFragment
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.webkit.WebView
getWebView
()
throw new RuntimeException("Stub!");
public
android.view.View
onCreateView
(
android.view.LayoutInflater
inflater,
android.view.ViewGroup
container,
android.os.Bundle
savedInstanceState)
throw new RuntimeException("Stub!");
public void
onDestroy
()
throw new RuntimeException("Stub!");
public void
onDestroyView
()
throw new RuntimeException("Stub!");
public void
onPause
()
throw new RuntimeException("Stub!");
public void
onResume
()
throw new RuntimeException("Stub!");
Java Code Source