Uses of Class
org.jivesoftware.smackx.mediaelement.element.MediaElement
-
Packages that use MediaElement Package Description org.jivesoftware.smackx.mediaelement.element Element classes for XEP-0221: Data Forms Media Element.org.jivesoftware.smackx.mediaelement.provider Provider classes for XEP-0221: Data Forms Media Element.org.jivesoftware.smackx.softwareinfo.form Form class needed for XEP-0232: Software Information. -
-
Uses of MediaElement in org.jivesoftware.smackx.mediaelement.element
Methods in org.jivesoftware.smackx.mediaelement.element that return MediaElement Modifier and Type Method Description MediaElement
MediaElement.Builder. build()
MediaElement
MediaElement. from(FormField formField)
-
Uses of MediaElement in org.jivesoftware.smackx.mediaelement.provider
Methods in org.jivesoftware.smackx.mediaelement.provider that return MediaElement Modifier and Type Method Description MediaElement
MediaElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-
Uses of MediaElement in org.jivesoftware.smackx.softwareinfo.form
Methods in org.jivesoftware.smackx.softwareinfo.form that return MediaElement Modifier and Type Method Description MediaElement
SoftwareInfoForm. getIcon()
Returns the software icon if used by client.Methods in org.jivesoftware.smackx.softwareinfo.form with parameters of type MediaElement Modifier and Type Method Description SoftwareInfoForm.Builder
SoftwareInfoForm.Builder. setIcon(MediaElement mediaElement)
This will allow to includeMediaElement
directly as aFormField
.
-