Content for Apache OpenOffice version 3.4.
| Methods' Summary |
| inspect |
inspects a new collection of one or more objects.
|
| Attributes' Summary |
| InspectorModel |
provides access to the current model of the inspector
|
| InspectorUI |
provides access to the user interface of the object inspector.
|
| Attributes' Details |
InspectorModel
XObjectInspectorModel InspectorModel;
- Description
- provides access to the current model of the inspector
The model is mainly responsible for providing the property handlers. Additionally,
it can provide user interface names and help URLs for property categories.
Note that there are two ways of setting or retrieving the current model: You can either
use ::com::sun::star::frame::XModel::setModel, or, if you do not want
or need to implement the full-blown ::com::sun::star::frame::XModel interface,
you can use this property directly. Both approaches are semantically equivalent.
If a new model is set at the inspector, the complete UI will be rebuilt to reflect
the change, using the new property handlers provided by the new model.
|
|
InspectorUI
[ readonly ] XObjectInspectorUI InspectorUI;
- Description
- provides access to the user interface of the object inspector.
This interface can be used to access and manipulate various aspects of
the user interface. For instance, you can enable and disable certain
property controls (or parts thereof), or register observers for all property
controls.
- Since
- OOo 2.2
|
|
Top of Page
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.