org.esa.beam.util.io
Class FileChooserFactory
java.lang.Object
org.esa.beam.util.io.FileChooserFactory
public class FileChooserFactory
- extends Object
A factory which is used to create instances of JFileChooser.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFileChooserClass
public Class<? extends JFileChooser> getFileChooserClass()
setFileChooserClass
public void setFileChooserClass(Class<? extends JFileChooser> fileChooserClass)
getDirChooserClass
public Class<? extends JFileChooser> getDirChooserClass()
setDirChooserClass
public void setDirChooserClass(Class<? extends JFileChooser> dirChooserClass)
getInstance
public static FileChooserFactory getInstance()
createFileChooser
public JFileChooser createFileChooser(File currentDirectory)
createDirChooser
public JFileChooser createDirChooser(File currentDirectory)
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.