Package org.eclipse.e4.ui.css.core.dom
Interface CSSPropertyList
- All Known Implementing Classes:
CSSPropertyListImpl
public interface CSSPropertyList
CSS property list interface.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptionint
Return length of CSS property list.item
(int i) Return the CSS propertyCSSProperty
at itemi
.
-
Method Details
-
getLength
int getLength()Return length of CSS property list. -
item
Return the CSS propertyCSSProperty
at itemi
.
-