The value of this constants group are used by the
AccessibleTableModelChange structure to specifiy the
type of change that has been made to a table model.
Two of the constants,
AccessibleTableModelChangeType::INSERT and
AccessibleTableModelChangeType::DELETE describe
changes to the table's geometry. One or more rows and/or columns have
been inserted or deleted. In constrast, the remaining constant
AccessibleTabelModelChangeType::UPDATE specifies a
change of the table's content.
The number of rows and columns remains unchanged. Only (some of)
the content of the cells in the range that is specified by the
fields of the AccessibleTableModelChange structure have
been changed.