Exported Interfaces |
::com::sun::star::container::XHierarchicalNameAccess |
- Description
- Interface to retrieve type descriptions.
- Names are given in dotted notation, for example
"com.sun.star.uno.XInterface" .
- Sequence types are accessible via
"[] ComponentType "
- Instantiated polymorphic struct types are accessible via
" StructType < Parameter 1 ,…, Parameter n >" .
- Members of interface types are accessible via
" InterfaceType :: Member " .
The returned values are of interface type
::com::sun::star::reflection::XTypeDescription .
Even though the name of this interface suggests that the used type
names are hierarchic, this need not be the case. (For example, consider
the names of instantiated polymorphic struct types, like
"Struct<long>" .)
|
::com::sun::star::container::XSet |
- Description
- You can manually add or remove a providers via this interface.
|
::com::sun::star::lang::XComponent |
- Usage Restrictions
- optional
- Description
- Interface to signal shutdown to the manager.
This signals all providers to shut down, because usually each provider
references its manager, listening for disposing events.
|
::com::sun::star::reflection::XTypeDescriptionEnumerationAccess |
- Usage Restrictions
- optional
- Description
- Interface for creating enumerations for type descriptions supported
by this ::com::sun::star::reflection::TypeDescriptionManager
- Since
- OpenOffice 1.1.2
|
Copyright © 2003 Sun Microsystems, Inc.