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