Module qtjambi
Package io.qt.gui

Class QAccessibleTableModelChangeEvent

All Implemented Interfaces:
QtObjectInterface

public class QAccessibleTableModelChangeEvent extends QAccessibleEvent

Signifies a change in a table, list, or tree where cells are added or removed. If the change affected a number of rows, firstColumn and lastColumn will return -1. Likewise for columns, the row functions may return -1

Java wrapper for Qt class QAccessibleTableModelChangeEvent