Class AbstractCSSPropertyBorderCompositeHandler
java.lang.Object
org.eclipse.e4.ui.css.core.dom.properties.AbstractCSSPropertyCompositeHandler
org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyBorderCompositeHandler
- All Implemented Interfaces:
ICSSPropertyCompositeHandler, ICSSPropertyHandler
- Direct Known Subclasses:
AbstractCSSPropertyBorderHandler
public abstract class AbstractCSSPropertyBorderCompositeHandler
extends AbstractCSSPropertyCompositeHandler
Abstract class which dispatch border CSS Property defined to call the
applyCSSProperty methods CSS Properties border-color, border-style,
border-width.
- 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
-
AbstractCSSPropertyBorderCompositeHandler
public AbstractCSSPropertyBorderCompositeHandler()
-
-
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.
-