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