Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelColorArrayList
Packages that use ModelColorArrayList
Package
Description
-
Uses of ModelColorArrayList in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelColorArrayListModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelColorArrayList(org.eclipse.xtext.serializer.ISerializationContext context, ModelColorArrayList semanticObject) Contexts: ModelColorArrayList returns ModelColorArrayList Constraint: (elements+=ModelColorArray elements+=ModelColorArray*) -
Uses of ModelColorArrayList in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelColorArrayListModifier and TypeMethodDescriptionSitemapFactory.createModelColorArrayList()Returns a new object of class 'Model Color Array List'.ModelWidget.getIconColor()Returns the value of the 'Icon Color' containment reference.ModelWidget.getLabelColor()Returns the value of the 'Label Color' containment reference.ModelWidget.getValueColor()Returns the value of the 'Value Color' containment reference.Methods in org.openhab.core.model.sitemap.sitemap with parameters of type ModelColorArrayListModifier and TypeMethodDescriptionvoidModelWidget.setIconColor(ModelColorArrayList value) Sets the value of the 'Icon Color' containment reference.voidModelWidget.setLabelColor(ModelColorArrayList value) Sets the value of the 'Label Color' containment reference.voidModelWidget.setValueColor(ModelColorArrayList value) Sets the value of the 'Value Color' containment reference. -
Uses of ModelColorArrayList in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelColorArrayListModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Color Array List'.Fields in org.openhab.core.model.sitemap.sitemap.impl declared as ModelColorArrayListModifier and TypeFieldDescriptionprotected ModelColorArrayListModelWidgetImpl.iconColorThe cached value of the 'Icon Color' containment reference.protected ModelColorArrayListModelWidgetImpl.labelColorThe cached value of the 'Label Color' containment reference.protected ModelColorArrayListModelWidgetImpl.valueColorThe cached value of the 'Value Color' containment reference.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelColorArrayListModifier and TypeMethodDescriptionSitemapFactoryImpl.createModelColorArrayList()ModelWidgetImpl.getIconColor()ModelWidgetImpl.getLabelColor()ModelWidgetImpl.getValueColor()Methods in org.openhab.core.model.sitemap.sitemap.impl with parameters of type ModelColorArrayListModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainModelWidgetImpl.basicSetIconColor(ModelColorArrayList newIconColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainModelWidgetImpl.basicSetLabelColor(ModelColorArrayList newLabelColor, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainModelWidgetImpl.basicSetValueColor(ModelColorArrayList newValueColor, org.eclipse.emf.common.notify.NotificationChain msgs) voidModelWidgetImpl.setIconColor(ModelColorArrayList newIconColor) voidModelWidgetImpl.setLabelColor(ModelColorArrayList newLabelColor) voidModelWidgetImpl.setValueColor(ModelColorArrayList newValueColor) -
Uses of ModelColorArrayList in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelColorArrayListModifier and TypeMethodDescriptionSitemapSwitch.caseModelColorArrayList(ModelColorArrayList object) Returns the result of interpreting the object as an instance of 'Model Color Array List'.