scala.tools.jline.console

ConsoleReader

class ConsoleReader extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ConsoleReader
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsoleReader()

  2. new ConsoleReader(in: InputStream, out: Writer)

  3. new ConsoleReader(in: InputStream, out: Writer, term: Terminal)

  4. new ConsoleReader(in: InputStream, out: Writer, bindings: InputStream, term: Terminal)

  5. new ConsoleReader(in: InputStream, out: OutputStream, bindings: InputStream, term: Terminal)

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def addCompleter(completer: Completer): Boolean

  7. def addTriggeredAction(c: Char, listener: ActionListener): Unit

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def back(num: Int): Unit

    Attributes
    protected[console]
  10. def backspace(): Boolean

  11. def beep(): Unit

  12. def clearScreen(): Boolean

  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def complete(): Boolean

    Attributes
    protected[console]
  15. final def delete(): Boolean

  16. final def drawLine(): Unit

  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def expandEvents(str: String): String

    Attributes
    protected[console]
  20. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def flush(): Unit

  22. def getAutoprintThreshold(): Int

  23. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  24. def getCompleters(): Collection[Completer]

  25. def getCompletionHandler(): CompletionHandler

  26. def getCursorBuffer(): CursorBuffer

  27. def getEchoCharacter(): Character

  28. def getExpandEvents(): Boolean

  29. def getHistory(): History

  30. def getInput(): InputStream

  31. def getOutput(): Writer

  32. def getPrompt(): String

  33. def getTerminal(): Terminal

  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def isBellEnabled(): Boolean

  36. def isHistoryEnabled(): Boolean

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def isPaginationEnabled(): Boolean

  39. def killLine(): Boolean

  40. def moveCursor(num: Int): Int

  41. def moveToEnd(): Boolean

    Attributes
    protected[console]
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  45. def paste(): Boolean

  46. final def print(s: CharSequence): Unit

  47. def printColumns(items: java.util.Collection[_ <: java.lang.CharSequence]): Unit

  48. def printSearchStatus(searchTerm: String, match: String): Unit

  49. final def println(): Unit

  50. final def println(s: CharSequence): Unit

  51. final def putString(str: CharSequence): Unit

  52. final def readCharacter(allowed: <repeated...>[Char]): Int

  53. def readLine(prompt: String, mask: Character): String

  54. def readLine(prompt: String): String

  55. def readLine(mask: Character): String

  56. def readLine(): String

  57. final def readVirtualKey(): Int

  58. final def redrawLine(): Unit

  59. def removeCompleter(completer: Completer): Boolean

  60. final def replace(num: Int, replacement: String): Boolean

  61. final def resetLine(): Boolean

    Attributes
    protected[console]
  62. def resetPromptLine(prompt: String, buffer: String, cursorDest: Int): Unit

  63. def restoreLine(originalPrompt: String, cursorDest: Int): Unit

  64. def searchBackwards(searchTerm: String, startIndex: Int, startsWith: Boolean): Int

  65. def searchBackwards(searchTerm: String): Int

  66. def searchBackwards(searchTerm: String, startIndex: Int): Int

  67. def setAutoprintThreshold(threshold: Int): Unit

  68. def setBellEnabled(enabled: Boolean): Unit

  69. def setCompletionHandler(handler: CompletionHandler): Unit

  70. final def setCursorPosition(position: Int): Boolean

  71. def setEchoCharacter(c: Character): Unit

  72. def setExpandEvents(expand: Boolean): Unit

  73. def setHistory(history: History): Unit

  74. def setHistoryEnabled(enabled: Boolean): Unit

  75. def setPaginationEnabled(enabled: Boolean): Unit

  76. def setPrompt(prompt: String): Unit

  77. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  78. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any