Class SwingFileChooserDialogServiceFactory
- java.lang.Object
-
- net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogServiceFactory
-
- All Implemented Interfaces:
DialogServiceFactory<FileChooserDialogService>
public class SwingFileChooserDialogServiceFactory extends Object implements DialogServiceFactory<FileChooserDialogService>
The dialog service factory provided by Swing to create instances of the
FileChooserDialogService
.- Since:
- 1.4
-
-
Constructor Summary
Constructors Constructor Description SwingFileChooserDialogServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileChooserDialogService
createService(ApplicationContext applicationContext)
Returns a new instance of the managed service.
-
-
-
Method Detail
-
createService
public FileChooserDialogService createService(ApplicationContext applicationContext)
Description copied from interface:DialogServiceFactory
Returns a new instance of the managed service. The passed in application context can be used to obtain properties required by the service, e.g. to get access to resources or the application's main window.- Specified by:
createService
in interfaceDialogServiceFactory<FileChooserDialogService>
- Parameters:
applicationContext
- the application context- Returns:
- the service object
-
-