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 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