Interface KnobsPanelEditHandler
- 
- All Superinterfaces:
 TablePanelEditHandler
public interface KnobsPanelEditHandler extends TablePanelEditHandler
provides methods to handle the selection of certain strengthes in aAbstractKnobsPanel 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetSelectionValue(cern.accsoft.steering.jmad.domain.knob.Knob value)voidsetSelectionValue(cern.accsoft.steering.jmad.domain.knob.Knob modelValue, boolean value)sets the strength as selected or unselected, accordiog to the given value- 
Methods inherited from interface cern.accsoft.steering.jmad.gui.panels.TablePanelEditHandler
getCheckableColumnHeader 
 - 
 
 - 
 
- 
- 
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 - valuevalue- true: select the strength, false: deselect
 
 - 
 
 -