ComponentDecorators.decorateWithAutoSelect(textFieldAoiX);
ComponentDecorators.decorateWithAutoSelect(textFieldAoiY);
ComponentDecorators.decorateWithAutoSelect(textFieldAoiWidth);
ComponentDecorators.decorateWithAutoSelect(textFieldAoiHeight);
BeanProperty actuatorIdProperty = BeanProperty.create("actuatorId");
Bindings.createAutoBinding(UpdateStrategy.READ, feeder,
actuatorIdProperty, locationButtonsPanelFeedStart,
actuatorIdProperty).bind();
Bindings.createAutoBinding(UpdateStrategy.READ, feeder,
actuatorIdProperty, locationButtonsPanelFeedEnd,