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 w3cElement
which wrap the native widgetelement
(SWT Control, Swing JComponent).
-
Method Details
-
getElement
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.
-