Class AbstractCSSPropertyBackgroundCompositeHandler
java.lang.Object
org.eclipse.e4.ui.css.core.dom.properties.AbstractCSSPropertyCompositeHandler
org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyBackgroundCompositeHandler
- All Implemented Interfaces:
ICSSPropertyCompositeHandler, ICSSPropertyHandler
- Direct Known Subclasses:
AbstractCSSPropertyBackgroundHandler
public abstract class AbstractCSSPropertyBackgroundCompositeHandler
extends AbstractCSSPropertyCompositeHandler
Abstract CSS property composite background which is enable to dispatch to well
CSS Property background-color, background-image...
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCSSProperty(Object element, CSSValue value, String pseudo, CSSEngine engine) Apply CSS Property.String[]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 class AbstractCSSPropertyCompositeHandler
applyCSSPropertyCompositeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ICSSPropertyHandler
applyCSSProperty, onAllCSSPropertiesApplied, onAllCSSPropertiesApplied, retrieveCSSProperty
-
Constructor Details
-
AbstractCSSPropertyBackgroundCompositeHandler
public AbstractCSSPropertyBackgroundCompositeHandler()
-
-
Method Details
-
applyCSSProperty
public void applyCSSProperty(Object element, CSSValue value, String pseudo, CSSEngine engine) throws Exception Description copied from class:AbstractCSSPropertyCompositeHandlerApply CSS Property.- Specified by:
applyCSSPropertyin classAbstractCSSPropertyCompositeHandler- Throws:
Exception
-
isCSSPropertyComposite
Description copied from interface:ICSSPropertyCompositeHandlerReturn true ifpropertyis CSS Property composite and false otherwise. -
getCSSPropertiesNames
Description copied from interface:ICSSPropertyCompositeHandlerReturn the CSS Properties names if the CSS Propertypropertyis composite and null otherwise.
-