case class FocusGained(source: Component, other: Option[Component], temporary: Boolean) extends FocusEvent with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FocusGained
- Serializable
- Serializable
- Product
- Equals
- FocusEvent
- ComponentEvent
- UIEvent
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
val
other: Option[Component]
- Definition Classes
- FocusGained → FocusEvent
-
val
source: Component
- Definition Classes
- FocusGained → FocusEvent → ComponentEvent → UIEvent
-
val
temporary: Boolean
- Definition Classes
- FocusGained → FocusEvent