Interface SkinTableColumnsGroup
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ThemeSkin
- All Known Implementing Classes:
SkinTableColumnsGroupImpl
A representation of the model object 'Skin Table Columns Group'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Header Back Color' containment reference.Returns the value of the 'Header Font' containment reference.Returns the value of the 'Header Text Color' containment reference.voidSets the value of the 'Header Back Color' containment reference.voidsetHeaderFont(PresentationFont value) Sets the value of the 'Header Font' containment reference.voidSets the value of the 'Header 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
-
getHeaderTextColor
PresentationColor getHeaderTextColor()Returns the value of the 'Header Text Color' containment reference.- Returns:
- the value of the 'Header Text Color' containment reference.
- See Also:
-
setHeaderTextColor
Sets the value of the 'Header Text Color' containment reference.- Parameters:
value- the new value of the 'Header Text Color' containment reference.- See Also:
-
getHeaderBackColor
PresentationColor getHeaderBackColor()Returns the value of the 'Header Back Color' containment reference.- Returns:
- the value of the 'Header Back Color' containment reference.
- See Also:
-
setHeaderBackColor
Sets the value of the 'Header Back Color' containment reference.- Parameters:
value- the new value of the 'Header Back Color' containment reference.- See Also:
-
getHeaderFont
PresentationFont getHeaderFont()Returns the value of the 'Header Font' containment reference.- Returns:
- the value of the 'Header Font' containment reference.
- See Also:
-
setHeaderFont
Sets the value of the 'Header Font' containment reference.- Parameters:
value- the new value of the 'Header Font' containment reference.- See Also:
-