c

scala.swing.event

TableStructureChanged

case class TableStructureChanged(source: Table) extends TableChange with Product with Serializable

The most general table change. The table might have changed completely, i.e., columns might have been reordered, rows added or removed, etc. No other event indicates that the structure might have changed.

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, TableChange, TableEvent, ComponentEvent, UIEvent, Event, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableStructureChanged
  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 TableStructureChanged(source: Table)

Value Members

  1. val source: Table