:: com :: sun :: star :: accessibility ::
|
struct AccessibleTableModelChange |
|
- Description
- This structure lets an event give access to a change of a table model.
The data members of the AccessibleTableModelChange structure
give access to the type and cell range of a change of a table model. See
AccessibleTableModelChangeType for details of the change
type. The range of the affected rows, columns, and/or cells can be
obtained by accessing the other four data members.
- Since
- OOo 1.1.2
|
Elements' Details |
Type
|
FirstRow
long FirstRow;
- Description
- The lowest index of a row that has changed.
The first row that has been changed or that contains
modified cells.
|
|
LastRow
long LastRow;
- Description
- The highest index of a row that has changed.
The last row that has been changed or that contains modified
cells.
|
|
FirstColumn
long FirstColumn;
- Description
- The lowest index of a column that has changed.
The first column that has been changed or contains modified
cells.
|
|
LastColumn
long LastColumn;
- Description
- The highest index of a column that has changed.
The last column that has been changed or contains modified
cells.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.