Class CSSEngineImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
org.eclipse.e4.ui.css.core.impl.engine.CSSEngineImpl
- All Implemented Interfaces:
CSSEngine
- Direct Known Subclasses:
AbstractCSSSWTEngineImpl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.w3c.css.sac.ConditionFactory
Fields inherited from class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
computeDefaultStyle, propertyHandlerProviders
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn instance of CSS Parser.void
registerCSSProperty
(String propertyName, Class<? extends ICSSPropertyHandler> propertyHandlerClass) void
registerCSSPropertyHandler
(Class<?> cl, ICSSPropertyHandler handler) void
registerPackage
(String packageName) Methods inherited from class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
applyCSSProperty, applyDefaultStyleDeclaration, applyDefaultStyleDeclaration, applyInlineStyle, applyStyleDeclaration, applyStyles, applyStyles, convert, convert, dispose, getCSSCompositePropertiesNames, getCSSElementContext, getCSSProperties, getCSSPropertyHandlers, getCSSValueConverter, getDefaultStyleDeclaration, getDefaultStyleDeclaration, getDocumentCSS, getElement, getElementProvider, getElementsContext, getErrorHandler, getNativeWidget, getResourcesLocatorManager, getResourcesRegistry, getStaticPseudoInstances, getViewCSS, handleExceptions, handleWidgetDisposed, hookNativeWidget, isVisible, matches, onStylesAppliedToChildNodes, parseAndApplyStyleDeclaration, parseAndApplyStyleDeclaration, parseAndApplyStyleDeclaration, parseAndApplyStyleDeclaration, parsePropertyValue, parsePropertyValue, parsePropertyValue, parsePropertyValue, parseSelectors, parseSelectors, parseSelectors, parseSelectors, parseStyleDeclaration, parseStyleDeclaration, parseStyleDeclaration, parseStyleDeclaration, parseStyleSheet, parseStyleSheet, parseStyleSheet, registerCSSPropertyHandlerProvider, registerCSSValueConverter, reset, retrieveCSSProperty, setElementProvider, setErrorHandler, setResourceRegistryKeyFactory, setResourcesLocatorManager, setResourcesRegistry, unregisterCSSPropertyHandlerProvider, unregisterCSSValueConverter
-
Field Details
-
CONDITIONFACTORY_INSTANCE
public static final org.w3c.css.sac.ConditionFactory CONDITIONFACTORY_INSTANCE
-
-
Constructor Details
-
CSSEngineImpl
public CSSEngineImpl() -
CSSEngineImpl
-
-
Method Details
-
makeCSSParser
Description copied from class:AbstractCSSEngine
Return instance of CSS Parser.- Specified by:
makeCSSParser
in classAbstractCSSEngine
-
registerCSSPropertyHandler
-
registerCSSProperty
public void registerCSSProperty(String propertyName, Class<? extends ICSSPropertyHandler> propertyHandlerClass) -
registerPackage
-