Interface CSSStyleSheets.StyleSheetInfo

Enclosing interface:
CSSStyleSheets

public static interface CSSStyleSheets.StyleSheetInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the id of this style sheet info.
    Returns the title of this style sheet info.
  • Method Details

    • getTitle

      String getTitle()
      Returns the title of this style sheet info. This can be used to present the different style sheets to a user.
      Returns:
      the title of this style sheet info.
    • getID

      long getID()
      Returns the id of this style sheet info. This can be used to retrieve a string containing the source of a CSS style sheet.
      Returns:
      the id of this style sheet info.