Interface IPropCnrChoiceSettings<CHOICE extends IPropCnrChoiceOption<CHOICE>>

All Superinterfaces:
IGProp<GProp<?>[]>, IPropCnr
All Known Implementing Classes:
Axis2D, EAxis2D, EPlot2D, EUIChart, Plot2D, UIChart

public interface IPropCnrChoiceSettings<CHOICE extends IPropCnrChoiceOption<CHOICE>> extends IPropCnr
Interface implements by a property container supporting setting as choices, numbers,
Author:
Christopher Mindus
  • Method Details

    • set

      default boolean set(CHOICE choice)
      Sets a choice option.
      Parameters:
      choice - The choice.
      Returns:
      true if the value was changed, false for no change.