Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 586

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<html>
<head>
<title>Constants' Group AccessibleEventId</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 AccessibleEventId</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>These constants identify the type of <a href="AccessibleEventObject.html">AccessibleEventObject</a>
 objects.

 </dd>
<dd><p>The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain, where
 applicable and not otherwise stated, the old and new value of the
 property in question.</p>

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 1.1.2</dd>
<dt><b>See also</b></dt>
<dd><a href="AccessibleEventObject.html">AccessibleEventObject</a>, <a href="XAccessibleEventListener.html">XAccessibleEventListener</a></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="#NAME_CHANGED">NAME_CHANGED</a></td>
<td class="imsum_right">Use this event type to indicate a change of the name string
 of an accessible object. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 name before and after the change.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DESCRIPTION_CHANGED">DESCRIPTION_CHANGED</a></td>
<td class="imsum_right">Use this event type to indicate a change of the description string
 of an accessible object. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 description before and after the change.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ACTION_CHANGED">ACTION_CHANGED</a></td>
<td class="imsum_right">The change of the number or attributes of actions of an accessible
 object is signaled by events of this type.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#STATE_CHANGED">STATE_CHANGED</a></td>
<td class="imsum_right">State changes are signaled with this event type. Use one event for
 every state that is set or reset. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new value respectively. To set a state put the state id
 into the <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field and
 leave <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> empty. To
 reset a state put the state id into the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> field and leave
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> empty.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ACTIVE_DESCENDANT_CHANGED">ACTIVE_DESCENDANT_CHANGED</a></td>
<td class="imsum_right">Constant used to determine when the active descendant of a component
 has changed. The active descendant is used in objects with
 transient children. The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a>
 contains the now active object. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> contains the
 previously active child. Empty references indicate that no child
 has been respectively is currently active.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#BOUNDRECT_CHANGED">BOUNDRECT_CHANGED</a></td>
<td class="imsum_right">This event indicates a change of the bounding rectangle of an
 accessible object with respect only to its size or relative
 position. If the absolute position changes but not the relative
 position then its is not necessary to send an event.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CHILD">CHILD</a></td>
<td class="imsum_right">A child event indicates the addition of a new or the removal of an
 existing child. The contents of the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields determines
 which of both has taken place.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#INVALIDATE_ALL_CHILDREN">INVALIDATE_ALL_CHILDREN</a></td>
<td class="imsum_right">Use this event to tell the listeners to re-retrieve the whole set of
 children. This should be used by a parent object which exchanges all
 or most of its children. It is a short form of first sending one
 <b>CHILD</b> event for every old child indicating that
 this child is about to be removed and then sending one
 <b>CHILD</b> for every new child indicating that this
 child has been added to the list of children.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SELECTION_CHANGED">SELECTION_CHANGED</a></td>
<td class="imsum_right">Events of this type indicate changes of the selection. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields remain empty.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#VISIBLE_DATA_CHANGED">VISIBLE_DATA_CHANGED</a></td>
<td class="imsum_right">A visibile data event indicates the change of the visual appearance
 of an accessible object. This includes for example most of the
 attributes available over the <a href="XAccessibleComponent.html">XAccessibleComponent</a> and
 <a href="XAccessibleExtendedComponent.html">XAccessibleExtendedComponent</a> interfaces. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields are left empty.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#VALUE_CHANGED">VALUE_CHANGED</a></td>
<td class="imsum_right">This constant indicates changes of the value of an
 <a href="XAccessibleValue.html">XAccessibleValue</a> interface. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contain the
 old and new value as a number. Its exact type is implementation
 dependant but has to be the same as is returned by the
 <a href="XAccessibleValue.html">XAccessibleValue</a>::<a href="XAccessibleValue.html#getCurrentValue">getCurrentValue</a> function.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CONTENT_FLOWS_FROM_RELATION_CHANGED">CONTENT_FLOWS_FROM_RELATION_CHANGED</a></td>
<td class="imsum_right">Identifies the change of a relation set: The content flow has
 changed.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CONTENT_FLOWS_TO_RELATION_CHANGED">CONTENT_FLOWS_TO_RELATION_CHANGED</a></td>
<td class="imsum_right">Identifies the change of a relation set: The content flow has
 changed.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CONTROLLED_BY_RELATION_CHANGED">CONTROLLED_BY_RELATION_CHANGED</a></td>
