Class CSSImportRuleImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
org.eclipse.e4.ui.css.core.impl.dom.CSSRuleImpl
org.eclipse.e4.ui.css.core.impl.dom.CSSImportRuleImpl
- All Implemented Interfaces:
CSSImportRule, CSSRule
-
Field Summary
Fields inherited from interface CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE -
Constructor Summary
ConstructorsConstructorDescriptionCSSImportRuleImpl(CSSStyleSheet parentStyleSheet, CSSRule parentRule, String uri, MediaListImpl mediaListImpl) -
Method Summary
Methods inherited from class CSSRuleImpl
getCssText, getParentRule, getParentStyleSheet, setCssTextMethods inherited from class AbstractCSSNode
getCSSParserMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CSSRule
getCssText, getParentRule, getParentStyleSheet, setCssText
-
Constructor Details
-
CSSImportRuleImpl
public CSSImportRuleImpl(CSSStyleSheet parentStyleSheet, CSSRule parentRule, String uri, MediaListImpl mediaListImpl)
-
-
Method Details
-
getType
public short getType()- Specified by:
getTypein interfaceCSSRule- Specified by:
getTypein classCSSRuleImpl
-
getHref
- Specified by:
getHrefin interfaceCSSImportRule
-
getMedia
- Specified by:
getMediain interfaceCSSImportRule
-
getStyleSheet
- Specified by:
getStyleSheetin interfaceCSSImportRule
-