Difference between revisions of "Extensions introspection"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
many introspection tools are available as the OOo API provides some usefull methods
 
many introspection tools are available as the OOo API provides some usefull methods
  
* [http://www.ooomacros.org/dev.php#101416|XRAY]
+
* XRAY
The introsepction tool for macros !!!
+
The introspection tool for macros !!! ( see [[Extensions_development_basic#Xray_tool|XRay tool description]] in this wiki)
 +
 
 
a must have
 
a must have
  
* pyXRAY
+
* [http://www.indesko.com/telechargements/pyxray___un_outil_po/downloadFile/attachedFile/pyXray.zip pyXRAY]
the same for pyUNO
+
the same as XRay for pyUNO
  
 
* [[Object_Inspector|Object Inspector]]
 
* [[Object_Inspector|Object Inspector]]
The Object Inspector is an OpenOffice.org extension that is to help the developer to inspect arbitrary Uno-Objects. As Uno provides a service-oriented API with abstract service descriptions exporting defined interfaces the capabilities of a Uno Object does not open up to the developer at design time mainly due to several „deficiencies“. The Object Inspector is still under development.
+
The Object Inspector is an OpenOffice.org extension that is to help the developer to inspect arbitrary Uno-Objects. As Uno provides a service-oriented API with abstract service descriptions exporting defined interfaces the capabilities of a Uno Object does not open up to the developer at design time. The Object Inspector also offers Sourcecode generation in several programming languages and links of interface and service descriptions either locally installed or from OpenOffice.org The Object Inspector is still under development.
  
 +
== See also ==
 +
* [[Constructing_Helpers#Reflection_Helper|Reflection Helper in C++]]
 +
* [[IDL_Files_and_Cpp#Core_reflection_service__and_its_Interfaces|Core Reflection in C++]]
 +
* [[IDL_Files_and_Cpp#Using_Java_Inspector|Using Java Inspector]]
  
 
[[Category:Extensions]]
 
[[Category:Extensions]]

Latest revision as of 06:27, 1 May 2016

many introspection tools are available as the OOo API provides some usefull methods

  • XRAY

The introspection tool for macros !!! ( see XRay tool description in this wiki)

a must have

the same as XRay for pyUNO

The Object Inspector is an OpenOffice.org extension that is to help the developer to inspect arbitrary Uno-Objects. As Uno provides a service-oriented API with abstract service descriptions exporting defined interfaces the capabilities of a Uno Object does not open up to the developer at design time. The Object Inspector also offers Sourcecode generation in several programming languages and links of interface and service descriptions either locally installed or from OpenOffice.org The Object Inspector is still under development.

See also

Personal tools