UIHelpTool.st
changeset 204 8dcd7f22e4d1
parent 196 56f63eb42a34
child 261 deaa4815065c
equal deleted inserted replaced
203:7a219b861c67 204:8dcd7f22e4d1
   158     "set the value of the instance variable 'dictionary' (automatically generated)"
   158     "set the value of the instance variable 'dictionary' (automatically generated)"
   159 
   159 
   160     (dictionary := aDictionary) notNil ifTrue:[
   160     (dictionary := aDictionary) notNil ifTrue:[
   161         list := dictionary keys asOrderedCollection
   161         list := dictionary keys asOrderedCollection
   162     ] ifFalse:[
   162     ] ifFalse:[
       
   163         dictionary := IdentityDictionary new.
   163         list := nil
   164         list := nil
   164     ].
   165     ].
   165 !
   166 !
   166 
   167 
   167 helpSpecFrom:aClass
   168 helpSpecFrom:aClass