NewInspectorList.st
changeset 810 032e13b1bfda
parent 809 6f127dd5e578
child 1022 afd2ac9d1b55
equal deleted inserted replaced
809:6f127dd5e578 810:032e13b1bfda
    15 
    15 
    16 Object subclass:#InspectorList
    16 Object subclass:#InspectorList
    17 	instanceVariableNames:'inspectedObject instanceNames instanceTypes selection'
    17 	instanceVariableNames:'inspectedObject instanceNames instanceTypes selection'
    18 	classVariableNames:''
    18 	classVariableNames:''
    19 	poolDictionaries:''
    19 	poolDictionaries:''
    20 	category:'Inspector'
    20 	category:'Interface-Inspector'
    21 !
    21 !
    22 
    22 
    23 !InspectorList class methodsFor:'documentation'!
    23 !InspectorList class methodsFor:'documentation'!
    24 
    24 
    25 copyright
    25 copyright