| Modifier and Type | Class and Description |
|---|---|
static class |
JMenus.Builder<T extends JMenu>
Builder implementation to build 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. |
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.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.