Uses of Interface
ca.cgjennings.apps.arkham.Tintable
-
Packages that use Tintable Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.plugins -
-
Uses of Tintable in ca.cgjennings.apps.arkham
Classes in ca.cgjennings.apps.arkham that implement Tintable Modifier and Type Class Description class
ColourDialog
A colour selection dialog consistent with the tint selector (HSBPanel
).Methods in ca.cgjennings.apps.arkham that return Tintable Modifier and Type Method Description Tintable
HSBPanel. getTintable()
Methods in ca.cgjennings.apps.arkham with parameters of type Tintable Modifier and Type Method Description void
HSBPanel. setTintable(Tintable tintable, boolean matchTintableToPanel)
-
Uses of Tintable in ca.cgjennings.apps.arkham.plugins
Classes in ca.cgjennings.apps.arkham.plugins that implement Tintable Modifier and Type Class Description static class
UILibraryHelper.TintableBinding
Support class used to implement the binding ofHSBPanel
s to tint settings in the uibindings library.
-