-
- All Superinterfaces:
AttributeFeatureMedia
,AttributeFeaturePlayback
,AttributeFeatureVolume
,AttributeReadAttached
,AttributeReadEnabled
,AttributeReadId
,AttributeReadValid
,AttributeReadVisible
,AttributeWriteEnabled
,AttributeWriteId
,AttributeWriteImage
,AttributeWriteReadOnly
,AttributeWriteTooltip
,AttributeWriteVisible
,io.github.mmm.event.EventSource<UiEvent,UiEventListener>
,UiMediaWidget
,UiNativeWidget
,UiRegularWidget
,UiWidget
public interface UiVideoPlayer extends UiMediaWidget, AttributeWriteImage, UiNativeWidget
This is the interface for amedia-player widget
that plays videos (movies).
NOTE:
This widget is just the video-screen itself without controls. For simple usage seeUiMediaPlayer
.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeFeatureMedia
getDuration, getPosition, setPosition
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeFeaturePlayback
isPlaying, pause, play, setPlaying
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeFeatureVolume
getVolume, isMuted, mute, setMuted, setVolume, unmute
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadAttached
isAttached
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadId
getId
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteId
setId
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteImage
getImage, setImage
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteTooltip
getTooltip, setTooltip
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.ui.api.widget.media.UiMediaWidget
getMedia, setMedia
-
Methods inherited from interface io.github.mmm.ui.api.widget.UiWidget
cast, dispose, getModificationTimestamp, getParent, getReadOnlyFixed, getStyles, isDisposed, isEnabled, isEnabled, isFocused, isModified, isReadOnly, isValid, isVisible, isVisible, reset, setEnabled, setEnabled, setFocused, setReadOnly, setReadOnlyFixed, setVisible, setVisible, validate, validate, validate, validateDown, validateUp
-
-