Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 689

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Constants' Group AccessibleTableModelChangeType</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#Constants" class="navisub">Constants</a></td>
<td class="navisub"><a href="#ConstantDetails" class="navisub">Constants' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">accessibility</a> :: </p>
</td>
</tr>
<tr>
<td class="title">constants group AccessibleTableModelChangeType</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>Type of a change made to a table model.

 </dd>
<dd><p>The value of this constants group are used by the
 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> structure to specifiy the
 type of change that has been made to a table model.</p>
 
 <p>Two of the constants,
 <b>AccessibleTableModelChangeType::INSERT</b> and
 <b>AccessibleTableModelChangeType::DELETE</b> describe
 changes to the table's geometry. One or more rows and/or columns have
 been inserted or deleted. In constrast, the remaining constant
 <b>AccessibleTabelModelChangeType::UPDATE</b> specifies a
 change of the table's content.</p>

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 1.1.2</dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Constants"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constants</td>
</tr>
<tr>
<td class="imsum_left"><a href="#INSERT">INSERT</a></td>
<td class="imsum_right">One or more rows and/or columns have been inserted.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DELETE">DELETE</a></td>
<td class="imsum_right">One or more rows and/or columns have been deleted.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#UPDATE">UPDATE</a></td>
<td class="imsum_right">Some of the table data has changed.
 
 &nbsp;</td>
</tr>
</table>
<a name="ConstantDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Constants' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="INSERT" class="membertitle">INSERT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>INSERT</b> = 1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>One or more rows and/or columns have been inserted.
 
 </dd>
<dd><p>Use the fields of the <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a>
 structure to determine the indices of the rows and/or columns that
 have been inserted.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DELETE" class="membertitle">DELETE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>DELETE</b> = 2;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>One or more rows and/or columns have been deleted.
 
 </dd>
<dd><p>The affected area of the table is stored in the fields of the 
 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> structure.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="UPDATE" class="membertitle">UPDATE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>UPDATE</b> = 3;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Some of the table data has changed.
 
 </dd>
<dd><p>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 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> structure have
 been changed.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>