Interface ColorChooserButtonBindingListener

    • Method Detail

      • selectedColorKeyChanged

        default void selectedColorKeyChanged​(ColorChooserButton colorChooserButton,
                                             java.lang.String previousSelectedColorKey)
        Called when a color chooser button's selected color key has changed.
        Parameters:
        colorChooserButton - The color chooser button that has changed.
        previousSelectedColorKey - The previous binding key for the selected color.
      • selectedColorBindTypeChanged

        default void selectedColorBindTypeChanged​(ColorChooserButton colorChooserButton,
                                                  BindType previousSelectedColorBindType)
        Called when a color chooser button's selected color bind type has changed.
        Parameters:
        colorChooserButton - The color chooser button that has changed.
        previousSelectedColorBindType - The previous bind type for the selected color.
      • selectedColorBindMappingChanged

        default void selectedColorBindMappingChanged​(ColorChooserButton colorChooserButton,
                                                     ColorChooser.SelectedColorBindMapping previousSelectedColorBindMapping)
        Called when a color chooser button's selected color bind mapping has changed.
        Parameters:
        colorChooserButton - The color chooser button that has changed.
        previousSelectedColorBindMapping - The previous bind mapping for the selected color.