DictInspV.st
changeset 2297 a881c775d42f
parent 2274 a225b0d4dce7
child 2298 4cff11435fb8
equal deleted inserted replaced
2296:cb2a81a506ef 2297:a881c775d42f
   255 ! !
   255 ! !
   256 
   256 
   257 !DictionaryInspectorView methodsFor:'private'!
   257 !DictionaryInspectorView methodsFor:'private'!
   258 
   258 
   259 baseInspectedObjectClass
   259 baseInspectedObjectClass
       
   260 
       
   261     (inspectedObject class inheritsFrom:Dictionary) ifFalse:[
       
   262         "this is true for e.g. MethodDictionary"
       
   263         ^ Object
       
   264     ].
   260     ^ Dictionary
   265     ^ Dictionary
       
   266 
       
   267     "Modified: / 23.7.1999 / 10:39:11 / stefan"
   261 !
   268 !
   262 
   269 
   263 defaultLabel
   270 defaultLabel
   264     ^ 'keys'
   271     ^ 'keys'
   265 
   272 
   393 ! !
   400 ! !
   394 
   401 
   395 !DictionaryInspectorView class methodsFor:'documentation'!
   402 !DictionaryInspectorView class methodsFor:'documentation'!
   396 
   403 
   397 version
   404 version
   398     ^ '$Header: /cvs/stx/stx/libtool/Attic/DictInspV.st,v 1.42 1999-07-16 20:05:24 cg Exp $'
   405     ^ '$Header: /cvs/stx/stx/libtool/Attic/DictInspV.st,v 1.43 1999-07-23 08:39:38 stefan Exp $'
   399 ! !
   406 ! !