|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.bramosystems.oss.player.util.client.BrowserPlugin
public class BrowserPlugin
Utility class that wraps the navigator.plugins
information of
the clients' browser
Constructor Summary | |
---|---|
protected |
BrowserPlugin()
Create a new BrowserPlugin object |
Method Summary | |
---|---|
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 |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected BrowserPlugin()
Method Detail |
---|
public final String getDescription()
public final String getName()
public final String getFileName()
public final int getMimeTypeCount()
public final MimeType getMimeType(int index)
index
- the index
MimeType
public static final com.google.gwt.core.client.JsArray<BrowserPlugin> getPlugins()
BrowserPlugin
's
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |