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 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. |
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.Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.