public class FileChooserView extends Object
Modifier and Type | Field and Description |
---|---|
protected JFileChooser |
m_fileChooser |
Constructor and Description |
---|
FileChooserView(Component parent,
FileChooserModel model)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
openFileChooser()
Command to open the file chooser.
|
protected void |
setFileFilter()
Update the file chooser's filter settings.
|
protected final JFileChooser m_fileChooser
public FileChooserView(Component parent, FileChooserModel model)
parent
- parent component for the dialogmodel
- file choose modelCopyright © 2000–2024 Packwood Software. All rights reserved.