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 w3cElementwhich wrap the native widgetelement(SWT Control, Swing JComponent).
-
Constructor Details
-
RegistryCSSElementProvider
-
-
Method Details
-
getElement
Description copied from interface:IElementProviderReturn the w3cElementwhich wrap the native widgetelement(SWT Control, Swing JComponent). Theelementcan be the w3c Element. The provider should check that the supplied widgets/objects are compatible with the provided CSS Engine.- Specified by:
getElementin interfaceIElementProvider
-