Package com.io7m.jwheatsheaf.api
Interface JWFileChoosersType
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
JWFileChoosers
public interface JWFileChoosersType extends java.io.CloseableA provider of file choosers. File chooser providers are expected to be application-scoped, and reused to produce file choosers on demand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JWFileChooserTypecreate(javafx.stage.Window window, JWFileChooserConfiguration configuration)Create a new file chooser.
-
-
-
Method Detail
-
create
JWFileChooserType create(javafx.stage.Window window, JWFileChooserConfiguration configuration)
Create a new file chooser.- Parameters:
window- The owning windowconfiguration- The file chooser configuration- Returns:
- A new file chooser
-
-