class Caret extends Publisher
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Caret
- Publisher
- Reactor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Caret()
Value Members
- def blinkRate: Int
- def blinkRate_=(n: Int): Unit
- def color: Color
- def color_=(c: Color): Unit
-
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.
- Definition Classes
- Reactor
- def dot: Int
- def dot_=(n: Int): Unit
-
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.- Definition Classes
- Reactor
- def mark: Int
- def moveDot(n: Int): Unit
- def position: Int
- def position_=(p: Int): Unit
-
def
publish(e: Event): Unit
Notify all registered reactions.
Notify all registered reactions.
- Definition Classes
- Publisher
-
val
reactions: Reactions
All reactions of this reactor.
All reactions of this reactor.
- Definition Classes
- Reactor
- def selectionVisible: Boolean
- def selectionVisible_=(b: Boolean): Unit
- def visible: Boolean
- def visible_=(b: Boolean): Unit