Overview | Module | Use | Devguide | Index |
Nested Modules | Services | Singletons | Interfaces | Structs | Exceptions | Enums | Typedefs | Constant Groups |
module inspection |
Services | |
GenericPropertyHandler | implements a general-purpose XPropertyHandler The property handler implemented by this service will do an introspection on the provided components, and expose the properties obtained via XIntrospectionAccess::getProperties. The handler will automatically determine the best type of property control to represent a certain property, depending on the property type. This includes, for example, list box controls to represent enumeration properties. |
ObjectInspector | describes an ::com::sun::star::frame::Controller which can be used to browse and modify properties of components. |
ObjectInspectorModel | describes a default implementation of an ObjectInspectorModel This service, which is globally available, simplifies usage of an ObjectInspector . The XObjectInspectorModel implemented by this service will not provide any property categories, nor apply any particular order to the properties provided by its handler(s). |
Interfaces | |
XHyperlinkControl | defines the interface for an XPropertyControl which displays its value in a hyperlink-like way |
XNumericControl | defines the interface for an XPropertyControl which supports displaying and entering numerical values. |
XObjectInspector | describes the main interface of an ObjectInspector . |
XObjectInspectorModel | describes the model of an ObjectInspector |
XObjectInspectorUI | grants access to certain aspects of the user interface of an object inspector |
XPropertyControl | defines the interface for a single control in an ObjectInspector |
XPropertyControlContext | specifies the interface of the context of an XPropertyControl . |
XPropertyControlFactory | a factory for XPropertyControl s |
XPropertyHandler | The XPropertyHandler is the basic interface for object inspection. The ObjectInspector itself does not know anything about the object it is inspecting, all information is obtained via XPropertyHandler s. Also, property handlers are responsible for describing the user interface which should be used to interact with the user, with respect to a given aspect of the inspected component. |
XStringListControl | defines the interface for an XPropertyControl which, additionally to the basic behaviour, supports a list of strings interpreted as possible property values. |
Structs | |
LineDescriptor | describes the appearance of a line representing a single property in an ObjectInspector . Such a line consists of |
PropertyCategoryDescriptor | describes a category of properties |
Enums | |
InteractiveSelectionResult | describes possible results of an interactive selection of a property value in an object inspector |
Constant Groups | |
PropertyControlType | describes pre-defined possible control types to be used to display and enter property values within a ObjectInspector . |
PropertyLineElement | describes elements of a single line in an object inspector, used to represent a single property |
Copyright © 2003 Sun Microsystems, Inc.