From 6df63a0fa7539ff114a036f5acafb017614aa5bd Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 22 Apr 2009 12:39:28 +0000 Subject: CWS-TOOLING: integrate CWS sdk31fix_DEV300 2009-04-03 15:43:49 +0200 jsc r270492 : correct classpath 2009-04-02 16:27:49 +0200 jsc r270416 : fix typo in run target and classpath 2009-04-02 16:27:14 +0200 jsc r270415 : remove Inspector example, change docu to link into the wiki on the related project page 2009-04-01 14:07:33 +0200 jsc r270327 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 11:57:53 +0200 jsc r270315 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 11:47:59 +0200 jsc r270314 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:33:10 +0200 jsc r270304 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:30:39 +0200 jsc r270303 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:29:19 +0200 jsc r270301 : #i100712# change header image version number --- odk/examples/examples.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'odk/examples/examples.html') diff --git a/odk/examples/examples.html b/odk/examples/examples.html index c0d73e8435d4..f3d0fb33f775 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -296,17 +296,18 @@ Description - Inspector - The Instance Inspector is primarily an auxiliary tool + Object Inspector + The Object Inspector is primarily an auxiliary tool for the developer, which can present information about an object of the [PRODUCTNAME] API at run-time. Depending on the object to be inspected, appropriate methods, interfaces, services, and attributes can be displayed - to the developer. The methods, interfaces, services and attributes are + to the developer. The methods, interfaces, services and attributes are represented in a predictable tree. If the attributes contained in an object are to be examined, the appropriate nodes in the tree can be expanded with the help of the mouse. For each non primitive object, five categories are offered to the user, as long as those are available with - that object. + that object. The Object Inspector is currently available as a NetBeans project + only because of major code changes. Please see the project page for further details. MinimalComponent -- cgit