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