Sophie

Sophie

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

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

<html>
<head>
<title>Module grid</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">Exceptions</td>
<td class="navisub"><a href="#Enums" class="navisub">Enums</a></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 grid</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="DefaultGridColumnModel.html">DefaultGridColumnModel</a></td>
<td class="imsum_right">If you do not want to implement the <a href="XGridColumnModel.html">XGridColumnModel</a> yourself, use this service.
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="DefaultGridDataModel.html">DefaultGridDataModel</a></td>
<td class="imsum_right">If you do not want to implement the <a href="XGridDataModel.html">XGridDataModel</a> yourself, use this service.
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="GridColumn.html">GridColumn</a></td>
<td class="imsum_right">Represents a column as used by the <a href="DefaultGridColumnModel.html">DefaultGridColumnModel</a>
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="UnoControlGrid.html">UnoControlGrid</a></td>
<td class="imsum_right">A control that displays a set of tabular data.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="UnoControlGridModel.html">UnoControlGridModel</a></td>
<td class="imsum_right">specifies the standard model of a <a href="UnoControlGridModel.html">UnoControlGridModel</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="XGridCell.html">XGridCell</a></td>
<td class="imsum_right"/></tr>
<tr>
<td class="imsum_left"><a href="XGridCellRenderer.html">XGridCellRenderer</a></td>
<td class="imsum_right">gives access to the items of a list box and makes it possible to
 register item and action event listeners.
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGridColumn.html">XGridColumn</a></td>
<td class="imsum_right">The <a href="XGridColumn.html">XGridColumn</a> defines the properties and behavior of a column in a grid control
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGridColumnListener.html">XGridColumnListener</a></td>
<td class="imsum_right">An instance of this interface is used by the <a href="XGridColumnModel.html">XGridColumnModel</a> to
 get notifications about column model changes.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGridColumnModel.html">XGridColumnModel</a></td>
<td class="imsum_right">An instance of this interface is used by the <a href="UnoControlGrid.html">UnoControlGrid</a> to
 retrieve the column structure that is displayed in the actual control.

 If you do not need your own model implementation, you can also use the <a href="DefaultGridColumnModel.html">DefaultGridColumnModel</a>.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XGridControl.html">XGridControl</a></td>
<td class="imsum_right">An interface to a control that displays a tabular data.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGridControlListener.html">XGridControlListener</a></td>
<td class="imsum_right"/></tr>
<tr>
<td class="imsum_left"><a href="XGridDataListener.html">XGridDataListener</a></td>
<td class="imsum_right">An instance of this interface is used by the <a href="XGridDataModel.html">XGridDataModel</a> to
 get notifications about data model changes.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGridDataModel.html">XGridDataModel</a></td>
<td class="imsum_right">An instance of this interface is used by the <a href="UnoControlGrid.html">UnoControlGrid</a> to
 retrieve the content data that is displayed in the actual control.

 If you do not need your own model implementation, you can also use the <a href="DefaultGridDataModel.html">DefaultGridDataModel</a>.
</td>
</tr>
<tr>
<td class="imsum_left"><a href="XGridSelection.html">XGridSelection</a></td>
<td class="imsum_right">This interfaces provides access to the selection of row for <a href="UnoControlGrid.html">UnoControlGrid</a>. 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XGridSelectionListener.html">XGridSelectionListener</a></td>
<td class="imsum_right">An instance of this interface is used by the <a href="XGridSelection.html">XGridSelection</a> to
 get notifications about selection changes.
 
 </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="GridColumnEvent.html">GridColumnEvent</a></td>
<td class="imsum_right">An event used by a <a href="XGridColumnModel.html">XGridColumnModel</a> to notify changes in the column
 model to the <a href="XGridControl.html">XGridControl</a>.
 You usually need to fill this event only if you implement the <a href="XGridColumnModel.html">XGridColumnModel</a>
 yourself.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="GridControlEvent.html">GridControlEvent</a></td>
<td class="imsum_right"/></tr>
<tr>
<td class="imsum_left"><a href="GridDataEvent.html">GridDataEvent</a></td>
<td class="imsum_right">An event used by a <a href="XGridDataModel.html">XGridDataModel</a> to notify changes in the data
 model to the <a href="XGridControl.html">XGridControl</a>.
 You usually need to fill this event only if you implement the <a href="XGridDataModel.html">XGridDataModel</a>
 yourself.

 </td>
</tr>
<tr>
<td class="imsum_left"><a href="GridSelectionEvent.html">GridSelectionEvent</a></td>
<td class="imsum_right">An event used by a <a href="XGridControl.html">XGridControl</a> to notify changes in the selection.

 </td>
</tr>
</table>
<a name="Enums"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Enums</td>
</tr>
<tr>
<td class="imsum_left"><a href="ScrollBarMode.html">ScrollBarMode</a></td>
<td class="imsum_right">specifies the adjustment type.
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="SelectionEventType.html">SelectionEventType</a></td>
<td class="imsum_right">specifies the type of a selection event, as used by
 <a href="GridSelectionEvent.html">GridSelectionEvent</a>.
 </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>