Class FileChooserPanelFactory
- java.lang.Object
-
- net.anwiba.commons.swing.filechooser.FileChooserPanelFactory
-
public class FileChooserPanelFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileChooserPanelFactory()FileChooserPanelFactory(IPreferences preferences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFileChooserPanelcreate(IOpenFileChooserConfiguration configuration)IFileChooserPanelcreate(ISaveFileChooserConfiguration configuration)
-
-
-
Constructor Detail
-
FileChooserPanelFactory
public FileChooserPanelFactory()
-
FileChooserPanelFactory
public FileChooserPanelFactory(IPreferences preferences)
-
-
Method Detail
-
create
public IFileChooserPanel create(IOpenFileChooserConfiguration configuration)
-
create
public IFileChooserPanel create(ISaveFileChooserConfiguration configuration)
-
-