Interface ICSSPropertyCompositeHandler
- All Superinterfaces:
ICSSPropertyHandler
- All Known Implementing Classes:
AbstractCSSPropertyBackgroundCompositeHandler,AbstractCSSPropertyBackgroundHandler,AbstractCSSPropertyBorderCompositeHandler,AbstractCSSPropertyBorderHandler,AbstractCSSPropertyCompositeHandler,AbstractCSSPropertyFontCompositeHandler,AbstractCSSPropertyFontHandler,CSSPropertyBackgroundSWTHandler,CSSPropertyBorderSWTHandler,CSSPropertyFontDefinitionHandler,CSSPropertyFontSWTHandler
CSS Property Handler interface to manage composite CSS Property (ex:
background is CSS Property composed with background-color,
background-image..).
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptionString[]getCSSPropertiesNames(String property) Return the CSS Properties names if the CSS Propertypropertyis composite and null otherwise.booleanisCSSPropertyComposite(String property) Return true ifpropertyis CSS Property composite and false otherwise.Methods inherited from interface org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
applyCSSProperty, retrieveCSSProperty
-
Method Details
-
isCSSPropertyComposite
Return true ifpropertyis CSS Property composite and false otherwise. -
getCSSPropertiesNames
Return the CSS Properties names if the CSS Propertypropertyis composite and null otherwise.
-