AdjustingEvent

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

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.

trait UIEvent
trait Event
class Object
trait Matchable
class Any

Value members

Abstract methods

def adjusting: Boolean

Concrete methods

def committed: Boolean

Inherited fields

Inherited from
ComponentEvent