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