Tools__MethodList.st
branchjv
changeset 13172 06656434532b
parent 13171 07844e21ea7e
child 13358 d85583969b17
equal deleted inserted replaced
13171:07844e21ea7e 13172:06656434532b
   767     methods notEmpty ifTrue:[
   767     methods notEmpty ifTrue:[
   768         lastSelectedMethods := methods asOrderedCollection.
   768         lastSelectedMethods := methods asOrderedCollection.
   769     ].
   769     ].
   770     "/ to allow reselect, change my valueHolder, even if the same collection
   770     "/ to allow reselect, change my valueHolder, even if the same collection
   771 "/    self selectedMethods value ~= methods ifTrue:[
   771 "/    self selectedMethods value ~= methods ifTrue:[
   772         self selectedMethods value:methods isSequenceable
   772         self selectedMethods value:methods asOrderedCollection
   773 "/    ]
   773 "/    ]
   774 
   774 
   775     "Created: / 05-02-2000 / 13:42:14 / cg"
   775     "Created: / 05-02-2000 / 13:42:14 / cg"
   776     "Modified: / 05-02-2000 / 23:32:20 / cg"
   776     "Modified: / 05-02-2000 / 23:32:20 / cg"
   777     "Modified: / 13-06-2013 / 11:41:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   777     "Modified: / 13-06-2013 / 12:19:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   778 !
   778 !
   779 
   779 
   780 selectionChangedByClick
   780 selectionChangedByClick
   781     "we are not interested in that - get another notification
   781     "we are not interested in that - get another notification
   782      via the changed valueHolder "
   782      via the changed valueHolder "