:: com :: sun :: star :: awt ::
|
deprecated |
interface XFileDialog |
|
|
|
- Usage Restrictions
- deprecated
- Description
- gives access to a file dialog.
|
Methods' Details |
setPath
[oneway] void |
setPath( |
[in] string |
Path ); |
- Description
- sets the path.
|
|
getPath
- Description
- returns the path.
|
|
setFilters
[oneway] void |
setFilters( |
[in] sequence< string > |
rFilterNames, |
| [in] sequence< string > |
rMasks ); |
- Description
- sets the filters.
|
|
setCurrentFilter
[oneway] void |
setCurrentFilter( |
[in] string |
Filter ); |
- Description
- sets the current filter.
|
|
getCurrentFilter
string |
getCurrentFilter(); |
- Description
- returns the currently selected filter.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.