Class ThemeElementDefinitionProvider
java.lang.Object
org.eclipse.e4.ui.css.swt.dom.definition.ThemeElementDefinitionProvider
- All Implemented Interfaces:
IElementProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElement(Object element, CSSEngine engine) Return the w3cElementwhich wrap the native widgetelement(SWT Control, Swing JComponent).
-
Constructor Details
-
ThemeElementDefinitionProvider
public ThemeElementDefinitionProvider()
-
-
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
-