Uses of Interface
org.pushingpixels.radiance.component.api.common.popup.model.ColorSelectorPopupMenuContentModel.ColorActivationListener
-
-
Uses of ColorSelectorPopupMenuContentModel.ColorActivationListener in org.pushingpixels.radiance.component.api.common.popup.model
Fields in org.pushingpixels.radiance.component.api.common.popup.model declared as ColorSelectorPopupMenuContentModel.ColorActivationListener Modifier and Type Field Description private ColorSelectorPopupMenuContentModel.ColorActivationListener
ColorSelectorPopupMenuContentModel. colorActivationListener
Methods in org.pushingpixels.radiance.component.api.common.popup.model that return ColorSelectorPopupMenuContentModel.ColorActivationListener Modifier and Type Method Description ColorSelectorPopupMenuContentModel.ColorActivationListener
ColorSelectorPopupMenuContentModel. getColorActivationListener()
Methods in org.pushingpixels.radiance.component.api.common.popup.model with parameters of type ColorSelectorPopupMenuContentModel.ColorActivationListener Modifier and Type Method Description void
ColorSelectorPopupMenuContentModel. setColorActivationListener(ColorSelectorPopupMenuContentModel.ColorActivationListener colorActivationListener)
-
Uses of ColorSelectorPopupMenuContentModel.ColorActivationListener in org.pushingpixels.radiance.component.internal.ui.common.popup
Fields in org.pushingpixels.radiance.component.internal.ui.common.popup with type parameters of type ColorSelectorPopupMenuContentModel.ColorActivationListener Modifier and Type Field Description private java.util.List<ColorSelectorPopupMenuContentModel.ColorActivationListener>
JColorSelectorComponent. colorActivationListeners
Methods in org.pushingpixels.radiance.component.internal.ui.common.popup with parameters of type ColorSelectorPopupMenuContentModel.ColorActivationListener Modifier and Type Method Description void
JColorSelectorComponent. addColorActivationListener(ColorSelectorPopupMenuContentModel.ColorActivationListener listener)
Constructors in org.pushingpixels.radiance.component.internal.ui.common.popup with parameters of type ColorSelectorPopupMenuContentModel.ColorActivationListener Constructor Description JColorSelectorComponent(java.awt.Color color, ColorSelectorPopupMenuContentModel.ColorPreviewListener colorPreviewListener, ColorSelectorPopupMenuContentModel.ColorActivationListener colorActivationListener)
-