FocusEvent

abstract class FocusEvent(val source: Component, val other: Option[Component], val temporary: Boolean) extends ComponentEvent

The other component is None if it is a non Swing, i.e., AWT or native, component.

The other component is None if it is a non Swing, i.e., AWT or native, component.

trait UIEvent
trait Event
class Object
trait Matchable
class Any

Value members

Concrete fields

val other: Option[Component]
override val source: Component
val temporary: Boolean