protected IScanAddOns initModel() {
ScanAddOnModel scanAddOnModel = new ScanAddOnModel(this);
IErrorStrategy errorStategyImpl = getErrorStrategy();
if (errorStategyImpl != null) {
scanAddOnModel.setErrorStrategy(errorStategyImpl.toModel());
}
IDisplay displayImpl = getDisplay();
if (errorStategyImpl != null) {
scanAddOnModel.setDisplay(displayImpl.toModel());
}