Class StyleSheetListImpl

java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.StyleSheetListImpl
All Implemented Interfaces:
StyleSheetList

public class StyleSheetListImpl extends Object implements StyleSheetList
StyleSheetList implementation. It provides the abstraction of an ordered collection of style sheets.
  • Constructor Details

    • StyleSheetListImpl

      public StyleSheetListImpl()
  • Method Details

    • getLength

      public int getLength()
      Specified by:
      getLength in interface StyleSheetList
    • item

      public StyleSheet item(int index)
      Specified by:
      item in interface StyleSheetList
    • addStyleSheet

      public void addStyleSheet(StyleSheet styleSheet)
      Add StyleSheet to the collection of style sheets
    • removeAllStyleSheets

      public void removeAllStyleSheets()
      Remove all style sheet.