java.lang.Object | |
↳ | android.webkit.Plugin |
This class is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Represents a plugin (Java equivalent of the PluginPackageAndroid C++ class in libs/WebKitLib/WebKit/WebCore/plugins/android/)
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Plugin.PreferencesClickHandler |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This constructor is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Invokes the click handler for this plugin.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Returns a string containing a concise, human-readable description of this object. Subclasses are encouraged to override this method and provide an implementation that takes into account the object's type and data. The default implementation is equivalent to the following expression:
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful toString
method
if you intend implementing your own toString
method.