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