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