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