self require: #TableViewManager! | items | items := #( first second 'the third item' 4 5 6 7 8 9 last ),(Array with: 5 @ 5 with: Class with: Object>>#yourself) ,#( last ). TableViewManager choose: items doing: [:selected| self alert: '// selected[',selected class name,']=',selected ].