Packages

class Caret extends Publisher

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Caret
  2. Publisher
  3. Reactor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Caret()

Value Members

  1. def blinkRate: Int
  2. def blinkRate_=(n: Int): Unit
  3. def color: Color
  4. def color_=(c: Color): Unit
  5. 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
  6. def dot: Int
  7. def dot_=(n: Int): Unit
  8. 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
  9. def mark: Int
  10. def moveDot(n: Int): Unit
  11. def position: Int
  12. def position_=(p: Int): Unit
  13. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  14. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  15. def selectionVisible: Boolean
  16. def selectionVisible_=(b: Boolean): Unit
  17. def visible: Boolean
  18. def visible_=(b: Boolean): Unit