Package org.eclipse.e4.ui.css.core.dom
Interface IElementProvider
- All Known Implementing Classes:
EclipsePreferencesProvider,RegistryCSSElementProvider,SWTElementProvider,SWTHTMLElementProvider,ThemeElementDefinitionProvider
public interface IElementProvider
Element provider to retrieve w3c
Element which wrap the native widget
(SWT Control, Swing JComponent...).-
Method Summary
Modifier and TypeMethodDescriptiongetElement(Object element, CSSEngine engine) Return the w3cElementwhich wrap the native widgetelement(SWT Control, Swing JComponent).
-
Method Details
-
getElement
Return 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.
-