scala.swing.TextComponent

class Caret

[source: scala/swing/TextComponent.scala]

class Caret
extends Publisher
Direct Known Subclasses:
TextComponent.caret

Values and Variables inherited from Publisher
listeners
Values and Variables inherited from Reactor
reactions
Method Summary
def blinkRate : Int
def blinkRate_= (n : Int) : Unit
def dot : Int
def dot_= (n : Int) : Unit
def mark : Int
def moveDot (n : Int) : Unit
def selectionVisible : Boolean
def selectionVisible_= (b : Boolean) : Unit
def visible : Boolean
def visible_= (b : Boolean) : Unit
Methods inherited from Publisher
subscribe, unsubscribe, publish
Methods inherited from Reactor
listenTo, deafTo
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def dot : Int

def dot_=(n : Int) : Unit

def mark : Int

def moveDot(n : Int) : Unit

def visible : Boolean

def visible_=(b : Boolean) : Unit

def selectionVisible : Boolean

def selectionVisible_=(b : Boolean) : Unit

def blinkRate : Int

def blinkRate_=(n : Int) : Unit