Uses of Interface
de.team33.sphinx.metis.JColorChoosers.Setup
-
Uses of JColorChoosers.Setup in de.team33.sphinx.metis
Classes in de.team33.sphinx.metis with type parameters of type JColorChoosers.SetupModifier and TypeInterfaceDescriptionstatic interfaceJColorChoosers.Setup<T extends JColorChooser,S extends JColorChoosers.Setup<T, S>> Utility interface to set up a target instance ofJColorChooser.Classes in de.team33.sphinx.metis that implement JColorChoosers.SetupModifier 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.Methods in de.team33.sphinx.metis that return JColorChoosers.SetupModifier and TypeMethodDescriptionstatic JColorChoosers.Setup<JColorChooser,?> JColorChoosers.setup(JColorChooser target) Returns a newJColorChoosers.Setupfor a givenJColorChooserinstance.