scala.tools.nsc.doc.html.page

Index

class Index extends HtmlPage

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Index
  2. HtmlPage
  3. Page
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Index(universe: Universe, index: doc.Index)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Index to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Index, B)

    Implicit information
    This member is added by an implicit conversion from Index to ArrowAssoc[Index] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def absoluteLinkTo(path: List[String]): String

    Definition Classes
    Page
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def blockToHtml(block: Block): NodeSeq

    Definition Classes
    HtmlPage
  11. val body: Elem

    The body of this page.

    The body of this page.

    Definition Classes
    IndexHtmlPage
  12. def bodyToHtml(body: Body): NodeSeq

    Definition Classes
    HtmlPage
  13. def browser: Elem

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def commentToHtml(comment: Comment): NodeSeq

    Transforms a comment into an styled HTML tree representing its body.

    Transforms a comment into an styled HTML tree representing its body.

    Definition Classes
    HtmlPage
  16. def commentToHtml(comment: Option[Comment]): NodeSeq

    Transforms an optional comment into an styled HTML tree representing its body if it is defined, or into an empty node sequence if it is not.

    Transforms an optional comment into an styled HTML tree representing its body if it is defined, or into an empty node sequence if it is not.

    Definition Classes
    HtmlPage
  17. def createFileOutputStream(site: HtmlFactory, suffix: String = ""): FileOutputStream

    Definition Classes
    Page
  18. def description: String

    The page description

    The page description

    Attributes
    protected
    Definition Classes
    HtmlPage
  19. def docEntityKindToBigImage(ety: DocTemplateEntity): String

    Returns the _big image name corresponding to the DocTemplate Entity (upper left icon)

    Returns the _big image name corresponding to the DocTemplate Entity (upper left icon)

    Definition Classes
    HtmlPage
  20. def ensuring(cond: (Index) ⇒ Boolean, msg: ⇒ Any): Index

    Implicit information
    This member is added by an implicit conversion from Index to Ensuring[Index] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (Index) ⇒ Boolean): Index

    Implicit information
    This member is added by an implicit conversion from Index to Ensuring[Index] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): Index

    Implicit information
    This member is added by an implicit conversion from Index to Ensuring[Index] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): Index

    Implicit information
    This member is added by an implicit conversion from Index to Ensuring[Index] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Index to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hasPage(e: DocTemplateEntity): Boolean

    Definition Classes
    HtmlPage
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. val headers: Group

    Additional header elements (links, scripts, meta tags, etc.

    Additional header elements (links, scripts, meta tags, etc.) required for this page.

    Definition Classes
    IndexHtmlPage
  32. val index: doc.Index

  33. def inlineToHtml(inl: Inline): NodeSeq

    Definition Classes
    HtmlPage
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def keywords: String

    The page keywords

    The page keywords

    Attributes
    protected
    Definition Classes
    HtmlPage
  36. def kindToString(mbr: MemberEntity): String

    Definition Classes
    Page
  37. def letters: NodeSeq

  38. def linkToHtml(text: Inline, link: LinkTo, hasLinks: Boolean): NodeSeq

    Definition Classes
    HtmlPage
  39. def listItemsToHtml(items: collection.Seq[Block]): NodeSeq

    Definition Classes
    HtmlPage
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. def packageQualifiedName(ety: DocTemplateEntity): String

  44. def path: collection.immutable.List[String]

    The path of this page, relative to the API site.

    The path of this page, relative to the API site. path.tail is a list of folder names leading to this page (from closest package to one-above-root package), path.head is the file name of this page. Note that path has a length of at least one.

    Definition Classes
    IndexPage
  45. def relativeLinkTo(destPath: List[String]): String

    A relative link from this page to some destination path.

    A relative link from this page to some destination path.

    destPath

    The path that the link will point to.

    Definition Classes
    Page
  46. def relativeLinkTo(destPage: HtmlPage): String

    A relative link from this page to some destination page in the Scaladoc site.

    A relative link from this page to some destination page in the Scaladoc site.

    destPage

    The page that the link will point to.

    Definition Classes
    Page
  47. def relativeLinkTo(destClass: TemplateEntity): String

    A relative link from this page to some destination class entity.

    A relative link from this page to some destination class entity.

    Definition Classes
    Page
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def templateToHtml(tpl: TemplateEntity, name: String = null): Node with Serializable

    Returns the HTML code that represents the template in tpl as a hyperlinked name.

    Returns the HTML code that represents the template in tpl as a hyperlinked name.

    Definition Classes
    HtmlPage
  50. def templateToPath(tpl: TemplateEntity): List[String]

    Definition Classes
    Page
  51. def templatesToHtml(tplss: List[TemplateEntity], sep: NodeSeq): NodeSeq

    Returns the HTML code that represents the templates in tpls as a list of hyperlinked names.

    Returns the HTML code that represents the templates in tpls as a list of hyperlinked names.

    Definition Classes
    HtmlPage
  52. def title: String

    The title of this page.

    The title of this page.

    Definition Classes
    IndexHtmlPage
  53. def toString(): String

    Definition Classes
    AnyRef → Any
  54. def typeToHtml(tpe: TypeEntity, hasLinks: Boolean): NodeSeq

    Definition Classes
    HtmlPage
  55. def typeToHtml(tpes: List[TypeEntity], hasLinks: Boolean): NodeSeq

    Definition Classes
    HtmlPage
  56. def typesToHtml(tpess: List[TypeEntity], hasLinks: Boolean, sep: NodeSeq): NodeSeq

    Definition Classes
    HtmlPage
  57. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def writeFile(site: HtmlFactory, suffix: String = "")(fn: (Writer) ⇒ Unit): Unit

    Definition Classes
    Page
  61. def writeFor(site: HtmlFactory): Unit

    Writes this page as a file.

    Writes this page as a file. The file's location is relative to the generator's site root, and the encoding is also defined by the generator.

    Definition Classes
    HtmlPagePage
  62. def [B](y: B): (Index, B)

    Implicit information
    This member is added by an implicit conversion from Index to ArrowAssoc[Index] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Index to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (index: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Index to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (index: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Index

    Implicit information
    This member is added by an implicit conversion from Index to ArrowAssoc[Index] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (index: ArrowAssoc[Index]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Index

    Implicit information
    This member is added by an implicit conversion from Index to Ensuring[Index] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (index: Ensuring[Index]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from HtmlPage

Inherited from Page

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Index to StringAdd

Inherited by implicit conversion any2stringfmt from Index to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Index to ArrowAssoc[Index]

Inherited by implicit conversion any2Ensuring from Index to Ensuring[Index]

Ungrouped