Package org.eclipse.e4.ui.css.core.dom
package org.eclipse.e4.ui.css.core.dom
-
ClassDescriptionElements that implement this interface contract that only a subset of their children should be styled.CSS property interface.CSS property list interface.CSS stylable element interface to wrap native widget.
Element
implementation.ExtendCSSRule
to get selector and property list.ExtendDocumentCSS
to add methods like add/remove style sheet.Element provider to retrieve w3cElement
which wrap the native widget (SWT Control, Swing JComponent...).Implementations ofNodeList
that implementedNodeList.getLength()
andNodeList.item(int)
can use this interface to optimize the streaming of their children.