HierarchicalFileList.st
changeset 2525 665656ed718a
parent 2510 ba2eed40ba9f
child 2536 c38f8c10dda3
equal deleted inserted replaced
2524:a41c43dba6c9 2525:665656ed718a
  1041 
  1041 
  1042 canExpand
  1042 canExpand
  1043     super canExpand ifTrue:[^ true].
  1043     super canExpand ifTrue:[^ true].
  1044     "/ in case we are fetching the subdirectory
  1044     "/ in case we are fetching the subdirectory
  1045     self isFetchingChildrenInfo ifTrue:[
  1045     self isFetchingChildrenInfo ifTrue:[
  1046 self halt.  
  1046 "/self halt.  
  1047     ].
  1047     ].
  1048     
  1048     
  1049     ^ false
  1049     ^ false
  1050 !
  1050 !
  1051 
  1051 
  1235 ! !
  1235 ! !
  1236 
  1236 
  1237 !HierarchicalFileList class methodsFor:'documentation'!
  1237 !HierarchicalFileList class methodsFor:'documentation'!
  1238 
  1238 
  1239 version
  1239 version
  1240     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalFileList.st,v 1.47 2003-05-14 11:10:47 stefan Exp $'
  1240     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalFileList.st,v 1.48 2003-06-13 10:57:54 penk Exp $'
  1241 ! !
  1241 ! !
  1242 
  1242 
  1243 HierarchicalFileList::Directory initialize!
  1243 HierarchicalFileList::Directory initialize!