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