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 TypeMethodDescriptionvoid
addStyleSheet
(StyleSheet styleSheet) AddStyleSheet
to the collection of style sheetsint
item
(int index) void
Remove all style sheet.
-
Constructor Details
-
StyleSheetListImpl
public StyleSheetListImpl()
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLength
in interfaceStyleSheetList
-
item
- Specified by:
item
in interfaceStyleSheetList
-
addStyleSheet
AddStyleSheet
to the collection of style sheets -
removeAllStyleSheets
public void removeAllStyleSheets()Remove all style sheet.
-