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

com :: sun :: star :: awt ::

interface XFileDialog

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

[ DEPRECATED ]


Methods' Summary

setPath
getPath
setFilters
setCurrentFilter
getCurrentFilter

Methods' Details

setPath
 
[ oneway ] void
setPath(
[ in ] string Path );

getPath
 
string
getPath();
setFilters
 
[ oneway ] void
setFilters(
[ in ] sequence< string > rFilterNames,
[ in ] sequence< string > rMasks );

setCurrentFilter
 
[ oneway ] void
setCurrentFilter(
[ in ] string Filter );

getCurrentFilter
 
string
getCurrentFilter();

Top of Page