Interface ISkinElementWithBackColor
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Subinterfaces:
SkinBackObject,SkinButton,SkinCommand,SkinEdit,SkinElementWithCustomization,SkinFormattedDoc,SkinGroupBox,SkinLogicGroup,SkinPage,SkinPanel,SkinStaticText,SkinSubMenu,SkinTable,SkinTableColumn,SkinTextDoc,SkinTumbler,SkinViewStatus
- All Known Implementing Classes:
SkinBackObjectImpl,SkinButtonImpl,SkinCommandImpl,SkinEditImpl,SkinElementWithCustomizationImpl,SkinFormattedDocImpl,SkinGroupBoxImpl,SkinLogicGroupImpl,SkinPageImpl,SkinPanelImpl,SkinStaticTextImpl,SkinSubMenuImpl,SkinTableColumnImpl,SkinTableImpl,SkinTextDocImpl,SkinTumblerImpl,SkinViewStatusImpl
A representation of the model object 'ISkin Element With Back Color'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Back Color' containment reference.voidsetBackColor(PresentationColor value) Sets the value of the 'Back 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
-
getBackColor
PresentationColor getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color' containment reference.- Parameters:
value- the new value of the 'Back Color' containment reference.- See Also:
-