Tools_SearchDialog.st
changeset 7333 1b621d894e6a
parent 7171 1993e43597b4
child 7374 0efb6827e9de
equal deleted inserted replaced
7332:4ed25898a452 7333:1b621d894e6a
   453 		label:(resources string:'Classes nameSpace (''%1'')' with:ns name).
   453 		label:(resources string:'Classes nameSpace (''%1'')' with:ns name).
   454     self addCheckBox:b forSearchArea:#currentClassesNameSpace.
   454     self addCheckBox:b forSearchArea:#currentClassesNameSpace.
   455     ^ b.
   455     ^ b.
   456 !
   456 !
   457 
   457 
       
   458 addCheckBoxForClassesPackage:pkg 
       
   459     |b|
       
   460 
       
   461     b := CheckBox 
       
   462                 label:(resources string:'Classes package (''%1'')' with:pkg).
       
   463     self addCheckBox:b forSearchArea:#currentClassesPackage.
       
   464     ^ b.
       
   465 
       
   466     "Created: / 21-09-2006 / 17:39:55 / cg"
       
   467 !
       
   468 
   458 addCheckBoxForCurrentNamespace
   469 addCheckBoxForCurrentNamespace
   459     |b|
   470     |b|
   460 
   471 
   461     b := CheckBox label:(resources string:'Current nameSpace (''%1'')'
   472     b := CheckBox label:(resources string:'Current nameSpace (''%1'')'
   462 			with:currentNamespace name).
   473 			with:currentNamespace name).
   991 ! !
  1002 ! !
   992 
  1003 
   993 !SearchDialog class methodsFor:'documentation'!
  1004 !SearchDialog class methodsFor:'documentation'!
   994 
  1005 
   995 version
  1006 version
   996     ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.17 2006-09-18 08:51:45 cg Exp $'
  1007     ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.18 2006-09-21 15:39:10 cg Exp $'
   997 ! !
  1008 ! !