| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.css |
| Modifier and Type | Method and Description |
|---|---|
CSSRule |
CSS.addRule(String styleSheetId,
String ruleText,
SourceRange location)
Inserts a new rule with the given `ruleText` in a stylesheet with given `styleSheetId`, at the
position specified by `location`.
|
Value |
CSS.setKeyframeKey(String styleSheetId,
SourceRange range,
String keyText)
Modifies the keyframe rule key text.
|
CSSMedia |
CSS.setMediaText(String styleSheetId,
SourceRange range,
String text)
Modifies the rule selector.
|
SelectorList |
CSS.setRuleSelector(String styleSheetId,
SourceRange range,
String selector)
Modifies the rule selector.
|
| Modifier and Type | Method and Description |
|---|---|
SourceRange |
CSSMedia.getRange()
The associated rule (@media or @import) header range in the enclosing stylesheet (if
available).
|
SourceRange |
CSSProperty.getRange()
The entire property range in the enclosing style declaration (if available).
|
SourceRange |
CSSStyle.getRange()
Style declaration range in the enclosing stylesheet (if available).
|
SourceRange |
StyleDeclarationEdit.getRange()
The range of the style text in the enclosing stylesheet.
|
SourceRange |
Value.getRange()
Value range in the underlying resource (if available).
|
SourceRange |
MediaQueryExpression.getValueRange()
The associated range of the value text in the enclosing stylesheet (if available).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSMedia.setRange(SourceRange range)
The associated rule (@media or @import) header range in the enclosing stylesheet (if
available).
|
void |
CSSProperty.setRange(SourceRange range)
The entire property range in the enclosing style declaration (if available).
|
void |
CSSStyle.setRange(SourceRange range)
Style declaration range in the enclosing stylesheet (if available).
|
void |
StyleDeclarationEdit.setRange(SourceRange range)
The range of the style text in the enclosing stylesheet.
|
void |
Value.setRange(SourceRange range)
Value range in the underlying resource (if available).
|
void |
MediaQueryExpression.setValueRange(SourceRange valueRange)
The associated range of the value text in the enclosing stylesheet (if available).
|
Copyright © 2020. All rights reserved.