Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelVideo
Packages that use ModelVideo
Package
Description
-
Uses of ModelVideo in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelVideoModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelVideo(org.eclipse.xtext.serializer.ISerializationContext context, ModelVideo semanticObject) Contexts: ModelWidget returns ModelVideo ModelNonLinkableWidget returns ModelVideo ModelVideo returns ModelVideo Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | url=STRING | encoding=STRING | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )+ -
Uses of ModelVideo in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelVideoModifier and TypeMethodDescriptionSitemapFactory.createModelVideo()Returns a new object of class 'Model Video'. -
Uses of ModelVideo in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelVideoModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Video'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelVideo -
Uses of ModelVideo in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelVideoModifier and TypeMethodDescriptionSitemapSwitch.caseModelVideo(ModelVideo object) Returns the result of interpreting the object as an instance of 'Model Video'. -
Uses of ModelVideo in org.openhab.core.model.sitemap.validation
Methods in org.openhab.core.model.sitemap.validation with parameters of type ModelVideo