Class ThemeElementDefinitionProvider

java.lang.Object
org.eclipse.e4.ui.css.swt.dom.definition.ThemeElementDefinitionProvider
All Implemented Interfaces:
IElementProvider

public class ThemeElementDefinitionProvider extends Object implements IElementProvider
  • Constructor Details

    • ThemeElementDefinitionProvider

      public ThemeElementDefinitionProvider()
  • Method Details

    • getElement

      public Element getElement(Object element, CSSEngine engine)
      Description copied from interface: IElementProvider
      Return the w3c Element which wrap the native widget element (SWT Control, Swing JComponent). The element 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 interface IElementProvider