Caret

class Caret extends Publisher
trait Publisher
trait Reactor
class Object
trait Matchable
class Any
object caret

Value members

Concrete methods

def blinkRate: Int
def blinkRate_=(n: Int): Unit
def color: Color
def color_=(c: Color): Unit
def dot: Int
def dot_=(n: Int): Unit
def mark: Int
def moveDot(n: Int): Unit
def position: Int
def position_=(p: Int): Unit
def selectionVisible: Boolean
def selectionVisible_=(b: Boolean): Unit
def visible: Boolean
def visible_=(b: Boolean): Unit

Inherited methods

def deafTo(ps: Publisher*): Unit

Installed reaction won't receive events from the given publisher anylonger.

Installed reaction won't receive events from the given publisher anylonger.

Inherited from
Reactor
def listenTo(ps: Publisher*): Unit

Listen to the given publisher as long as deafTo isn't called for them.

Listen to the given publisher as long as deafTo isn't called for them.

Inherited from
Reactor
def publish(e: Event): Unit

Notify all registered reactions.

Notify all registered reactions.

Inherited from
Publisher

Inherited fields

protected val listeners: RefSet[Reaction]
Inherited from
Publisher

All reactions of this reactor.

All reactions of this reactor.

Inherited from
Reactor