c

scala.swing.event

TableUpdated

case class TableUpdated(source: Table, range: Range, column: Int) extends TableChange with Product with Serializable

The size of the table stays the same, but the given range of rows might have changed but only in the given column. A value of -1 for the column denotes all columns.

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

Instance Constructors

  1. new TableUpdated(source: Table, range: Range, column: Int)

Value Members

  1. val column: Int
  2. val range: Range
  3. val source: Table
    Definition Classes
    TableUpdatedTableChangeTableEventComponentEventUIEvent