public final class JFileChoosers extends Object
JFileChoosers.| Modifier and Type | Class and Description |
|---|---|
static class |
JFileChoosers.Builder<T extends JFileChooser,B extends JFileChoosers.Builder<T,B>>
Builder implementation to build target instances of
JFileChooser. |
static interface |
JFileChoosers.Setup<T extends JFileChooser,S extends JFileChoosers.Setup<T,S>>
Utility interface to set up a target instance of
JFileChooser. |
| Modifier and Type | Method and Description |
|---|---|
static JFileChoosers.Builder<JFileChooser,?> |
builder()
Returns a new
JFileChoosers.Builder for target instances of type JFileChooser. |
static <T extends JFileChooser> |
builder(Supplier<T> newTarget)
Returns a new
JFileChoosers.Builder for target instances as supplied by the given Supplier. |
public static JFileChoosers.Builder<JFileChooser,?> builder()
JFileChoosers.Builder for target instances of type JFileChooser.public static <T extends JFileChooser> JFileChoosers.Builder<T,?> builder(Supplier<T> newTarget)
JFileChoosers.Builder for target instances as supplied by the given Supplier.T - The final type of the target instances, at least JFileChooser.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.