|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.bramosystems.oss.player.core.client.skin.MediaSeekBar
com.bramosystems.oss.player.core.client.skin.ImageSeekBar
public class ImageSeekBar
Image based implementation of the MediaSeekBar. The playing and loading progress indicators are loaded as images.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.bramosystems.oss.player.core.client.skin.MediaSeekBar |
---|
seekTrack |
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ImageSeekBar(int height)
Constructs ImageeekBar of the specified height using blank
images as loading and playback progress indicators. |
Method Summary | |
---|---|
void |
setProgressImages(String loadingImageUrl,
String playingImageUrl)
Uses the images at the specified URLs as loading and playback progress indicators. |
Methods inherited from class com.bramosystems.oss.player.core.client.skin.MediaSeekBar |
---|
addSeekChangeHandler, getLoadingProgress, getPlayingProgress, initSeekBar, initWidget, onMouseUp, setLoadingProgress, setPlayingProgress |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Constructor Detail |
---|
public ImageSeekBar(int height)
ImageeekBar
of the specified height using blank
images as loading and playback progress indicators.
height
- the height of the seek bar in pixelsMethod Detail |
---|
public void setProgressImages(String loadingImageUrl, String playingImageUrl)
In respect of the same domain
policy, the URL should
point to a destination on the same domain where the application is hosted.
loadingImageUrl
- URL of the loading progress imageplayingImageUrl
- URL of the playback progress image
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |