Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: accessibility ::

constants group AccessibleTableModelChangeType
Description
Type of a change made to a table model.

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.

Since
OOo 1.1.2

Constants
INSERT One or more rows and/or columns have been inserted.  
DELETE One or more rows and/or columns have been deleted.  
UPDATE Some of the table data has changed.  
Constants' Details
INSERT
const short INSERT = 1;
Description
One or more rows and/or columns have been inserted.

Use the fields of the AccessibleTableModelChange structure to determine the indices of the rows and/or columns that have been inserted.

DELETE
const short DELETE = 2;
Description
One or more rows and/or columns have been deleted.

The affected area of the table is stored in the fields of the AccessibleTableModelChange structure.

UPDATE
const short UPDATE = 3;
Description
Some of the table data has changed.

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.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.