<td class="imsum_right">Identifies the change of a relation set: The target object that is
 doing the controlling has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new controlling objects.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CONTROLLER_FOR_RELATION_CHANGED">CONTROLLER_FOR_RELATION_CHANGED</a></td>
<td class="imsum_right">Identifies the change of a relation set: The controller for the
 target object has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new number of controlled objects.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LABEL_FOR_RELATION_CHANGED">LABEL_FOR_RELATION_CHANGED</a></td>
<td class="imsum_right">Identifies the change of a relation set: The target group for a
 label has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new number labeled objects.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LABELED_BY_RELATION_CHANGED">LABELED_BY_RELATION_CHANGED</a></td>
<td class="imsum_right">Identifies the change of a relation set: The objects that are doing
 the labeling have changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new accessible label.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MEMBER_OF_RELATION_CHANGED">MEMBER_OF_RELATION_CHANGED</a></td>
<td class="imsum_right">Identifies the change of a relation set: The group membership has
 changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new number of members.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SUB_WINDOW_OF_RELATION_CHANGED">SUB_WINDOW_OF_RELATION_CHANGED</a></td>
<td class="imsum_right">Identifies the change of a relation set: The sub-window-of relation
 has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new accessible parent window objects.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CARET_CHANGED">CARET_CHANGED</a></td>
<td class="imsum_right">Events of this type are sent when the caret has moved to a new
 position. The old and new position can be found in the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TEXT_SELECTION_CHANGED">TEXT_SELECTION_CHANGED</a></td>
<td class="imsum_right">Events of this type signal changes of the selection. The old or new
 selection is <em>not</em> available through the event object. You
 have to query the <a href="XAccessibleText.html">XAccessibleText</a> interface of the
 event source for this information. The type of content of the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields is not
 specified at the moment. This may change in the future.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TEXT_CHANGED">TEXT_CHANGED</a></td>
<td class="imsum_right">Use this id to indicate general text changes, i.e. changes to text
 that is exposed through the <a href="XAccessibleText.html">XAccessibleText</a> and
 <a href="XAccessibleEditableText.html">XAccessibleEditableText</a> interfaces.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TEXT_ATTRIBUTE_CHANGED">TEXT_ATTRIBUTE_CHANGED</a></td>
<td class="imsum_right">This entry is reserved for future extension. Don't use it right now.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#HYPERTEXT_CHANGED">HYPERTEXT_CHANGED</a></td>
<td class="imsum_right">Constant used to indicate that a hypertext element has received
 focus. The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> field
 contains the start index of previously focused element. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field holds the
 start index in the document of the current element that has focus. A
 value of -1 indicates that an element does not or did not have
 focus.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE_CAPTION_CHANGED">TABLE_CAPTION_CHANGED</a></td>
<td class="imsum_right">Constant used to indicate that the table caption has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new accessible objects representing the table caption.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE_COLUMN_DESCRIPTION_CHANGED">TABLE_COLUMN_DESCRIPTION_CHANGED</a></td>
<td class="imsum_right">Constant used to indicate that the column description has changed.
 The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains
 the column index. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is left empty.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE_COLUMN_HEADER_CHANGED">TABLE_COLUMN_HEADER_CHANGED</a></td>
<td class="imsum_right">Constant used to indicate that the column header has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty, the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains an
 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> representing the header
 change.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE_MODEL_CHANGED">TABLE_MODEL_CHANGED</a></td>
<td class="imsum_right">Constant used to indicate that the table data has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty, the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains an
 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> representing the data
 change.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE_ROW_DESCRIPTION_CHANGED">TABLE_ROW_DESCRIPTION_CHANGED</a></td>
<td class="imsum_right">Constant used to indicate that the row description has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains the
 row index. The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is
 left empty.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE_ROW_HEADER_CHANGED">TABLE_ROW_HEADER_CHANGED</a></td>
<td class="imsum_right">Constant used to indicate that the row header has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty, the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains an
 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> representing the header
 change.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE_SUMMARY_CHANGED">TABLE_SUMMARY_CHANGED</a></td>
