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