Class CSSEngineImpl

java.lang.Object
org.eclipse.e4.ui.css.core.impl.engine.CSSEngineImpl
All Implemented Interfaces:
CSSEngine
Direct Known Subclasses:
CSSSWTEngineImpl

public abstract class CSSEngineImpl extends Object implements CSSEngine
Abstract CSS Engine which manages stylesheet parsing, the cascade, and applying styles. To apply styles, call the applyStyles(Object, boolean, boolean) method. This method check if ICSSPropertyHandler is registered for apply the CSS property.
Version:
1.0.0
Author:
Angelo ZERR