<td class="imsum_right">Constant used to indicate that the table summary has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new accessible objects representing the table summary.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LISTBOX_ENTRY_EXPANDED">LISTBOX_ENTRY_EXPANDED</a></td>
<td class="imsum_right">Constant used to indicate that a list box entry has been expanded.
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty.
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> contains the expanded list box entry.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LISTBOX_ENTRY_COLLAPSED">LISTBOX_ENTRY_COLLAPSED</a></td>
<td class="imsum_right">Constant used to indicate that a list box entry has been collapsed.
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty.
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> contains the collapsed list box entry.

 &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="NAME_CHANGED" class="membertitle">NAME_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>NAME_CHANGED</b> = 1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Use this event type to indicate a change of the name string
 of an accessible object. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 name before and after the change.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DESCRIPTION_CHANGED" class="membertitle">DESCRIPTION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>DESCRIPTION_CHANGED</b> = 2;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Use this event type to indicate a change of the description string
 of an accessible object. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 description before and after the change.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ACTION_CHANGED" class="membertitle">ACTION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ACTION_CHANGED</b> = 3;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The change of the number or attributes of actions of an accessible
 object is signaled by events of this type.
 </dd>
<dd><p>The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new number of actions.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="STATE_CHANGED" class="membertitle">STATE_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>STATE_CHANGED</b> = 4;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>State changes are signaled with this event type. Use one event for
 every state that is set or reset. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new value respectively. To set a state put the state id
 into the <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field and
 leave <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> empty. To
 reset a state put the state id into the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> field and leave
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> empty.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ACTIVE_DESCENDANT_CHANGED" class="membertitle">ACTIVE_DESCENDANT_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ACTIVE_DESCENDANT_CHANGED</b> = 5;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to determine when the active descendant of a component
 has changed. The active descendant is used in objects with
 transient children. The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a>
 contains the now active object. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> contains the
 previously active child. Empty references indicate that no child
 has been respectively is currently active.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="BOUNDRECT_CHANGED" class="membertitle">BOUNDRECT_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>BOUNDRECT_CHANGED</b> = 6;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This event indicates a change of the bounding rectangle of an
 accessible object with respect only to its size or relative
 position. If the absolute position changes but not the relative
 position then its is not necessary to send an event.

 </dd>
<dd><p>Use this event rather than the
 <b>VISIBLE_DATA_EVENT</b> when really only the
 (relative) bounding box of an accessible object has changed. It is
 much more specific than the later one and reduces the number of
 calls an AT-Tool has to make to retrieve all affected data.</p>

 <p>The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> remain empty. Use
 a call to the <a href="XAccessibleComponent.html">XAccessibleComponent</a>::<a href="XAccessibleComponent.html#getBounds">getBounds()</a>
 method to determine the new bounding box.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CHILD" class="membertitle">CHILD</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CHILD</b> = 7;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A child event indicates the addition of a new or the removal of an
 existing child. The contents of the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields determines
 which of both has taken place.

 </dd>
<dd><p>If a new child has been added then
 the <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> contains a
 reference to this new object and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> remains empty.</p>

 <p>If a child has been removed then the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> contains a
 reference to this object and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> remains empty.</p>

 <p>If a child has been added and a another one has been removed
 don't set both fields at the same. Send separate events
 instead.</p>

 <p>Note that a child event is sent after a child has been added or
 removed. Especially in the case of a removal this means that the
 removed object does not have a parent anymore.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="INVALIDATE_ALL_CHILDREN" class="membertitle">INVALIDATE_ALL_CHILDREN</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>INVALIDATE_ALL_CHILDREN</b> = 8;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Use this event to tell the listeners to re-retrieve the whole set of
 children. This should be used by a parent object which exchanges all
 or most of its children. It is a short form of first sending one
 <b>CHILD</b> event for every old child indicating that
 this child is about to be removed and then sending one
 <b>CHILD</b> for every new child indicating that this
 child has been added to the list of children.

 </dd>
