HinterWidgets

sline.jline.HinterWidgets
See theHinterWidgets companion object
class HinterWidgets(hinter: Hinter, reader: LineReader) extends Widgets

Large chunks of this were shamelessly copied from JLine's AutosuggestionWidgets.java and TailTipWidgets.java

Attributes

Companion
object
Graph
Supertypes
class Widgets
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def disable(): Unit
def enable(): Unit
override def tailTip(): String

Attributes

Definition Classes
Widgets

Inherited methods

def addDescription(x$0: List[AttributedString]): Unit

Attributes

Inherited from:
Widgets
def addWidget(x$0: String, x$1: Widget): Unit

Attributes

Inherited from:
Widgets
def aliasWidget(x$0: String, x$1: String): Unit

Attributes

Inherited from:
Widgets
def args(): List[String]

Attributes

Inherited from:
Widgets
def buffer(): Buffer

Attributes

Inherited from:
Widgets
def callWidget(x$0: String): Unit

Attributes

Inherited from:
Widgets
def clearDescription(): Unit

Attributes

Inherited from:
Widgets
def clearTailTip(): Unit

Attributes

Inherited from:
Widgets
def currChar(): String

Attributes

Inherited from:
Widgets
def destroyDescription(): Unit

Attributes

Inherited from:
Widgets
def executeWidget(x$0: String): Unit

Attributes

Inherited from:
Widgets
def existsWidget(x$0: String): Boolean

Attributes

Inherited from:
Widgets
def getKeyMap(): KeyMap[Binding]

Attributes

Inherited from:
Widgets
def getWidget(x$0: String): String

Attributes

Inherited from:
Widgets
def initDescription(x$0: Int): Unit

Attributes

Inherited from:
Widgets
def lastBinding(): String

Attributes

Inherited from:
Widgets
def parser(): Parser

Attributes

Inherited from:
Widgets
def prevChar(): String

Attributes

Inherited from:
Widgets
def putString(x$0: String): Unit

Attributes

Inherited from:
Widgets
def replaceBuffer(x$0: Buffer): Unit

Attributes

Inherited from:
Widgets
def setErrorIndex(x$0: Int): Unit

Attributes

Inherited from:
Widgets
def setErrorPattern(x$0: Pattern): Unit

Attributes

Inherited from:
Widgets
def setSuggestionType(x$0: SuggestionType): Unit

Attributes

Inherited from:
Widgets
def setTailTip(x$0: String): Unit

Attributes

Inherited from:
Widgets