case class ColorChanged(source: Component, c: Color) extends ComponentEvent with SelectionEvent with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ColorChanged
- Serializable
- Serializable
- Product
- Equals
- SelectionEvent
- ComponentEvent
- UIEvent
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val c: Color
-
val
source: Component
- Definition Classes
- ColorChanged → ComponentEvent → UIEvent