Package org.eclipse.e4.ui.css.core.dom
Interface CSSProperty
- All Known Implementing Classes:
CSSPropertyImpl
public interface CSSProperty
CSS property interface.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Return name of CSS property.getValue()ReturnCSSValuevalue of CSS property.booleanReturn true if CSS property is important and false otherwise.voidsetImportant(boolean important) voidSet theCSSValuevalue of CSS property.
-
Method Details
-
getName
String getName()Return name of CSS property. -
getValue
CSSValue getValue()ReturnCSSValuevalue of CSS property. -
setValue
Set theCSSValuevalue of CSS property. -
isImportant
boolean isImportant()Return true if CSS property is important and false otherwise. -
setImportant
void setImportant(boolean important)
-