FileBrowserV2.st
changeset 7284 6a059ef93dc8
parent 7102 cd8f9b51dd75
child 7314 94436fc26dc2
equal deleted inserted replaced
7283:c172ac40e98e 7284:6a059ef93dc8
  1324 fileEncodingLockImageHolder
  1324 fileEncodingLockImageHolder
  1325     ^ self 
  1325     ^ self 
  1326         aspectFor:#fileEncodingLockImageHolder 
  1326         aspectFor:#fileEncodingLockImageHolder 
  1327         ifAbsent:[
  1327         ifAbsent:[
  1328             BlockValue
  1328             BlockValue
  1329                 with:[:m | m value ifTrue:[self class encodingLockIcon] ifFalse:[nil] ] 
  1329                 with:[:m | m value == true ifTrue:[self class encodingLockIcon] ifFalse:[nil] ] 
  1330                 argument:(self lockFileEncodingHolder)
  1330                 argument:(self lockFileEncodingHolder)
  1331         ]
  1331         ]
  1332 !
  1332 !
  1333 
  1333 
  1334 fileEntryFieldHolder
  1334 fileEntryFieldHolder
  1851 ! !
  1851 ! !
  1852 
  1852 
  1853 !FileBrowserV2 class methodsFor:'documentation'!
  1853 !FileBrowserV2 class methodsFor:'documentation'!
  1854 
  1854 
  1855 version
  1855 version
  1856     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.155 2006-09-11 10:46:30 cg Exp $'
  1856     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.156 2006-09-18 14:55:35 cg Exp $'
  1857 ! !
  1857 ! !
  1858 
  1858 
  1859 FileBrowserV2 initialize!
  1859 FileBrowserV2 initialize!