Class SwingFileChooserService
java.lang.Object
org.pentaho.reporting.libraries.designtime.swing.filechooser.SwingFileChooserService
- All Implemented Interfaces:
CommonFileChooser
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final FileFilter[]
protected static final File[]
protected static final Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFile[]
boolean
void
setAllowMultiSelection
(boolean allowMultiSelection) void
setFilters
(FileFilter[] filters) void
setSelectedFile
(File selectedFile) void
setSelectedFiles
(File[] selectedFiles) boolean
showDialog
(Component parent, int mode)
-
Field Details
-
EMPTY_FILES
-
EMPTY_FILEFILTER
-
lock
-
-
Constructor Details
-
SwingFileChooserService
-
-
Method Details
-
getFileType
- Specified by:
getFileType
in interfaceCommonFileChooser
-
getSelectedFiles
- Specified by:
getSelectedFiles
in interfaceCommonFileChooser
-
getSelectedFile
- Specified by:
getSelectedFile
in interfaceCommonFileChooser
-
setSelectedFile
- Specified by:
setSelectedFile
in interfaceCommonFileChooser
-
setSelectedFiles
- Specified by:
setSelectedFiles
in interfaceCommonFileChooser
-
isAllowMultiSelection
public boolean isAllowMultiSelection()- Specified by:
isAllowMultiSelection
in interfaceCommonFileChooser
-
setAllowMultiSelection
public void setAllowMultiSelection(boolean allowMultiSelection) - Specified by:
setAllowMultiSelection
in interfaceCommonFileChooser
-
getFilters
- Specified by:
getFilters
in interfaceCommonFileChooser
-
setFilters
- Specified by:
setFilters
in interfaceCommonFileChooser
-
showDialog
- Specified by:
showDialog
in interfaceCommonFileChooser
-