scala.swing.FormattedTextField

caret

object caret extends Caret

definition classes: TextComponent

Inherits

  1. Caret
  2. Publisher
  3. Reactor
  4. AnyRef
  5. Any

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

  6. def dot: Int

  7. def dot_=(n: Int): Unit

  8. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  9. def hashCode(): Int

    Returns a hash code value for the object

  10. def listenTo(ps: Publisher*): Unit

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

  11. def mark: Int

  12. def moveDot(n: Int): Unit

  13. def position: Int

  14. def position_=(p: Int): Unit

  15. def publish(e: Event): Unit

    Notify all registered reactions

  16. val reactions: Reactions

    All reactions of this reactor

  17. def selectionVisible: Boolean

  18. def selectionVisible_=(b: Boolean): Unit

  19. def toString(): String

    Returns a string representation of the object

  20. def visible: Boolean

  21. def visible_=(b: Boolean): Unit