scala.swing.event

class FocusEvent

[source: scala/swing/event/FocusEvent.scala]

abstract class FocusEvent(val override source : Component, val other : Option[Component], val temporary : Boolean)
extends ComponentEvent with AnyRef
The other component is None if it is a non Swing, i.e., AWT or native, component.
Direct Known Subclasses:
FocusGained, FocusLost

Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf