NewInspectorListView.st
changeset 1286 843f8ef3b26e
parent 1213 6cf7a4c2dfce
child 2621 285fa261cbcb
equal deleted inserted replaced
1285:6373771ca727 1286:843f8ef3b26e
   282     "inspect a new instance; update contents
   282     "inspect a new instance; update contents
   283     "
   283     "
   284     (inspectorList inspectedObject) == anObject ifTrue:[
   284     (inspectorList inspectedObject) == anObject ifTrue:[
   285         ^ self update
   285         ^ self update
   286     ].
   286     ].
   287     inspectorList := InspectorList for:anObject.
   287     inspectorList := NewInspectorList for:anObject.
   288     inspectorList includesSelf:includesSelf.
   288     inspectorList includesSelf:includesSelf.
   289 
   289 
   290     super list:(inspectorList instanceNames).
   290     super list:(inspectorList instanceNames).
   291 ! !
   291 ! !
   292 
   292