AbstractFileFinderApplicationComponent.st
changeset 11107 17342ca15467
parent 11102 4a79fb29bdd1
child 11118 6d72314eb4df
equal deleted inserted replaced
11106:86ac37a9a382 11107:17342ca15467
   227         hasListEntries := false asValue.
   227         hasListEntries := false asValue.
   228     ].
   228     ].
   229     ^ hasListEntries.
   229     ^ hasListEntries.
   230 !
   230 !
   231 
   231 
       
   232 matchedFilesList
       
   233 
       
   234     matchedFilesList isNil ifTrue:[
       
   235         matchedFilesList := List new.
       
   236         matchedFilesList addDependent:self.
       
   237     ].
       
   238     ^ matchedFilesList.
       
   239 !
       
   240 
   232 resultList
   241 resultList
   233     resultList isNil ifTrue:[
   242     resultList isNil ifTrue:[
   234         resultList := List new.
   243         resultList := List new.
   235         resultList addDependent:self.
   244         resultList addDependent:self.
   236     ].
   245     ].
   460 ! !
   469 ! !
   461 
   470 
   462 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
   471 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
   463 
   472 
   464 version
   473 version
   465     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.4 2012-01-12 01:07:34 cg Exp $'
   474     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.5 2012-01-12 01:57:03 cg Exp $'
   466 !
   475 !
   467 
   476 
   468 version_CVS
   477 version_CVS
   469     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.4 2012-01-12 01:07:34 cg Exp $'
   478     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.5 2012-01-12 01:57:03 cg Exp $'
   470 ! !
   479 ! !