454647484950515253
if (editPart != null) { return editPart; } } if (model instanceof UiChildSupport.Position) { return new UiChildPositionEditPart((UiChildSupport.Position) model); } return null; }