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
FieldsModifier and TypeFieldDescriptionstatic final org.w3c.css.sac.ConditionFactoryFields inherited from class org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine
computeDefaultStyle, propertyHandlerProviders -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn instance of CSS Parser.voidregisterCSSProperty(String propertyName, Class<? extends ICSSPropertyHandler> propertyHandlerClass) voidregisterCSSPropertyHandler(Class<?> cl, ICSSPropertyHandler handler) voidregisterPackage(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:AbstractCSSEngineReturn instance of CSS Parser.- Specified by:
makeCSSParserin classAbstractCSSEngine
-
registerCSSPropertyHandler
-
registerCSSProperty
public void registerCSSProperty(String propertyName, Class<? extends ICSSPropertyHandler> propertyHandlerClass) -
registerPackage
-