Package de.team33.sphinx.metis
Class JColorChoosers
java.lang.Object
de.team33.sphinx.metis.JColorChoosers
Utility class to handle
JColorChoosers.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classJColorChoosers.Builder<T extends JColorChooser>Builder implementation to build target instances ofJColorChooser.static final classJColorChoosers.Charger<T extends JColorChooser>Charger implementation to charge target instances ofJColorChooser.static interfaceJColorChoosers.Setup<T extends JColorChooser,S extends JColorChoosers.Setup<T, S>> Utility interface to set up a target instance ofJColorChooser. -
Method Summary
Modifier and TypeMethodDescriptionstatic JColorChoosers.Builder<JColorChooser>builder()Returns a newJColorChoosers.Builderfor target instances of typeJColorChooser.static <T extends JColorChooser>
JColorChoosers.Builder<T>Returns a newJColorChoosers.Builderfor target instances as supplied by the givenSupplier.static <T extends JColorChooser>
JColorChoosers.Charger<T>charger(T target) Returns a newJColorChoosers.Chargerfor a given target instance.static JColorChoosers.Setup<JColorChooser,?> setup(JColorChooser target) Returns a newJColorChoosers.Setupfor a givenJColorChooserinstance.
-
Method Details
-
builder
Returns a newJColorChoosers.Builderfor target instances of typeJColorChooser. -
builder
Returns a newJColorChoosers.Builderfor target instances as supplied by the givenSupplier.- Type Parameters:
T- The final type of the target instances, at leastJColorChooser.
-
charger
Returns a newJColorChoosers.Chargerfor a given target instance.- Type Parameters:
T- The final type of the target instance, at leastJColorChooser.
-
setup
Returns a newJColorChoosers.Setupfor a givenJColorChooserinstance.
-