summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/examples.html
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-02 10:04:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-02 10:04:48 +0000
commit5fab7c8f930c69acece5c7a93e5c626e0e666be2 (patch)
treece386d183ec6a2fe8b4da9c6a3044798c42c0c82 /odk/examples/DevelopersGuide/examples.html
parentb72837eee2c18816fdd72af3fbf0f3a611e6a839 (diff)
INTEGRATION: CWS ab30 (1.8.90); FILE MERGED
2006/10/17 15:03:56 ab 1.8.90.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/04 13:00:20 ab 1.8.90.1: #i67556# Added DialogComponent
Diffstat (limited to 'odk/examples/DevelopersGuide/examples.html')
-rw-r--r--odk/examples/DevelopersGuide/examples.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html
index 4e79660c9c47..3088e112fced 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -727,6 +727,53 @@ for the image shrink component and instantiates it.</td>
</table>
</td>
</tr>
+ <tr>
+ <td>
+ <table class="table4">
+ </tbody><tbody>
+ <tr class="thead">
+ <td class="cell20">Dialog Component Example</td>
+ <td class="cell80">Description</td>
+ </tr>
+ <tr>
+ <td class="cell20"><img src="../../docs/images/bluball.gif"> <a
+ href="./Components/DialogComponent/DialogComponent.java"
+ title="link to Components/DialogComponent/DialogComponent.java">DialogComponent.java</a></td>
+ <td class="cell80">Implements a component accessing a dialog created
+ with the [PRODUCTNAME] Basic IDE. The component provides methods that
+ can be bound to dialog respectively control events .</td>
+ </tr>
+ <tr>
+ <td class="cell20"><a
+ href="./Components/DialogComponent/XTestDialogHandler.idl"
+ title="link to Components/DialogComponent/XTestDialogHandler.idl">XTestDialogHandler.idl</a></td>
+ <td class="cell80">Interface implementing a createDialog method showing the
+ dialog and some methods to be used as event handler for the dialog.
+ </td>
+ </tr>
+ <tr>
+ <td class="cell20"><a
+ href="./Components/DialogComponent/TestDialogHandler.idl"
+ title="link to Components/DialogComponent/TestDialogHandler.idl">TestDialogHandler.idl</a></td>
+ <td class="cell80">
+ Service definition for the component implementing
+ its own interface <code>XTestDialogHandler</code>.
+ </td>
+ </tr>
+ <tr>
+ <td class="cell20"><a
+ href="./Components/DialogComponent/DialogComponent.odt"
+ title="link to Components/DialogComponent/DialogComponent.odt">DialogComponent.odt</a></td>
+ <td class="cell80">Document containing Basic code to
+ instantiate the Dialog Components and a Dialog containing
+ controls with events bound to methods supported by the
+ Dialog Component.</td>
+ </tr>
+ </tbody><tbody>
+ </tbody>
+ </table>
+ </td>
+ </tr>
</tbody>
</table>
</td>