Class CSSPropertyListImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.CSSPropertyListImpl
- All Implemented Interfaces:
CSSPropertyList
w3c
CSSPropertyList implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(CSSProperty property) AddCSSProperty.voiddelete(int index) DeleteCSSPropertyatindex.intReturn length of CSS property list.voidinsert(CSSProperty property, int index) InsertCSSPropertyatindex.item(int index) Return the CSS propertyCSSPropertyat itemi.toString()
-
Constructor Details
-
CSSPropertyListImpl
public CSSPropertyListImpl()
-
-
Method Details
-
getLength
public int getLength()Description copied from interface:CSSPropertyListReturn length of CSS property list.- Specified by:
getLengthin interfaceCSSPropertyList
-
item
Description copied from interface:CSSPropertyListReturn the CSS propertyCSSPropertyat itemi.- Specified by:
itemin interfaceCSSPropertyList
-
add
AddCSSProperty. -
insert
InsertCSSPropertyatindex. -
delete
public void delete(int index) DeleteCSSPropertyatindex. -
toString
-