org.fusesource.scalate.wikitext

CenterBlock

class CenterBlock extends AbstractNestedBlock

Source
HtmlBlocks.scala
Linear Supertypes
AbstractNestedBlock, ParameterizedBlock, Block, Processor, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CenterBlock
  2. AbstractNestedBlock
  3. ParameterizedBlock
  4. Block
  5. Processor
  6. Cloneable
  7. AnyRef
  8. 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 CenterBlock()

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 CenterBlock to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (CenterBlock, B)

    Implicit information
    This member is added by an implicit conversion from CenterBlock to ArrowAssoc[CenterBlock] 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. var attributes: Attributes

  10. def beginBlock(): Unit

    Definition Classes
    CenterBlockAbstractNestedBlock
  11. def beginNesting(): Boolean

    Definition Classes
    AbstractNestedBlock → Block
  12. var blockLineCount: Int

    Definition Classes
    AbstractNestedBlock
  13. def canStart(line: String, lineOffset: Int): Boolean

    Definition Classes
    AbstractNestedBlock → Block
  14. def clone(): Block

    Definition Classes
    Block → Processor → AnyRef
  15. def endBlock(): Unit

    Definition Classes
    CenterBlockAbstractNestedBlock
  16. var endPattern: Pattern

    Definition Classes
    AbstractNestedBlock
  17. def ensuring(cond: (CenterBlock) ⇒ Boolean, msg: ⇒ Any): CenterBlock

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def findCloseOffset(line: String, lineOffset: Int): Int

    Definition Classes
    AbstractNestedBlock → Block
  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from CenterBlock to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. def getBuilder(): DocumentBuilder

    Definition Classes
    Processor
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def getMarkupLanguage(): MarkupLanguage

    Definition Classes
    Processor
  29. def getParser(): MarkupParser

    Definition Classes
    Processor
  30. def getState(): ContentState

    Definition Classes
    Processor
  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. def isClosed(): Boolean

    Definition Classes
    Block
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. var matcher: Matcher

    Definition Classes
    AbstractNestedBlock
  35. val name: String

    Definition Classes
    AbstractNestedBlock
  36. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. var nesting: Boolean

    Definition Classes
    AbstractNestedBlock
  38. final def notify(): Unit

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

    Definition Classes
    AnyRef
  40. def processLine(arg0: String, arg1: Int): Int

    Definition Classes
    Block
  41. def processLineContent(line: String, ofs: Int): Int

    Definition Classes
    AbstractNestedBlock → Block
  42. def setClosed(closed: Boolean): Unit

    Definition Classes
    AbstractNestedBlock → Block
  43. def setOption(key: String, value: String): Unit

    Definition Classes
    CenterBlock → ParameterizedBlock
  44. def setOption(option: String): Unit

    Definition Classes
    CenterBlock → ParameterizedBlock
  45. def setOptions(arg0: String): Unit

    Definition Classes
    ParameterizedBlock
  46. def setParser(arg0: MarkupParser): Unit

    Definition Classes
    Processor
  47. def setState(arg0: ContentState): Unit

    Definition Classes
    Processor
  48. var startPattern: Pattern

    Definition Classes
    AbstractNestedBlock
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def [B](y: B): (CenterBlock, B)

    Implicit information
    This member is added by an implicit conversion from CenterBlock to ArrowAssoc[CenterBlock] 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 CenterBlock 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:
    (centerBlock: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from CenterBlock 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:
    (centerBlock: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: CenterBlock

    Implicit information
    This member is added by an implicit conversion from CenterBlock to ArrowAssoc[CenterBlock] 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:
    (centerBlock: ArrowAssoc[CenterBlock]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: CenterBlock

    Implicit information
    This member is added by an implicit conversion from CenterBlock to Ensuring[CenterBlock] 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:
    (centerBlock: Ensuring[CenterBlock]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AbstractNestedBlock

Inherited from ParameterizedBlock

Inherited from Block

Inherited from Processor

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CenterBlock to StringAdd

Inherited by implicit conversion any2stringfmt from CenterBlock to StringFormat

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

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

Ungrouped