Interface KnobsPanelEditHandler

    • Method Detail

      • getSelectionValue

        boolean getSelectionValue​(cern.accsoft.steering.jmad.domain.knob.Knob value)
        Parameters:
        value -
        Returns:
        true, if the strength is selected, false, if not
      • setSelectionValue

        void setSelectionValue​(cern.accsoft.steering.jmad.domain.knob.Knob modelValue,
                               boolean value)
        sets the strength as selected or unselected, accordiog to the given value
        Parameters:
        modelValue - the strength for which to modify the selection - value
        value - true: select the strength, false: deselect