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 simply concatenates the class name, the '@' sign
and a hexadecimal representation of the object's hashCode()
,
that is, it is equivalent to the following expression:
getClass().getName() + '@' + Integer.toHexString(hashCode())