Class AbstractCSSEngine

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

public abstract class AbstractCSSEngine extends Object implements CSSEngine
Abstract CSS Engine manage style sheet parsing and store the CSSStyleSheet into DocumentCSS. 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