public final class JFileChoosers extends Object
JFileChoosers.| Modifier and Type | Class and Description |
|---|---|
static class |
JFileChoosers.Builder<T extends JFileChooser>
Builder implementation to build target instances of
JFileChooser. |
static class |
JFileChoosers.Charger<T extends JFileChooser>
Charger implementation to charge 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. |
static <T extends JFileChooser> |
charger(T target)
Returns a new
JFileChoosers.Charger for a given target instance. |
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.public static <T extends JFileChooser> JFileChoosers.Charger<T> charger(T target)
JFileChoosers.Charger for a given target instance.T - The final type of the target instance, at least JFileChooser.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.