public class BrowserPlugin
extends com.google.gwt.core.client.JavaScriptObject
navigator.plugins
information of
the clients' browserModifier | Constructor and Description |
---|---|
protected |
BrowserPlugin()
Create a new BrowserPlugin object
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the plug-in
|
String |
getFileName()
Returns the plug-in filename on the client
|
MimeType |
getMimeType(int index)
Returns the mime type at the specified index
|
int |
getMimeTypeCount()
Returns the number of mime-types supported by the plug-in
|
String |
getName()
Returns the name of the plug-in
|
static com.google.gwt.core.client.JsArray<BrowserPlugin> |
getPlugins()
Returns an array of all plug-in's on the client
|
public final String getDescription()
public final String getName()
public final String getFileName()
public final int getMimeTypeCount()
public final MimeType getMimeType(int index)
index
- the indexMimeType
public static final com.google.gwt.core.client.JsArray<BrowserPlugin> getPlugins()
BrowserPlugin
'sCopyright © 2009-2013. All Rights Reserved.