Class RegistryCSSElementProvider
java.lang.Object
org.eclipse.e4.ui.css.core.impl.engine.RegistryCSSElementProvider
- All Implemented Interfaces:
IElementProvider
A simple
IElementProvider
that is configured by an extension point.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElement
(Object o, CSSEngine engine) Return the w3cElement
which wrap the native widgetelement
(SWT Control, Swing JComponent).
-
Constructor Details
-
RegistryCSSElementProvider
-
-
Method Details
-
getElement
Description copied from interface:IElementProvider
Return the w3cElement
which wrap the native widgetelement
(SWT Control, Swing JComponent). Theelement
can be the w3c Element. The provider should check that the supplied widgets/objects are compatible with the provided CSS Engine.- Specified by:
getElement
in interfaceIElementProvider
-