UISpecificationTool.st
changeset 2743 a3413ff28529
parent 2631 8d74338aa3bd
child 2830 aec9b9fd5c17
equal deleted inserted replaced
2742:63f7bd978ef8 2743:a3413ff28529
   387 ! !
   387 ! !
   388 
   388 
   389 !UISpecificationTool methodsFor:'selection'!
   389 !UISpecificationTool methodsFor:'selection'!
   390 
   390 
   391 selection:something
   391 selection:something
   392     "selection changed
   392     "selection changed"
   393     "
   393 
   394     |slices index spec window|
   394     |slices index spec window|
   395 
   395 
   396     specification notNil ifTrue:[
   396     specification notNil ifTrue:[
   397         slices := specification class slices.
   397         slices := specification class slices.
   398         index  := slices findFirst:[:aSlice| aSlice first = something ].
   398         index  := slices findFirst:[:aSlice| aSlice first = something ].