| superclass(es) | fileOpenDialog |
| subclass(es) | - |
| description | The textFileOpenDialog class implements a standard "File Open" dialog for opening files with the .txt extension. |
A textFileOpenDialog instance contains two file filters, the default file filter is for selecting .txt files and one for selecting all files (*.*). To show the dialog call the execute/2 method of the superclass fileOpenDialog. |