Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 5fb1c39f9f9130a3cc01e8b1ffa5c0f8 > files > 1067

libreoffice-devel-3.5.4-4.x86_64.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 notifications 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; 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.</p><p class="copyright" align="center">LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.</p><p class="copyright" align="center">The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.<p>&nbsp;</p><p class="copyright" align="center"><a href="http://www.libreoffice.org/privacy" target="_blank">Privacy Policy</a> | <a href="http://www.libreoffice.org/imprint" target="_blank">Impressum (Legal Info)</a> | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (<a href="http://www.libreoffice.org/download/license/" target="_blank">LGPLv3</a>). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our <a href="http://wiki.documentfoundation.org/TradeMark_Policy" target="_blank">trademark policy</a>.</p>

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

</html>