|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AbstractExportProvider
. Will be removed in a future version
public interface ExportProvider
Interface for providers of the player and seekbar widgets exported as Javascript objects.
Method Summary | |
---|---|
com.google.gwt.user.client.ui.Widget |
getMissingPluginVersionWidget()
Deprecated. Called to retrieve the widget that may be used when the required version of a plugin is not found. |
com.google.gwt.user.client.ui.Widget |
getMissingPluginWidget()
Deprecated. Called to retrieve the widget that may be used when the required plugin is not found. |
AbstractMediaPlayer |
getPlayer(Plugin plugin,
String mediaURL,
boolean autoplay,
String width,
String height,
HashMap<String,String> options)
Deprecated. Called to retrieve the player implementation that is exported as Javascript object. |
MediaSeekBar |
getSeekBar(int height,
HashMap<String,String> options)
Deprecated. Called to retrieve the seek bar implementation that is exported as Javascript object. |
Method Detail |
---|
AbstractMediaPlayer getPlayer(Plugin plugin, String mediaURL, boolean autoplay, String width, String height, HashMap<String,String> options) throws LoadException, PluginNotFoundException, PluginVersionException
plugin
- the required pluginmediaURL
- the URL of the media fileautoplay
- true
to start playback automatically, false
otherwisewidth
- the width of the player (in CSS units)height
- the height of the player (in CSS units)options
- user-defined options supplied during Javascript-object creation
LoadException
- if an error occurs while loading the media.
PluginNotFoundException
- if the required plugin is not found
PluginVersionException
- if the required plugin version is missingMediaSeekBar getSeekBar(int height, HashMap<String,String> options)
height
- the height of the seek bar (in pixels)options
- user-defined options supplied during Javascript-object creation.
com.google.gwt.user.client.ui.Widget getMissingPluginWidget()
com.google.gwt.user.client.ui.Widget getMissingPluginVersionWidget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |