Package org.eclipse.e4.ui.css.core.dom
Interface ExtendedDocumentCSS
- All Superinterfaces:
DocumentCSS
,DocumentStyle
- All Known Implementing Classes:
DocumentCSSImpl
Extend
DocumentCSS
to add methods like add/remove style sheet.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addStyleSheet
(StyleSheet styleSheet) default void
List<?>
queryConditionSelector
(int conditionType) List<?>
querySelector
(int selectorType, int conditionType) void
default void
Methods inherited from interface org.w3c.dom.css.DocumentCSS
getOverrideStyle
Methods inherited from interface org.w3c.dom.stylesheets.DocumentStyle
getStyleSheets
-
Field Details
-
SAC_ID_CONDITION
-
SAC_CLASS_CONDITION
-
SAC_PSEUDO_CLASS_CONDITION
-
OTHER_SAC_CONDITIONAL_SELECTOR
-
OTHER_SAC_SELECTOR
-
-
Method Details
-
addStyleSheet
-
removeAllStyleSheets
void removeAllStyleSheets() -
queryConditionSelector
-
querySelector
-
addStyleSheetChangeListener
- Since:
- 0.12.200
-
removeStyleSheetChangeListener
- Since:
- 0.12.200
-