Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
33 /** This structure lets an event give access to a change of a table model.
35 <p>The data members of the <type>AccessibleTableModelChange</type> structure
36 give access to the type and cell range of a change of a table model. See
37 <type>AccessibleTableModelChangeType</type> for details of the change
38 type. The range of the affected rows, columns, and/or cells can be
45 /** The type of the event as defined in
49 and/or columns or modified the content of a number of cells. See
50 <type>AccessibleTableModelChangeType</type> for details of the type
51 of the model change.</p>
55 /** The lowest index of a row that has changed.
62 /** The highest index of a row that has changed.
69 /** The lowest index of a column that has changed.
76 /** The highest index of a column that has changed.