Class CSSPropertyListImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyListImpl
- All Implemented Interfaces:
CSSPropertyList
w3c
CSSPropertyList
implementation.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(CSSProperty property) AddCSSProperty
.void
delete
(int index) DeleteCSSProperty
atindex
.int
Return length of CSS property list.void
insert
(CSSProperty property, int index) InsertCSSProperty
atindex
.item
(int index) Return the CSS propertyCSSProperty
at itemi
.toString()
-
Constructor Details
-
CSSPropertyListImpl
public CSSPropertyListImpl()
-
-
Method Details
-
getLength
public int getLength()Description copied from interface:CSSPropertyList
Return length of CSS property list.- Specified by:
getLength
in interfaceCSSPropertyList
-
item
Description copied from interface:CSSPropertyList
Return the CSS propertyCSSProperty
at itemi
.- Specified by:
item
in interfaceCSSPropertyList
-
add
AddCSSProperty
. -
insert
InsertCSSProperty
atindex
. -
delete
public void delete(int index) DeleteCSSProperty
atindex
. -
toString
-