<dd><p>When this API is used by Java or Gnome AT-Tools then a bridge can
 generate the events described above automatically.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SELECTION_CHANGED" class="membertitle">SELECTION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SELECTION_CHANGED</b> = 9;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Events of this type indicate changes of the selection. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields remain empty.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="VISIBLE_DATA_CHANGED" class="membertitle">VISIBLE_DATA_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>VISIBLE_DATA_CHANGED</b> = 10;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A visibile data event indicates the change of the visual appearance
 of an accessible object. This includes for example most of the
 attributes available over the <a href="XAccessibleComponent.html">XAccessibleComponent</a> and
 <a href="XAccessibleExtendedComponent.html">XAccessibleExtendedComponent</a> interfaces. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields are left empty.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="VALUE_CHANGED" class="membertitle">VALUE_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>VALUE_CHANGED</b> = 11;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This constant indicates changes of the value of an
 <a href="XAccessibleValue.html">XAccessibleValue</a> interface. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contain the
 old and new value as a number. Its exact type is implementation
 dependant but has to be the same as is returned by the
 <a href="XAccessibleValue.html">XAccessibleValue</a>::<a href="XAccessibleValue.html#getCurrentValue">getCurrentValue</a> function.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CONTENT_FLOWS_FROM_RELATION_CHANGED" class="membertitle">CONTENT_FLOWS_FROM_RELATION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CONTENT_FLOWS_FROM_RELATION_CHANGED</b> = 12;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Identifies the change of a relation set: The content flow has
 changed.

 </dd>
<dd><p>Not used: The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain
 refrences to the old and new predecessor. Note that both references
 my be <b>NULL</b> to indicate that a flow to the sending object has not
 existed or does not exist anymore.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CONTENT_FLOWS_TO_RELATION_CHANGED" class="membertitle">CONTENT_FLOWS_TO_RELATION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CONTENT_FLOWS_TO_RELATION_CHANGED</b> = 13;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Identifies the change of a relation set: The content flow has
 changed.

 </dd>
<dd><p>Not used: The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain
 refrences to the old and new successor. Note that both references
 my be <b>NULL</b> to indicate that a flow from the sending object has not
 existed or does not exist anymore.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CONTROLLED_BY_RELATION_CHANGED" class="membertitle">CONTROLLED_BY_RELATION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CONTROLLED_BY_RELATION_CHANGED</b> = 14;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Identifies the change of a relation set: The target object that is
 doing the controlling has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new controlling objects.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CONTROLLER_FOR_RELATION_CHANGED" class="membertitle">CONTROLLER_FOR_RELATION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CONTROLLER_FOR_RELATION_CHANGED</b> = 15;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Identifies the change of a relation set: The controller for the
 target object has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new number of controlled objects.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LABEL_FOR_RELATION_CHANGED" class="membertitle">LABEL_FOR_RELATION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LABEL_FOR_RELATION_CHANGED</b> = 16;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Identifies the change of a relation set: The target group for a
 label has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new number labeled objects.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LABELED_BY_RELATION_CHANGED" class="membertitle">LABELED_BY_RELATION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LABELED_BY_RELATION_CHANGED</b> = 17;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Identifies the change of a relation set: The objects that are doing
 the labeling have changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new accessible label.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MEMBER_OF_RELATION_CHANGED" class="membertitle">MEMBER_OF_RELATION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>MEMBER_OF_RELATION_CHANGED</b> = 18;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Identifies the change of a relation set: The group membership has
 changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new number of members.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SUB_WINDOW_OF_RELATION_CHANGED" class="membertitle">SUB_WINDOW_OF_RELATION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SUB_WINDOW_OF_RELATION_CHANGED</b> = 19;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Identifies the change of a relation set: The sub-window-of relation
 has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new accessible parent window objects.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CARET_CHANGED" class="membertitle">CARET_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CARET_CHANGED</b> = 20;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Events of this type are sent when the caret has moved to a new
 position. The old and new position can be found in the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TEXT_SELECTION_CHANGED" class="membertitle">TEXT_SELECTION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TEXT_SELECTION_CHANGED</b> = 21;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Events of this type signal changes of the selection. The old or new
 selection is <em>not</em> available through the event object. You
 have to query the <a href="XAccessibleText.html">XAccessibleText</a> interface of the
 event source for this information. The type of content of the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields is not
 specified at the moment. This may change in the future.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TEXT_CHANGED" class="membertitle">TEXT_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TEXT_CHANGED</b> = 22;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Use this id to indicate general text changes, i.e. changes to text
 that is exposed through the <a href="XAccessibleText.html">XAccessibleText</a> and
 <a href="XAccessibleEditableText.html">XAccessibleEditableText</a> interfaces.

 </dd>
