t

scala.swing.event

AdjustingEvent

trait AdjustingEvent extends ComponentEvent

An event that indicates some editing operation that can be still in progress.

Example: dragging a slider creates a number of AdjustmentEvents with adjusting == true until the user finally releases the mouse button.

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

Abstract Value Members

  1. abstract def adjusting: Boolean
  2. abstract val source: Component
    Definition Classes
    ComponentEventUIEvent

Concrete Value Members

  1. def committed: Boolean