Uses of Interface
org.openhab.core.model.sitemap.sitemap.ColorArray
Packages that use ColorArray
Package
Description
-
Uses of ColorArray in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ColorArrayModifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_ColorArray
(org.eclipse.xtext.serializer.ISerializationContext context, ColorArray semanticObject) Contexts: ColorArray returns ColorArray Constraint: ((conditions+=Condition conditions+=Condition*)? -
Uses of ColorArray in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ColorArrayModifier and TypeMethodDescriptionSitemapFactory.createColorArray()
Returns a new object of class 'Color Array'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type ColorArrayModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<ColorArray> Widget.getIconColor()
Returns the value of the 'Icon Color' containment reference list.org.eclipse.emf.common.util.EList
<ColorArray> Widget.getLabelColor()
Returns the value of the 'Label Color' containment reference list.org.eclipse.emf.common.util.EList
<ColorArray> Widget.getValueColor()
Returns the value of the 'Value Color' containment reference list. -
Uses of ColorArray in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ColorArrayModifier and TypeClassDescriptionclass
An implementation of the model object 'Color Array'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type ColorArrayModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<ColorArray> WidgetImpl.iconColor
The cached value of the 'Icon Color
' containment reference list.protected org.eclipse.emf.common.util.EList
<ColorArray> WidgetImpl.labelColor
The cached value of the 'Label Color
' containment reference list.protected org.eclipse.emf.common.util.EList
<ColorArray> WidgetImpl.valueColor
The cached value of the 'Value Color
' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ColorArrayMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type ColorArrayModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<ColorArray> WidgetImpl.getIconColor()
org.eclipse.emf.common.util.EList
<ColorArray> WidgetImpl.getLabelColor()
org.eclipse.emf.common.util.EList
<ColorArray> WidgetImpl.getValueColor()
-
Uses of ColorArray in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ColorArrayModifier and TypeMethodDescriptionSitemapSwitch.caseColorArray
(ColorArray object) Returns the result of interpreting the object as an instance of 'Color Array'.