Sophie

Sophie

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

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

<html>
<head>
<title>Constants' Group AccessibleRole</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 AccessibleRole</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>Collection of roles.

 </dd>
<dd><p>This collection of constans defines the set of possible roles of
 classes implementing the <a href="XAccessible.html">XAccessible</a> interface according to
 the java class javax.accessibility.AccessibleRole. The role of an
 object describes its generic function like 'button', 'menu', or 'text'.
 You can obtain an object's role by calling the
 <a href="AccessibleRole.html#getAccessibleRole">getAccessibleRole</a> method of the
 <a href="XAccessibleContext.html">XAccessibleContext</a> interface.</p>

 <p>We are using constants instead of a more typesafe enum. The reason
 for this is that IDL enums may not be extended. Therefore, in order to
 include future extensions to the set of roles we have to use constants
 here.</p>

 <p>For some roles there exist two labels with the same value. Please
 use the one with the underscrores. The other ones are somewhat
 deprecated and will be removed in the future. </p>

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 1.1.2</dd>
<dt><b>See also</b></dt>
<dd><a href="XAccessibleContext.html">XAccessibleContext</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="#UNKNOWN">UNKNOWN</a></td>
<td class="imsum_right">Unknown role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ALERT">ALERT</a></td>
<td class="imsum_right">Object is used to alert the user about something.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#COLUMN_HEADER">COLUMN_HEADER</a></td>
<td class="imsum_right">The header for a column of data.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CANVAS">CANVAS</a></td>
<td class="imsum_right">Object that can be drawn into and is used to trap events.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CHECK_BOX">CHECK_BOX</a></td>
<td class="imsum_right">Check box role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CHECK_MENU_ITEM">CHECK_MENU_ITEM</a></td>
<td class="imsum_right">This role is used for check buttons that are menu items.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#COLOR_CHOOSER">COLOR_CHOOSER</a></td>
<td class="imsum_right">A specialized dialog that lets the user choose a color.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#COMBO_BOX">COMBO_BOX</a></td>
<td class="imsum_right">Combo box role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DATE_EDITOR">DATE_EDITOR</a></td>
<td class="imsum_right">Date editor role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DESKTOP_ICON">DESKTOP_ICON</a></td>
<td class="imsum_right">An iconified internal frame in a DESKTOP_PANE.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DESKTOP_PANE">DESKTOP_PANE</a></td>
<td class="imsum_right">Desktop pane role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DIRECTORY_PANE">DIRECTORY_PANE</a></td>
<td class="imsum_right">Directory pane role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DIALOG">DIALOG</a></td>
<td class="imsum_right">Dialog box role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DOCUMENT">DOCUMENT</a></td>
<td class="imsum_right">View of a document.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#EMBEDDED_OBJECT">EMBEDDED_OBJECT</a></td>
<td class="imsum_right">Embeded (OLE) object.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#END_NOTE">END_NOTE</a></td>
<td class="imsum_right">Text that is used as an endnote (footnote at the end of a chapter or
 section.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#FILE_CHOOSER">FILE_CHOOSER</a></td>
<td class="imsum_right">File chooser role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#FILLER">FILLER</a></td>
<td class="imsum_right">Filler role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#FONT_CHOOSER">FONT_CHOOSER</a></td>
<td class="imsum_right">Font chooser role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#FOOTER">FOOTER</a></td>
<td class="imsum_right">Footer of a document page.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#FOOTNOTE">FOOTNOTE</a></td>
<td class="imsum_right">Text that is used as a footnote.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#FRAME">FRAME</a></td>
<td class="imsum_right">Frame role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#GLASS_PANE">GLASS_PANE</a></td>
<td class="imsum_right">Glass pane role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#GRAPHIC">GRAPHIC</a></td>
<td class="imsum_right">Graphical object.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#GROUP_BOX">GROUP_BOX</a></td>
<td class="imsum_right">Group box role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#HEADER">HEADER</a></td>
<td class="imsum_right">Header of a document page.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#HEADING">HEADING</a></td>
<td class="imsum_right">Chapter or section heading.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#HYPER_LINK">HYPER_LINK</a></td>
<td class="imsum_right">A hypertext anchor.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ICON">ICON</a></td>
<td class="imsum_right">A small fixed size picture, typically used to decorate components.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#INTERNAL_FRAME">INTERNAL_FRAME</a></td>
<td class="imsum_right">Internal frame role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LABEL">LABEL</a></td>
<td class="imsum_right">An object used to present an icon or short string in an interface.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LAYERED_PANE">LAYERED_PANE</a></td>
<td class="imsum_right">layered pane role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LIST">LIST</a></td>
<td class="imsum_right">List role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#LIST_ITEM">LIST_ITEM</a></td>
<td class="imsum_right">List item role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MENU">MENU</a></td>
<td class="imsum_right">Menu role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MENU_BAR">MENU_BAR</a></td>
<td class="imsum_right">Menu bar role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#MENU_ITEM">MENU_ITEM</a></td>
<td class="imsum_right">Menu item role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#OPTION_PANE">OPTION_PANE</a></td>
<td class="imsum_right">A specialized pane whose primary use is inside a <b>DIALOG</b>.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PAGE_TAB">PAGE_TAB</a></td>
<td class="imsum_right">Page tab role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PAGE_TAB_LIST">PAGE_TAB_LIST</a></td>
<td class="imsum_right">Page tab list role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PANEL">PANEL</a></td>
<td class="imsum_right">A generic container that is often used to group objects.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PARAGRAPH">PARAGRAPH</a></td>
<td class="imsum_right">Paragraph of text.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PASSWORD_TEXT">PASSWORD_TEXT</a></td>
<td class="imsum_right">Password text role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#POPUP_MENU">POPUP_MENU</a></td>
<td class="imsum_right">Popup menu role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PUSH_BUTTON">PUSH_BUTTON</a></td>
<td class="imsum_right">Push button role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PROGRESS_BAR">PROGRESS_BAR</a></td>
<td class="imsum_right">An object used to indicate how much of a task has been completed.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#RADIO_BUTTON">RADIO_BUTTON</a></td>
<td class="imsum_right">Radio button role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#RADIO_MENU_ITEM">RADIO_MENU_ITEM</a></td>
<td class="imsum_right">This role is used for radio buttons that are menu items.
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ROW_HEADER">ROW_HEADER</a></td>
<td class="imsum_right">The header for a row of data.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ROOT_PANE">ROOT_PANE</a></td>
<td class="imsum_right">Root pane role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SCROLL_BAR">SCROLL_BAR</a></td>
<td class="imsum_right">Scroll bar role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SCROLL_PANE">SCROLL_PANE</a></td>
<td class="imsum_right">Scroll pane role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SHAPE">SHAPE</a></td>
<td class="imsum_right">Object with graphical representation used to represent content on
 draw pages.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SEPARATOR">SEPARATOR</a></td>
<td class="imsum_right">Separator role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SLIDER">SLIDER</a></td>
<td class="imsum_right">Slider role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SPIN_BOX">SPIN_BOX</a></td>
<td class="imsum_right">Spin box role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SPLIT_PANE">SPLIT_PANE</a></td>
<td class="imsum_right">Split pane role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#STATUS_BAR">STATUS_BAR</a></td>
<td class="imsum_right">Status bar role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE">TABLE</a></td>
<td class="imsum_right">Table component.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TABLE_CELL">TABLE_CELL</a></td>
<td class="imsum_right">Single cell in a table.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TEXT">TEXT</a></td>
<td class="imsum_right">Text role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TEXT_FRAME">TEXT_FRAME</a></td>
<td class="imsum_right">Collection of objects that constitute a logical text entity.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TOGGLE_BUTTON">TOGGLE_BUTTON</a></td>
<td class="imsum_right">Toggle button role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TOOL_BAR">TOOL_BAR</a></td>
<td class="imsum_right">Tool bar role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TOOL_TIP">TOOL_TIP</a></td>
<td class="imsum_right">Tool tip role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TREE">TREE</a></td>
<td class="imsum_right">Tree role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#VIEW_PORT">VIEW_PORT</a></td>
<td class="imsum_right">Viewport role.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#WINDOW">WINDOW</a></td>
<td class="imsum_right">A top level window with no title or border.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#BUTTON_DROPDOWN">BUTTON_DROPDOWN</a></td>
<td class="imsum_right">Button dropdown role
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#BUTTON_MENU">BUTTON_MENU</a></td>
<td class="imsum_right">Button menu role
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CAPTION">CAPTION</a></td>
<td class="imsum_right">Caption role
 
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#CHART">CHART</a></td>
<td class="imsum_right">Chart role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#EDIT_BAR">EDIT_BAR</a></td>
<td class="imsum_right">Edit bar role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#FORM">FORM</a></td>
<td class="imsum_right">Form role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#IMAGE_MAP">IMAGE_MAP</a></td>
<td class="imsum_right">Image map role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#NOTE">NOTE</a></td>
<td class="imsum_right">Note role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PAGE">PAGE</a></td>
<td class="imsum_right">Page role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#RULER">RULER</a></td>
<td class="imsum_right">Ruler role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#SECTION">SECTION</a></td>
<td class="imsum_right">Section role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TREE_ITEM">TREE_ITEM</a></td>
<td class="imsum_right">Tree item role

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#TREE_TABLE">TREE_TABLE</a></td>
<td class="imsum_right">Tree table role

 &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="UNKNOWN" class="membertitle">UNKNOWN</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>UNKNOWN</b> = 0;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Unknown role.

 </dd>
<dd><p>The object contains some Accessible information, but its role is
 not known.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ALERT" class="membertitle">ALERT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ALERT</b> = 1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Object is used to alert the user about something.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="COLUMN_HEADER" class="membertitle">COLUMN_HEADER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>COLUMN_HEADER</b> = 2;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The header for a column of data.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CANVAS" class="membertitle">CANVAS</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CANVAS</b> = 3;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Object that can be drawn into and is used to trap events.

 </dd>
<dd><p>See alse <b>FRAME</b>, <b>GLASS_PANE</b>, and
 <b>LAYERED_PANE</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CHECK_BOX" class="membertitle">CHECK_BOX</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CHECK_BOX</b> = 4;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Check box role.

 </dd>
<dd><p>A choice that can be checked or unchecked and provides a separate
 indicator for the current state.</p>

 <p>See also <b>PUSH_BUTTON</b>, <b>TOGGLE_BUTTON</b>,
 and <b>RADIO_BUTTON</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CHECK_MENU_ITEM" class="membertitle">CHECK_MENU_ITEM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CHECK_MENU_ITEM</b> = 5;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This role is used for check buttons that are menu items.
 
 </dd>
<dt><b>See also</b></dt>
<dd><a href="#CHECK_BOX,">CHECK_BOX,</a><br>
MENU_ITEM
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="COLOR_CHOOSER" class="membertitle">COLOR_CHOOSER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>COLOR_CHOOSER</b> = 6;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A specialized dialog that lets the user choose a color.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="COMBO_BOX" class="membertitle">COMBO_BOX</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>COMBO_BOX</b> = 7;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Combo box role.

 </dd>
<dd><p>A list of choices the user can select from. Also optionally
 allows the user to enter a choice of their own.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DATE_EDITOR" class="membertitle">DATE_EDITOR</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>DATE_EDITOR</b> = 8;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Date editor role.

 </dd>
<dd><p>A <b>DATE_EDITOR</b> is a component that allows users to
 edit java.util.Date and java.util.Time objects.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DESKTOP_ICON" class="membertitle">DESKTOP_ICON</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>DESKTOP_ICON</b> = 9;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>An iconified internal frame in a DESKTOP_PANE.

 </dd>
<dd><p>See also <b>DESKTOP_PANE</b> and
 <b>INTERNAL_FRAME</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DESKTOP_PANE" class="membertitle">DESKTOP_PANE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>DESKTOP_PANE</b> = 10;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Desktop pane role.

 </dd>
<dd><p>A pane that supports internal frames and iconified versions of
 those internal frames.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DIRECTORY_PANE" class="membertitle">DIRECTORY_PANE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>DIRECTORY_PANE</b> = 11;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Directory pane role.

 </dd>
<dd><p>A pane that allows the user to navigate through and select the
 contents of a directory. May be used by a file chooser.</p>

 <p>See also <b>FILE_CHOOSER</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DIALOG" class="membertitle">DIALOG</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>DIALOG</b> = 12;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Dialog box role.

 </dd>
<dd><p>A top level window with title bar and a border. A dialog is
 similar to a frame, but it has fewer properties and is often used as
 a secondary window for an application.</p>

 <p>See also <b>FRAME</b> and <b>WINDOW</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DOCUMENT" class="membertitle">DOCUMENT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>DOCUMENT</b> = 13;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>View of a document.

 </dd>
<dd><p>The view of an actual document. Its content depends on the
 documen type.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="EMBEDDED_OBJECT" class="membertitle">EMBEDDED_OBJECT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>EMBEDDED_OBJECT</b> = 14;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Embeded (OLE) object.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="END_NOTE" class="membertitle">END_NOTE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>END_NOTE</b> = 15;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Text that is used as an endnote (footnote at the end of a chapter or
 section.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FILE_CHOOSER" class="membertitle">FILE_CHOOSER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>FILE_CHOOSER</b> = 16;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>File chooser role.

 </dd>
<dd><p>A specialized dialog that displays the files in the directory
 and lets the user select a file, browse a different directory, or
 specify a filename. May use the directory pane to show the contents
 of a directory.</p>

 <p>See also <b>DIRECTORY_PANE</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FILLER" class="membertitle">FILLER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>FILLER</b> = 17;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Filler role.

 </dd>
<dd><p>An object that fills up space in a user interface. It is often
 used in interfaces to tweak the spacing between components, but
 serves no other purpose.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FONT_CHOOSER" class="membertitle">FONT_CHOOSER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>FONT_CHOOSER</b> = 18;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Font chooser role.

 </dd>
<dd><p>A <b>FONT_CHOOSER</b> is a component that lets the user pick various
 attributes for fonts.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FOOTER" class="membertitle">FOOTER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>FOOTER</b> = 19;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Footer of a document page.
 </dd>
<dt><b>See also</b></dt>
<dd><a href="#HEADER">HEADER</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FOOTNOTE" class="membertitle">FOOTNOTE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>FOOTNOTE</b> = 20;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Text that is used as a footnote.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FRAME" class="membertitle">FRAME</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>FRAME</b> = 21;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Frame role.

 </dd>
<dd><p>A top level window with a title bar, border, menu bar, etc. It
 is often used as the primary window for an application.</p>

 <p>See also <b>DIALOG</b>, <b>CANVAS</b>, and
 <b>WINDOW</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="GLASS_PANE" class="membertitle">GLASS_PANE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>GLASS_PANE</b> = 22;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Glass pane role.

 </dd>
<dd><p>A pane that is guaranteed to be painted on top of all panes
 beneath it.</p>

 <p>See also <b>ROOT_PANE</b> and <b>CANVAS</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="GRAPHIC" class="membertitle">GRAPHIC</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>GRAPHIC</b> = 23;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Graphical object.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="GROUP_BOX" class="membertitle">GROUP_BOX</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>GROUP_BOX</b> = 24;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Group box role.

 </dd>
<dd><p>A <b>GROUP_BOX</b> is a simple container that contains a
 border around it and contains components inside it.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="HEADER" class="membertitle">HEADER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>HEADER</b> = 25;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Header of a document page.
 </dd>
<dt><b>See also</b></dt>
<dd><a href="#FOOTER">FOOTER</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="HEADING" class="membertitle">HEADING</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>HEADING</b> = 26;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Chapter or section heading.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="HYPER_LINK" class="membertitle">HYPER_LINK</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>HYPER_LINK</b> = 27;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A hypertext anchor.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ICON" class="membertitle">ICON</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ICON</b> = 28;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A small fixed size picture, typically used to decorate components.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="INTERNAL_FRAME" class="membertitle">INTERNAL_FRAME</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>INTERNAL_FRAME</b> = 29;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Internal frame role.

 </dd>
<dd><p>A frame-like object that is clipped by a desktop pane. The
 desktop pane, internal frame, and desktop icon objects are often
 used to create multiple document interfaces within an
 application.</p>

 <p>See also <b>DESKTOP_ICON</b>, <b>DESKTOP_PANE</b>,
 and <b>FRAME</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LABEL" class="membertitle">LABEL</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LABEL</b> = 30;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>An object used to present an icon or short string in an interface.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LAYERED_PANE" class="membertitle">LAYERED_PANE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LAYERED_PANE</b> = 31;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>layered pane role.

 </dd>
<dd><p>A specialized pane that allows its children to be drawn in
 layers, providing a form of stacking order. This is usually the pane
 that holds the menu bar as well as the pane that contains most of
 the visual components in a window.</p>

 <p>See also <b>GLASS_PANE</b> and
 <b>ROOT_PANE</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LIST" class="membertitle">LIST</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LIST</b> = 32;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>List role.

 </dd>
<dd><p>An object that presents a list of objects to the user and allows
 the user to select one or more of them. A list is usually contained
 within a scroll pane.</p>

 <p>See also <b>SCROLL_PANE</b> and
 <b>LIST_ITEM</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="LIST_ITEM" class="membertitle">LIST_ITEM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>LIST_ITEM</b> = 33;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>List item role.

 </dd>
<dd><p>An object that presents an element in a list. A list is usually
 contained within a scroll pane.</p>

 <p>See also <b>SCROLL_PANE</b> and <b>LIST</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MENU" class="membertitle">MENU</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>MENU</b> = 34;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Menu role.

 </dd>
<dd><p>An object usually found inside a menu bar that contains a list of
 actions the user can choose from. A menu can have any object as its
 children, but most often they are menu items, other menus, or
 rudimentary objects such as radio buttons, check boxes, or
 separators. For example, an application may have an "Edit" menu that
 contains menu items for "Cut" and "Paste."</p>

 <p>See also <b>MENU_BAR</b>, <b>MENU_ITEM</b>,
 <b>SEPARATOR</b>, <b>RADIO_BUTTON</b>,
 <b>CHECK_BOX</b>, and <b>POPUP_MENU</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MENU_BAR" class="membertitle">MENU_BAR</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>MENU_BAR</b> = 35;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Menu bar role.

 </dd>
<dd><p>An object usually drawn at the top of the primary dialog box of
 an application that contains a list of menus the user can choose
 from. For example, a menu bar might contain menus for "File,"
 "Edit," and "Help."</p>

 <p>See also <b>MENU</b>, <b>POPUP_MENU</b>, and
 <b>LAYERED_PANE</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="MENU_ITEM" class="membertitle">MENU_ITEM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>MENU_ITEM</b> = 36;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Menu item role.

 </dd>
<dd><p>An object usually contained in a menu that presents an action the
 user can choose. For example, the "Cut" menu item in an "Edit" menu
 would be an action the user can select to cut the selected area of
 text in a document.</p>

 <p>See also <b>MENUBAR</b>, <b>SEPARATOR</b>, and
 <b>POPUP_MENU</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="OPTION_PANE" class="membertitle">OPTION_PANE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>OPTION_PANE</b> = 37;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A specialized pane whose primary use is inside a <b>DIALOG</b>.

 </dd>
<dd><p>See also <b>DIALOG</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PAGE_TAB" class="membertitle">PAGE_TAB</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PAGE_TAB</b> = 38;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Page tab role.

 </dd>
<dd><p>An object that is a child of a page tab list. Its sole child is
 the panel that is to be presented to the user when the user selects
 the page tab from the list of tabs in the page tab list.</p>

 <p>See also <b>PAGE_TAB_LIST</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PAGE_TAB_LIST" class="membertitle">PAGE_TAB_LIST</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PAGE_TAB_LIST</b> = 39;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Page tab list role.

 </dd>
<dd><p>An object that presents a series of panels (or page tabs), one at
 a time, through some mechanism provided by the object. The most
 common mechanism is a list of tabs at the top of the panel. The
 children of a page tab list are all page tabs.</p>

 <p>See also <b>PAGE_TAB</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PANEL" class="membertitle">PANEL</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PANEL</b> = 40;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A generic container that is often used to group objects.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PARAGRAPH" class="membertitle">PARAGRAPH</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PARAGRAPH</b> = 41;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Paragraph of text.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PASSWORD_TEXT" class="membertitle">PASSWORD_TEXT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PASSWORD_TEXT</b> = 42;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Password text role.

 </dd>
<dd><p>A text object used for passwords, or other places where the text
 contents is not shown visibly to the user.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="POPUP_MENU" class="membertitle">POPUP_MENU</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>POPUP_MENU</b> = 43;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Popup menu role.

 </dd>
<dd><p>A temporary window that is usually used to offer the user a list
 of choices, and then hides when the user selects one of those
 choices.</p>

 <p>See also <b>MENU</b> and <b>MENU_ITEM</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PUSH_BUTTON" class="membertitle">PUSH_BUTTON</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PUSH_BUTTON</b> = 44;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Push button role.

 </dd>
<dd><p>An object the user can manipulate to tell the application to do
 something.</p>

 <p>See also <b>CHECK_BOX</b>, <b>TOGGLE_BUTTON</b>,
 <b>RADIO_BUTTON</b>, <b>BUTTON_MENU</b> and 
 <b>BUTTON_DROPDOWN</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PROGRESS_BAR" class="membertitle">PROGRESS_BAR</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PROGRESS_BAR</b> = 45;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>An object used to indicate how much of a task has been completed.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="RADIO_BUTTON" class="membertitle">RADIO_BUTTON</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>RADIO_BUTTON</b> = 46;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Radio button role.

 </dd>
<dd><p>A specialized check box that will cause other radio buttons in
 the same group to become unchecked when this one is checked.</p>

 <p>See also <b>PUSH_BUTTON</b>, <b>TOGGLE_BUTTON</b>,
 and <b>CHECK_BOX</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="RADIO_MENU_ITEM" class="membertitle">RADIO_MENU_ITEM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>RADIO_MENU_ITEM</b> = 47;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This role is used for radio buttons that are menu items.
 
 </dd>
<dt><b>See also</b></dt>
<dd><a href="#RADIO_BUTTON,">RADIO_BUTTON,</a><br>
MENU_ITEM
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ROW_HEADER" class="membertitle">ROW_HEADER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ROW_HEADER</b> = 48;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The header for a row of data.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ROOT_PANE" class="membertitle">ROOT_PANE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ROOT_PANE</b> = 49;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Root pane role.

 </dd>
<dd><p>A specialized pane that has a glass pane and a layered pane as
 its children.</p>

 <p>See also <b>GLASS_PANE</b> and <b>LAYERED_PANE</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SCROLL_BAR" class="membertitle">SCROLL_BAR</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SCROLL_BAR</b> = 50;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Scroll bar role.

 </dd>
<dd><p>An object usually used to allow a user to incrementally view a
 large amount of data. Usually used only by a scroll pane.</p>

 <p>Ssee also <b>SCROLL_PANE</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SCROLL_PANE" class="membertitle">SCROLL_PANE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SCROLL_PANE</b> = 51;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Scroll pane role.

 </dd>
<dd><p>An object that allows a user to incrementally view a large amount
 of information. Its children can include scroll bars and a
 viewport.</p>

 <p>See also <b>SCROLL_BAR</b> and <b>VIEW_PORT</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SHAPE" class="membertitle">SHAPE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SHAPE</b> = 52;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Object with graphical representation used to represent content on
 draw pages.

 </dd>
<dt><b>See also</b></dt>
<dd>::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/AccessibleShape.html">AccessibleShape</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SEPARATOR" class="membertitle">SEPARATOR</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SEPARATOR</b> = 53;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Separator role.

 </dd>
<dd><p>An object usually contained in a menu to provide a visual and
 logical separation of the contents in a menu. For example, the
 "File" menu of an application might contain menu items for "Open,"
 "Close," and "Exit," and will place a separator between "Close" and
 "Exit" menu items.</p>

 <p>See also <b>MENU</b> and <b>MENU_ITEM</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SLIDER" class="membertitle">SLIDER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SLIDER</b> = 54;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Slider role.

 </dd>
<dd><p>An object that allows the user to select from a bounded
 range. For example, a slider might be used to select a number
 between 0 and 100.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SPIN_BOX" class="membertitle">SPIN_BOX</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SPIN_BOX</b> = 55;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Spin box role.

 </dd>
<dd><p>A <b>SPIN_BOX</b> is a simple spinner component and its
 main use is for simple numbers.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SPLIT_PANE" class="membertitle">SPLIT_PANE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SPLIT_PANE</b> = 56;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Split pane role.

 </dd>
<dd><p>A specialized panel that presents two other panels at the same
 time. Between the two panels is a divider the user can manipulate to
 make one panel larger and the other panel smaller.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="STATUS_BAR" class="membertitle">STATUS_BAR</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>STATUS_BAR</b> = 57;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Status bar role.

 </dd>
<dd><p>A <b>STATUS_BAR</b> is an simple component that can
 contain multiple labels of status information to the user.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE" class="membertitle">TABLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE</b> = 58;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Table component.

 </dd>
<dd><p>An object used to present information in terms of rows and
 columns. An example might include a spreadsheet application.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TABLE_CELL" class="membertitle">TABLE_CELL</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TABLE_CELL</b> = 59;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Single cell in a table.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TEXT" class="membertitle">TEXT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TEXT</b> = 60;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Text role.

 </dd>
<dd><p>An object that presents text to the user. The text is usually
 editable by the user as opposed to a label.</p>

 <p>See also <b>LABEL</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TEXT_FRAME" class="membertitle">TEXT_FRAME</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TEXT_FRAME</b> = 61;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Collection of objects that constitute a logical text entity.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TOGGLE_BUTTON" class="membertitle">TOGGLE_BUTTON</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TOGGLE_BUTTON</b> = 62;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Toggle button role.

 </dd>
<dd><p>A specialized push button that can be checked or unchecked, but
 does not provide a separate indicator for the current state.</p>

 <p>See also <b>PUSH_BUTTON</b>, <b>CHECK_BOX</b> and
 <b>RADIO_BUTTON</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TOOL_BAR" class="membertitle">TOOL_BAR</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TOOL_BAR</b> = 63;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Tool bar role.

 </dd>
<dd><p>A bar or palette usually composed of push buttons or toggle
 buttons. It is often used to provide the most frequently used
 functions for an application.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TOOL_TIP" class="membertitle">TOOL_TIP</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TOOL_TIP</b> = 64;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Tool tip role.

 </dd>
<dd><p>An object that provides information about another object. The
 accessibleDescription property of the tool tip is often displayed to
 the user in a small "help bubble" when the user causes the mouse to
 hover over the object associated with the tool tip.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TREE" class="membertitle">TREE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TREE</b> = 65;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Tree role.

 </dd>
<dd><p>An object used to present hierarchical information to the
 user. The individual nodes in the tree can be collapsed and expanded
 to provide selective disclosure of the tree's contents.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="VIEW_PORT" class="membertitle">VIEW_PORT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>VIEW_PORT</b> = 66;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Viewport role.

 </dd>
<dd><p>An object usually used in a scroll pane. It represents the
 portion of the entire data that the user can see. As the user
 manipulates the scroll bars, the contents of the viewport can
 change.</p>

 <p>See also <b>SCROLL_PANE</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="WINDOW" class="membertitle">WINDOW</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>WINDOW</b> = 67;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>A top level window with no title or border.

 </dd>
<dd><p>See also <b>FRAME</b> and <b>DIALOG</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="BUTTON_DROPDOWN" class="membertitle">BUTTON_DROPDOWN</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>BUTTON_DROPDOWN</b> = 68;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Button dropdown role
 
 </dd>
<dd><p>The object represents a button that drops down a list of items.</p>
 
 <p>See also <b>PUSH_BUTTON</b> and <b>BUTTON_MENU</b>.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="BUTTON_MENU" class="membertitle">BUTTON_MENU</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>BUTTON_MENU</b> = 69;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Button menu role
 
 </dd>
<dd><p>The object represents a button that drops down a menu.</p>

 <p>See also <b>PUSH_BUTTON</b> and <b>BUTTON_DROPDOWN</b>.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CAPTION" class="membertitle">CAPTION</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CAPTION</b> = 70;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Caption role
 
 </dd>
<dd><p>The object contains descriptive information, usually textual, about 
 another user interface element such as a table, chart, or image.</p>.
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="CHART" class="membertitle">CHART</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>CHART</b> = 71;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Chart role

 </dd>
<dd><p>The object is a graphical depiction of quantitative data. It may contain multiple
 subelements whose attributes and/or description may be queried to obtain both
 the quantitative data and information about how the data is being presented.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="EDIT_BAR" class="membertitle">EDIT_BAR</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>EDIT_BAR</b> = 72;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Edit bar role

 </dd>
<dd><p>A role indicating the object acts as a formula for calculating a value.</p>

 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="FORM" class="membertitle">FORM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>FORM</b> = 73;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Form role

 </dd>
<dd><p>The object is a container for form controls, for instance as part of a web form
 or user-input form within a document.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="IMAGE_MAP" class="membertitle">IMAGE_MAP</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>IMAGE_MAP</b> = 74;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Image map role

 </dd>
<dd><p>Usually a graphic with multiple hotspots, where each hotspot can be activated 
 resulting in the loading of another document or section of a document.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="NOTE" class="membertitle">NOTE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>NOTE</b> = 75;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Note role

 </dd>
<dd><p>An embedded note which is not visible until activated.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PAGE" class="membertitle">PAGE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>PAGE</b> = 76;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Page role

 </dd>
<dd><p>An object representing a page of document content. It is used in documents 
 which are accessed by the user on a page by page basis.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="RULER" class="membertitle">RULER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>RULER</b> = 77;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Ruler role

 </dd>
<dd><p>An object which describes margins and tab stops, etc. for text objects which it controls.</p> 
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="SECTION" class="membertitle">SECTION</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>SECTION</b> = 78;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Section role

 </dd>
<dd><p>The object is a containing instance of document content which constitutes a particular 
 'logical' section of the document.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TREE_ITEM" class="membertitle">TREE_ITEM</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TREE_ITEM</b> = 79;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Tree item role

 </dd>
<dd><p>An object that presents an element in a tree</p>

 </p>See also <b>TREE</b> and <b>TREE_TABLE</b>.</p>
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="TREE_TABLE" class="membertitle">TREE_TABLE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>TREE_TABLE</b> = 80;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Tree table role

 </dd>
<dd><p>An object which represents both hierarchical and tabular information.</p> 
 
 </dd>
<dt><b>Since </b></dt>
<dd>OpenOffice 3.0</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>