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