public class FileSaverView extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JFileChooser |
m_fileChooser |
| Constructor and Description |
|---|
FileSaverView(Component parent,
FileSaverModel 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 FileSaverView(Component parent, FileSaverModel model)
parent - parent component for the dialogmodel - file save modelCopyright © 2000–2025 MPXJ. All rights reserved.