Interface ISkinElementWithTextColor
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Subinterfaces:
SkinButton,SkinCommand,SkinEdit,SkinElementWithCustomization,SkinFormattedDoc,SkinGroupBox,SkinImage,SkinLogicGroup,SkinRadioButton,SkinRadioGroup,SkinStaticText,SkinSubMenu,SkinTable,SkinTableColumn,SkinTextDoc,SkinTumbler,SkinViewStatus
- All Known Implementing Classes:
SkinButtonImpl,SkinCommandImpl,SkinEditImpl,SkinElementWithCustomizationImpl,SkinFormattedDocImpl,SkinGroupBoxImpl,SkinImageImpl,SkinLogicGroupImpl,SkinRadioButtonImpl,SkinRadioGroupImpl,SkinStaticTextImpl,SkinSubMenuImpl,SkinTableColumnImpl,SkinTableImpl,SkinTextDocImpl,SkinTumblerImpl,SkinViewStatusImpl
A representation of the model object 'ISkin Element With Text Color'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Text Color' containment reference.voidsetTextColor(PresentationColor value) Sets the value of the 'Text Color' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTextColor
PresentationColor getTextColor()Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
-
setTextColor
Sets the value of the 'Text Color' containment reference.- Parameters:
value- the new value of the 'Text Color' containment reference.- See Also:
-