summaryrefslogtreecommitdiff
path: root/toolkit/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:24:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 11:24:29 +0000
commit3d86217a92a055399dcc11525eb20c59ab3282fc (patch)
tree5a2105f5af404ed62741b867e758fea0e6b89e76 /toolkit/util
parent3cda996650cc8689a8d3d9f896dd60d4f5498168 (diff)
INTEGRATION: CWS awttree01 (1.13.20); FILE MERGED
2007/06/13 09:43:32 cl 1.13.20.1: #i74381# added component descriptions for tree control implementation
Diffstat (limited to 'toolkit/util')
-rw-r--r--toolkit/util/toolkit.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/toolkit/util/toolkit.xml b/toolkit/util/toolkit.xml
index 83e6b80cf6c7..8ec1a48d440d 100644
--- a/toolkit/util/toolkit.xml
+++ b/toolkit/util/toolkit.xml
@@ -665,4 +665,40 @@
<supported-service>com.sun.star.awt.UnoControl</supported-service>
<supported-service>com.sun.star.awt.UnoThrobberControl</supported-service>
</component-description>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>stardiv.Toolkit.UnoTreeModel</name>
+ <description>specifies the model of a tree control</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta" />
+ <supported-service>com.sun.star.awt.tree.TreeControlModel</supported-service>
+ </component-description>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>stardiv.Toolkit.UnoTreeControl</name>
+ <description>specifies a tree control</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta" />
+ <supported-service>com.sun.star.awt.tree.TreeControl</supported-service>
+ </component-description>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>toolkit.MutableTreeDataModel</name>
+ <description>specifies the mutable data model of a tree control</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta" />
+ <supported-service>com.sun.star.awt.tree.MutableTreeDataModel</supported-service>
+ </component-description>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>toolkit.MutableTreeNode</name>
+ <description>specifies a mutable tree node</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="beta" />
+ <supported-service>com.sun.star.awt.tree.MutableTreeNode</supported-service>
+ </component-description>
</module-description> \ No newline at end of file