List of usage examples for com.google.gwt.core.client JavaScriptObject subclass-usage
From source file com.bramosystems.oss.player.core.client.impl.VLCPlayerImpl.java
/**
* Native implementation of the VLCPlayer class. It is not recommended to
* interact with this class directly.
*
* @author Sikirulai Braheem
* @see VLCPlayer
From source file com.bramosystems.oss.player.core.client.impl.WinMediaPlayerImplBase.java
/**
* Native implementation of the WinMediaPlayer class. It is not recommended to
* interact with this class directly.
*
* @author Sikirulai Braheem
*/
From source file com.bramosystems.oss.player.playlist.client.impl.JSPFPlaylist.java
/** * * @author Sikirulai Braheem <sbraheem at bramosystems.com> */ public final class JSPFPlaylist extends JavaScriptObject {
From source file com.bramosystems.oss.player.playlist.client.spf.Attribution.java
/**
* Represents an XSPF/JSPF playlist attribution
*
* @author Sikirulai Braheem <sbraheem at bramosystems.com>
* @since 1.3
*/
From source file com.bramosystems.oss.player.playlist.client.spf.SPFPlaylist.java
/**
* Class represents an XSPF/JSPF playlist
*
* @author Sikirulai Braheem <sbraheem at bramosystems.com>
* @since 1.3
*/
From source file com.bramosystems.oss.player.playlist.client.spf.Track.java
/**
* Represents an XSPF/JSPF track entry
*
* @author Sikirulai Braheem <sbraheem at bramosystems.com>
* @since 1.3
*/
From source file com.bramosystems.oss.player.provider.vimeo.client.impl.VimeoPlayerAFImpl.java
/**
* Native implementation of the VimeoPlayer class. It is not recommended to
* interact with this class directly.
*
* @author Sikirulai Braheem
* @since 2.0
From source file com.bramosystems.oss.player.provider.vimeo.client.impl.VimeoPlayerIFImpl.java
/**
* Native implementation of the VimeoPlayer class. It is not recommended to
* interact with this class directly.
*
* @author Sikirulai Braheem
* @since 2.0
From source file com.bramosystems.oss.player.util.client.BrowserPlugin.java
/**
* Utility class that wraps the <code>navigator.plugins</code> information of
* the clients' browser
*
* @author Sikirulai Braheem
*/
From source file com.bramosystems.oss.player.util.client.MimeType.java
/**
* Utility class that wraps information about a MIME type supported
* by the browser
*
* @author Sikirulai Braheem
*/