Difference between revisions of "Extensions introspection"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
the same for pyUNO
 
the same 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 mainly due to several „deficiencies“. The Object Inspector is still under development.

Revision as of 12:45, 22 September 2006

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

  • XRAY

The introsepction tool for macros

  • pyXRAY

the same for pyUNO

  • [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.

Personal tools