:: com :: sun :: star :: script ::

module browse

Services
BrowseNode This service provides access to the Macros and Macro containers via the XBrowseNode interface. XInvocation is an optional interface that is used to execute macros, or to create/delete/rename macros or macro containers.
BrowseNodeFactory This service is used to create Root XBrowseNodes.
Singletons
theBrowseNodeFactory The one and only BrowseNodeFactory. To get the singleton call getValueByName on the component context
Interfaces
XBrowseNode This interface represents a node in the hierarchy used to browse available scripts. Objects implementing this interface are expected to also implement com.sun.star.beans.XPropertySet and, optionally, com.sun.star.script.XInvocation (see the Developers' Guide for more details).
XBrowseNodeFactory This interface provides a factory for obtaining objects implmenting the XBrowseNode interface.
Constant Groups
BrowseNodeFactoryViewTypes These constants define the three different types of views available from BrowseNodeFactory.
BrowseNodeTypes These constants define the three different types of nodes in the BrowseNode hierarchy.
Top of Page