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 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. |
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.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.