Klasse SwingFileChooserDialogServiceFactory
java.lang.Object
net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogServiceFactory
- Alle implementierten Schnittstellen:
DialogServiceFactory<FileChooserDialogService>
public class SwingFileChooserDialogServiceFactory
extends Object
implements DialogServiceFactory<FileChooserDialogService>
The dialog service factory provided by Swing to create instances of the
FileChooserDialogService
.
- Seit:
- 1.4
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateService
(ApplicationContext applicationContext) Returns a new instance of the managed service.
-
Konstruktordetails
-
SwingFileChooserDialogServiceFactory
public SwingFileChooserDialogServiceFactory()
-
-
Methodendetails
-
createService
Beschreibung aus Schnittstelle kopiert: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.- Angegeben von:
createService
in SchnittstelleDialogServiceFactory<FileChooserDialogService>
- Parameter:
applicationContext
- the application context- Gibt zurück:
- the service object
-