public interface DOMPlugin
Plugin
interface provides information about a browser plugin.Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A human readable description of the plugin.
|
String |
getFilename()
The filename of the plugin file.
|
int |
getLength() |
String |
getName()
The name of the plugin.
|
DOMMimeType |
item(int index)
Returns the MIME type of a supported content type, given the index number into a list of supported types.
|
DOMMimeType |
namedItem(String name)
Returns the MIME type of a supported item.
|
String getDescription()
String getFilename()
int getLength()
String getName()
DOMMimeType item(int index)
DOMMimeType namedItem(String name)
Copyright © 2018. All rights reserved.