55565758596061626364
final InputControl<?> getInputControl(String name) { InputControl<?> input = inputs.get(name); if(input == null) throw new UndefinedInputControlException( "Undefined input control: " + name); return input; }