DirectoryView.st
changeset 591 efb80a288277
parent 590 c2f5cd223be2
child 593 17f3d679fa72
equal deleted inserted replaced
590:c2f5cd223be2 591:efb80a288277
   249         holder add: fileAttributeColumns first.
   249         holder add: fileAttributeColumns first.
   250         fileAttributeColumns do:
   250         fileAttributeColumns do:
   251         [:col|
   251         [:col|
   252             (fileAttributes includes: col label) ifTrue: [holder add: col]
   252             (fileAttributes includes: col label) ifTrue: [holder add: col]
   253         ].
   253         ].
       
   254         holder do: [:col| col label: ' ', col label]
   254     ].
   255     ].
   255     ^ holder
   256     ^ holder
   256 !
   257 !
   257 
   258 
   258 listOfFileFilters
   259 listOfFileFilters