Interface Widget
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Button
,Buttongrid
,Chart
,Colorpicker
,Default
,Frame
,Group
,Image
,Input
,LinkableWidget
,Mapview
,NonLinkableWidget
,Selection
,Setpoint
,Slider
,Switch
,Text
,Video
,Webview
- All Known Implementing Classes:
ButtongridImpl
,ButtonImpl
,ChartImpl
,ColorpickerImpl
,DefaultImpl
,FrameImpl
,GroupImpl
,ImageImpl
,InputImpl
,LinkableWidgetImpl
,MapviewImpl
,NonLinkableWidgetImpl
,SelectionImpl
,SetpointImpl
,SliderImpl
,SwitchImpl
,TextImpl
,VideoImpl
,WebviewImpl
,WidgetImpl
public interface Widget
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Widget'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetIcon()
Returns the value of the 'Icon' attribute.org.eclipse.emf.common.util.EList<ColorArray>
Returns the value of the 'Icon Color' containment reference list.org.eclipse.emf.common.util.EList<IconRule>
Returns the value of the 'Icon Rules' containment reference list.getItem()
Returns the value of the 'Item' attribute.getLabel()
Returns the value of the 'Label' attribute.org.eclipse.emf.common.util.EList<ColorArray>
Returns the value of the 'Label Color' containment reference list.Returns the value of the 'Static Icon' attribute.org.eclipse.emf.common.util.EList<ColorArray>
Returns the value of the 'Value Color' containment reference list.org.eclipse.emf.common.util.EList<VisibilityRule>
Returns the value of the 'Visibility' containment reference list.void
Sets the value of the 'Icon
' attribute.void
Sets the value of the 'Item
' attribute.void
Sets the value of the 'Label
' attribute.void
setStaticIcon
(String value) Sets the value of the 'Static Icon
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getItem
String getItem()Returns the value of the 'Item' attribute.- Returns:
- the value of the 'Item' attribute.
- See Also:
-
setItem
Sets the value of the 'Item
' attribute.- Parameters:
value
- the new value of the 'Item' attribute.- See Also:
-
getLabel
String getLabel()Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
-
setLabel
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
-
getIcon
String getIcon()Returns the value of the 'Icon' attribute.- Returns:
- the value of the 'Icon' attribute.
- See Also:
-
setIcon
Sets the value of the 'Icon
' attribute.- Parameters:
value
- the new value of the 'Icon' attribute.- See Also:
-
getIconRules
org.eclipse.emf.common.util.EList<IconRule> getIconRules()Returns the value of the 'Icon Rules' containment reference list. The list contents are of typeIconRule
.- Returns:
- the value of the 'Icon Rules' containment reference list.
- See Also:
-
getStaticIcon
String getStaticIcon()Returns the value of the 'Static Icon' attribute.- Returns:
- the value of the 'Static Icon' attribute.
- See Also:
-
setStaticIcon
Sets the value of the 'Static Icon
' attribute.- Parameters:
value
- the new value of the 'Static Icon' attribute.- See Also:
-
getLabelColor
org.eclipse.emf.common.util.EList<ColorArray> getLabelColor()Returns the value of the 'Label Color' containment reference list. The list contents are of typeColorArray
.- Returns:
- the value of the 'Label Color' containment reference list.
- See Also:
-
getValueColor
org.eclipse.emf.common.util.EList<ColorArray> getValueColor()Returns the value of the 'Value Color' containment reference list. The list contents are of typeColorArray
.- Returns:
- the value of the 'Value Color' containment reference list.
- See Also:
-
getIconColor
org.eclipse.emf.common.util.EList<ColorArray> getIconColor()Returns the value of the 'Icon Color' containment reference list. The list contents are of typeColorArray
.- Returns:
- the value of the 'Icon Color' containment reference list.
- See Also:
-
getVisibility
org.eclipse.emf.common.util.EList<VisibilityRule> getVisibility()Returns the value of the 'Visibility' containment reference list. The list contents are of typeVisibilityRule
.- Returns:
- the value of the 'Visibility' containment reference list.
- See Also:
-