c

scala.swing.event

FocusEvent

abstract class FocusEvent extends ComponentEvent

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

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FocusEvent
  2. ComponentEvent
  3. UIEvent
  4. Event
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FocusEvent(source: Component, other: Option[Component], temporary: Boolean)

Value Members

  1. val other: Option[Component]
  2. val source: Component
    Definition Classes
    FocusEventComponentEventUIEvent
  3. val temporary: Boolean