Uses of Interface
org.openhab.core.model.sitemap.sitemap.ColorArray
Package
Description
-
Uses of ColorArray in org.openhab.core.model.sitemap.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_ColorArray
(org.eclipse.xtext.serializer.ISerializationContext context, ColorArray semanticObject) Contexts: ColorArray returns ColorArray Constraint: ((conditions+=Condition conditions+=Condition*)? arg=STRING) -
Uses of ColorArray in org.openhab.core.model.sitemap.sitemap
Modifier and TypeMethodDescriptionSitemapFactory.createColorArray()
Returns a new object of class 'Color Array'.Modifier 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
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Color Array'.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionSitemapSwitch.caseColorArray
(ColorArray object) Returns the result of interpreting the object as an instance of 'Color Array'.