c

scala.swing.event

TableColumnsSelected

case class TableColumnsSelected(source: Table, range: Range, adjusting: Boolean) extends TableEvent with AdjustingEvent with ListSelectionEvent with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, ListSelectionEvent, SelectionEvent, AdjustingEvent, TableEvent, ComponentEvent, UIEvent, Event, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableColumnsSelected
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ListSelectionEvent
  7. SelectionEvent
  8. AdjustingEvent
  9. TableEvent
  10. ComponentEvent
  11. UIEvent
  12. Event
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TableColumnsSelected(source: Table, range: Range, adjusting: Boolean)

Value Members

  1. val adjusting: Boolean
    Definition Classes
    TableColumnsSelectedAdjustingEvent
  2. def committed: Boolean
    Definition Classes
    AdjustingEvent
  3. val range: Range
  4. val source: Table
    Definition Classes
    TableColumnsSelectedTableEventComponentEventUIEvent