c

scala.swing.event

ListChange

abstract class ListChange[A] extends ListEvent[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListChange
  2. ListEvent
  3. ComponentEvent
  4. UIEvent
  5. Event
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ListChange(source: ListView[A])

Value Members

  1. val source: ListView[A]
    Definition Classes
    ListChangeListEventComponentEventUIEvent