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

unpublished interface XBrowseNodeFactory
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 ) BrowseNodeFactoryViewTypes specifies the type of view to be returned  
Methods' Details
createView
XBrowseNode
createView( [in] short  viewType );

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