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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyCSSProperty
(Object element, CSSValue value, String pseudo, CSSEngine engine) Apply CSS Property.String[]
getCSSPropertiesNames
(String property) Return the CSS Properties names if the CSS Propertyproperty
is composite and null otherwise.boolean
isCSSPropertyComposite
(String property) Return true ifproperty
is CSS Property composite and false otherwise.Methods inherited from class org.eclipse.e4.ui.css.core.dom.properties.AbstractCSSPropertyCompositeHandler
applyCSSPropertyComposite
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
applyCSSProperty, 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:AbstractCSSPropertyCompositeHandler
Apply CSS Property.- Specified by:
applyCSSProperty
in classAbstractCSSPropertyCompositeHandler
- Throws:
Exception
-
isCSSPropertyComposite
Description copied from interface:ICSSPropertyCompositeHandler
Return true ifproperty
is CSS Property composite and false otherwise. -
getCSSPropertiesNames
Description copied from interface:ICSSPropertyCompositeHandler
Return the CSS Properties names if the CSS Propertyproperty
is composite and null otherwise.
-