Sophie

Sophie

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

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

<html>
<head>
<title>Module tree</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="navimainself">Module</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">Nested Modules</td>
<td class="navisub"><a href="#Services" class="navisub">Services</a></td>
<td class="navisub">Singletons</td>
<td class="navisub"><a href="#Interfaces" class="navisub">Interfaces</a></td>
<td class="navisub"><a href="#Structs" class="navisub">Structs</a></td>
<td class="navisub"><a href="#Exceptions" class="navisub">Exceptions</a></td>
<td class="navisub">Enums</td>
<td class="navisub">Typedefs</td>
<td class="navisub">Constant Groups</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">awt</a> :: </p>
</td>
</tr>
<tr>
<td class="title">module tree</td>
</tr>
<tr>
<td/></tr>
</table>
<hr>
<a name="Services"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Services</td>
</tr>
<tr>
<td class="imsum_left"><a href="MutableTreeDataModel.html">MutableTreeDataModel</a></td>
<td class="imsum_right">If you do not want to implement the <a href="XTreeDataModel.html">XTreeDataModel</a> yourself, use this service.
 This implementation uses <a href="MutableTreeNode.html">MutableTreeNode</a> for its nodes.
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="MutableTreeNode.html">MutableTreeNode</a></td>
<td class="imsum_right">Represents an editable tree node as used by the <a href="MutableTreeDataModel.html">MutableTreeDataModel</a>
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="TreeControl.html">TreeControl</a></td>
<td class="imsum_right">A control that displays a set of hierarchical data as an outline.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="TreeControlModel.html">TreeControlModel</a></td>
<td class="imsum_right">specifies the standard model of a <a href="TreeControl.html">TreeControl</a>.
 </td>
</tr>
</table>
<a name="Interfaces"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Interfaces</td>
</tr>
<tr>
<td class="imsum_left"><a href="XMutableTreeDataModel.html">XMutableTreeDataModel</a></td>
<td class="imsum_right">This is the editable version of the <a href="XTreeDataModel.html">XTreeDataModel</a>.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XMutableTreeNode.html">XMutableTreeNode</a></td>
<td class="imsum_right">Represents a mutable tree node as used by the <a href="MutableTreeDataModel.html">MutableTreeDataModel</a>
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XTreeControl.html">XTreeControl</a></td>
<td class="imsum_right">An interface to a control that displays a set of hierarchical data as an outline.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XTreeDataModel.html">XTreeDataModel</a></td>
<td class="imsum_right">An instance of this interface is used by the <a href="TreeControl.html">TreeControl</a> to
 retrieve the hierarchical outline data that is displayed in the actual control.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XTreeDataModelListener.html">XTreeDataModelListener</a></td>
<td class="imsum_right">An instance of this interface is used by the <a href="TreeControl.html">TreeControl</a> to
 get notifications about data model changes.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XTreeEditListener.html">XTreeEditListener</a></td>
<td class="imsum_right">You can implement this interface and register with <method scope="XTreeControl">addTreeEditListener</method>
 to get notifcaitons when editing of a node starts and ends.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XTreeExpansionListener.html">XTreeExpansionListener</a></td>
<td class="imsum_right">An instance of this interface can get notifications from a <a href="TreeControl.html">TreeControl</a>
 when nodes are expanded or collapsed.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XTreeNode.html">XTreeNode</a></td>
<td class="imsum_right">An instance implementing this interface represents the model data for an entry in a
 <a href="XTreeDataModel.html">XTreeDataModel</a>.
 </td>
</tr>
</table>
<a name="Structs"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Structs</td>
</tr>
<tr>
<td class="imsum_left"><a href="TreeDataModelEvent.html">TreeDataModelEvent</a></td>
<td class="imsum_right">An event used by a <a href="XTreeDataModel.html">XTreeDataModel</a> to notify changes in the data
 model to the <a href="XTreeControl.html">XTreeControl</a>.
 You usually need to fill this event only if you implement the <a href="XTreeDataModel.html">XTreeDataModel</a>
 yourself.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="TreeExpansionEvent.html">TreeExpansionEvent</a></td>
<td class="imsum_right">This event tells you what node is currently expanding or collapsing.

 </td>
</tr>
</table>
<a name="Exceptions"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exceptions</td>
</tr>
<tr>
<td class="imsum_left"><a href="ExpandVetoException.html">ExpandVetoException</a></td>
<td class="imsum_right">Exception used to stop an expand/collapse from happening.
 </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>