Class StyleSheetListImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.StyleSheetListImpl
- All Implemented Interfaces:
StyleSheetList
StyleSheetList implementation. It provides the abstraction of an
ordered collection of style sheets.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddStyleSheet(StyleSheet styleSheet) AddStyleSheetto the collection of style sheetsintitem(int index) voidRemove all style sheet.
-
Constructor Details
-
StyleSheetListImpl
public StyleSheetListImpl()
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLengthin interfaceStyleSheetList
-
item
- Specified by:
itemin interfaceStyleSheetList
-
addStyleSheet
AddStyleSheetto the collection of style sheets -
removeAllStyleSheets
public void removeAllStyleSheets()Remove all style sheet.
-