BBjFileChooser::getFileFilterNames
Description
In BBj 7.00 and higher, invoke this method to obtain a list of the current filters in use by this BBjFileChooser object.
Syntax
Return Value |
Method |
getFileFilterNames() |
Parameters
None.
Return Value
Returns a BBjVector containing a list of strings, one for each file filter currently in use by the File Chooser.
Remarks
The file filter with an empty name "" is the "All Files" file filter.
Example
See Also
BBjFileChooser::getActiveFileFilter
BBjFileChooser::getFileFilterContents
BBjFileChooser::removeFileFilter
BBjFileChooser::setActiveFileFilter
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.