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

interface XBrowseNodeFactory
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XBrowseNodeFactory
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
This interface provides a factory for obtaining objects implmenting the XBrowseNode interface.

Methods' Summary
createView a factory method for the creation of XBrowseNodes ( view ) ::com::sun::star::script::browse::BrowseNodeFactoryViewTypes specifies the type of view to be returned  
Methods' Details
createView
::com::sun::star::script::browse::XBrowseNode
createView( [in] short  viewType );

Description
a factory method for the creation of XBrowseNodes ( view ) ::com::sun::star::script::browse::BrowseNodeFactoryViewTypes specifies the type of view to be returned
Returns
an object implementing ::com::sun::star::script::browse::XBrowseNode
Top of Page