Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: frame ::

interface XBrowseHistoryRegistry

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]


Methods' Summary

updateViewData
createNewEntry

Methods' Details

updateViewData
 
[ oneway ] void
updateViewData(
[ in ] any Value );

createNewEntry
 
[ oneway ] void
createNewEntry(
[ in ] string aURL,
[ in ] sequence< com::sun::star::beans::PropertyValue > aArgs,
[ in ] string aTitle );


Top of Page