Class CSSStyleSheetImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
org.eclipse.e4.ui.css.core.impl.dom.CSSStyleSheetImpl
- All Implemented Interfaces:
CSSStyleSheet,StyleSheet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteRule(int position) booleangetHref()getMedia()getTitle()getType()intinsertRule(String arg0, int arg1) voidsetDisabled(boolean disabled) voidsetRuleList(CSSRuleList rules) Methods inherited from class org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
getCSSParser
-
Constructor Details
-
CSSStyleSheetImpl
public CSSStyleSheetImpl()
-
-
Method Details
-
deleteRule
- Specified by:
deleteRulein interfaceCSSStyleSheet- Throws:
DOMException
-
getCssRules
- Specified by:
getCssRulesin interfaceCSSStyleSheet
-
getOwnerRule
- Specified by:
getOwnerRulein interfaceCSSStyleSheet
-
insertRule
- Specified by:
insertRulein interfaceCSSStyleSheet- Throws:
DOMException
-
getDisabled
public boolean getDisabled()- Specified by:
getDisabledin interfaceStyleSheet
-
getHref
- Specified by:
getHrefin interfaceStyleSheet
-
getMedia
- Specified by:
getMediain interfaceStyleSheet
-
getOwnerNode
- Specified by:
getOwnerNodein interfaceStyleSheet
-
getParentStyleSheet
- Specified by:
getParentStyleSheetin interfaceStyleSheet
-
getTitle
- Specified by:
getTitlein interfaceStyleSheet
-
getType
- Specified by:
getTypein interfaceStyleSheet
-
setDisabled
public void setDisabled(boolean disabled) - Specified by:
setDisabledin interfaceStyleSheet
-
setRuleList
-