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