-
public final class StyleDeclarationEditA descriptor of operation to mutate style declaration text.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstyleSheetIdprivate final SourceRangerangeprivate final Stringtext
-
Constructor Summary
Constructors Constructor Description StyleDeclarationEdit(String styleSheetId, SourceRange range, String text)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final SourceRangecomponent2()final Stringcomponent3()final StyleDeclarationEditcopy(String styleSheetId, SourceRange range, String text)final StringgetStyleSheetId()The css style sheet identifier. final SourceRangegetRange()The range of the style text in the enclosing stylesheet. final StringgetText()New style text. -
-
Constructor Detail
-
StyleDeclarationEdit
StyleDeclarationEdit(String styleSheetId, SourceRange range, String text)
-
-
Method Detail
-
component1
final String component1()
-
component2
final SourceRange component2()
-
component3
final String component3()
-
copy
final StyleDeclarationEdit copy(String styleSheetId, SourceRange range, String text)
-
getStyleSheetId
final String getStyleSheetId()
The css style sheet identifier.
-
getRange
final SourceRange getRange()
The range of the style text in the enclosing stylesheet.
-
-
-
-