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