<dd><p>The affected text ranges are represented by <a href="TextSegment.html">TextSegment</a> structures.<p>

 <p>The content of the <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> expresses the type
 of text change: <ul> <li>Insertion: the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field specifies the
 inserted text after the insertion, the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> field remains
 empty.</li> <li>Deletion: the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> field specifies the
 deleted text before the deletion, the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field remains
 empty.</li> <li>Update/Replace/Modification: the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields specify the
 modified text before respectively after the modification.</li>
 <li>Unknown: when the type of text change or the place where it took
 place can not be determined by the event broadcaster then both
 fields remain empty. In this case the whole text may have changed
 and the listener should refetch the text completely.</li> </ol>

 <p>When broadcasting an event allways prefer the first three cases
 to the last one. Use it only as a last resort.</p>

 <p> Text ranges should be as small as possible but, of course,
 include all the text that is involved in a modification. That means
 that when two or more discontiguous text ranges are inserted,
 deleted, or otherwise modified the two fields of the event have to
 cover all the effected text ranges as well as the text in
 between.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TEXT_ATTRIBUTE_CHANGED" class="membertitle">TEXT_ATTRIBUTE_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TEXT_ATTRIBUTE_CHANGED</b> = 23;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This entry is reserved for future extension. Don't use it right now.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="HYPERTEXT_CHANGED" class="membertitle">HYPERTEXT_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>HYPERTEXT_CHANGED</b> = 24;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that a hypertext element has received
 focus. The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> field
 contains the start index of previously focused element. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field holds the
 start index in the document of the current element that has focus. A
 value of -1 indicates that an element does not or did not have
 focus.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE_CAPTION_CHANGED" class="membertitle">TABLE_CAPTION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE_CAPTION_CHANGED</b> = 25;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that the table caption has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new accessible objects representing the table caption.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE_COLUMN_DESCRIPTION_CHANGED" class="membertitle">TABLE_COLUMN_DESCRIPTION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE_COLUMN_DESCRIPTION_CHANGED</b> = 26;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that the column description has changed.
 The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains
 the column index. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is left empty.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE_COLUMN_HEADER_CHANGED" class="membertitle">TABLE_COLUMN_HEADER_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE_COLUMN_HEADER_CHANGED</b> = 27;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that the column header has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty, the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains an
 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> representing the header
 change.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE_MODEL_CHANGED" class="membertitle">TABLE_MODEL_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE_MODEL_CHANGED</b> = 28;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that the table data has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty, the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains an
 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> representing the data
 change.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE_ROW_DESCRIPTION_CHANGED" class="membertitle">TABLE_ROW_DESCRIPTION_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE_ROW_DESCRIPTION_CHANGED</b> = 29;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that the row description has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains the
 row index. The <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is
 left empty.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE_ROW_HEADER_CHANGED" class="membertitle">TABLE_ROW_HEADER_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE_ROW_HEADER_CHANGED</b> = 30;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that the row header has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty, the
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> field contains an
 <a href="AccessibleTableModelChange.html">AccessibleTableModelChange</a> representing the header
 change.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE_SUMMARY_CHANGED" class="membertitle">TABLE_SUMMARY_CHANGED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE_SUMMARY_CHANGED</b> = 31;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that the table summary has changed. The
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> and
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> fields contain the
 old and new accessible objects representing the table summary.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LISTBOX_ENTRY_EXPANDED" class="membertitle">LISTBOX_ENTRY_EXPANDED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LISTBOX_ENTRY_EXPANDED</b> = 32;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that a list box entry has been expanded.
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty.
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> contains the expanded list box entry.

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.2</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LISTBOX_ENTRY_COLLAPSED" class="membertitle">LISTBOX_ENTRY_COLLAPSED</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LISTBOX_ENTRY_COLLAPSED</b> = 33;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Constant used to indicate that a list box entry has been collapsed.
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#OldValue">OldValue</a> is empty.
 <a href="AccessibleEventObject.html">AccessibleEventObject</a>::<a href="AccessibleEventObject.html#NewValue">NewValue</a> contains the collapsed list box entry.

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.2</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; 2011, 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.</p>

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

</html>