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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

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

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

  8. def asInstanceOf [T0] : T0

    Attributes
    final
    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. def delete (): Boolean

    Attributes
    final
  16. def drawLine (): Unit

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

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  45. def paste (): Boolean

  46. def print (s: CharSequence): Unit

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

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

  49. def println (): Unit

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

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

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

    Attributes
    final
  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. def readVirtualKey (): Int

    Attributes
    final
  58. def redrawLine (): Unit

    Attributes
    final
  59. def removeCompleter (completer: Completer): Boolean

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

    Attributes
    final
  61. def resetLine (): Boolean

    Attributes
    protected[console] final
  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. def setCursorPosition (position: Int): Boolean

    Attributes
    final
  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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  78. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any