scala.swing.event

trait AdjustingEvent

[source: scala/swing/event/AdjustingEvent.scala]

trait AdjustingEvent
extends ComponentEvent with AnyRef
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.
Direct Known Subclasses:
TableColumnsSelected, TableRowsSelected

Values and Variables inherited from ComponentEvent
source (abstract)
Method Summary
abstract def adjusting : Boolean
def committed : Boolean
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def adjusting : Boolean

def committed : Boolean