Class CSSPropertyImpl

java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyImpl
All Implemented Interfaces:
CSSProperty

public class CSSPropertyImpl extends Object implements CSSProperty
  • Field Details

    • IMPORTANT_IDENTIFIER

      protected static String IMPORTANT_IDENTIFIER
  • Constructor Details

    • CSSPropertyImpl

      public CSSPropertyImpl(String name, CSSValue value, boolean important)
      Creates new Property
  • Method Details