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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddStyleSheet(StyleSheet styleSheet) default voidList<?> queryConditionSelector(int conditionType) List<?> querySelector(int selectorType, int conditionType) voiddefault voidMethods inherited from interface org.w3c.dom.css.DocumentCSS
getOverrideStyleMethods 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
-