AbstractLauncherApplication.st
changeset 9137 d252e24bd64b
parent 9084 3b0b89c91c71
child 9165 28d35992cde0
equal deleted inserted replaced
9136:ec32a440bac4 9137:d252e24bd64b
   217 !
   217 !
   218 
   218 
   219 defaultSettingsApplicationList
   219 defaultSettingsApplicationList
   220     "/ cg: moved it to SettingsDialog - everyone is expecting it there and had to search it...
   220     "/ cg: moved it to SettingsDialog - everyone is expecting it there and had to search it...
   221     "/ left here for backw. compatibility.
   221     "/ left here for backw. compatibility.
       
   222 
   222     ^ SettingsDialog defaultSettingsApplicationList
   223     ^ SettingsDialog defaultSettingsApplicationList
   223 !
   224 !
   224 
   225 
   225 initializeSettingsList
   226 initializeSettingsList
   226     |rawList filteredList settingsList|
   227     |rawList filteredList settingsList|
   247                         ].
   248                         ].
   248                     ].
   249                     ].
   249     SettingsList := settingsList.
   250     SettingsList := settingsList.
   250 
   251 
   251     "
   252     "
   252      self settingsList  
   253      self withAllSubclassesDo:[:cls | cls initializeSettingsList ]
   253     "
   254     "
   254 
   255 
   255     "Modified: / 16-12-2002 / 18:12:50 / penk"
   256     "Modified: / 16-12-2002 / 18:12:50 / penk"
   256     "Modified: / 01-12-2006 / 14:01:12 / cg"
   257     "Modified: / 01-12-2006 / 14:01:12 / cg"
   257 !
   258 !
   280 !
   281 !
   281 
   282 
   282 settingsList
   283 settingsList
   283 
   284 
   284     SettingsList isNil ifTrue: [self initializeSettingsList].
   285     SettingsList isNil ifTrue: [self initializeSettingsList].
   285     ^SettingsList
   286     ^ SettingsList
   286 ! !
   287 ! !
   287 
   288 
   288 !AbstractLauncherApplication methodsFor:'drag & drop'!
   289 !AbstractLauncherApplication methodsFor:'drag & drop'!
   289 
   290 
   290 canDropObjects:aCollectionOfDropObjects
   291 canDropObjects:aCollectionOfDropObjects
  6714 ! !
  6715 ! !
  6715 
  6716 
  6716 !AbstractLauncherApplication class methodsFor:'documentation'!
  6717 !AbstractLauncherApplication class methodsFor:'documentation'!
  6717 
  6718 
  6718 version
  6719 version
  6719     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.384 2009-10-26 16:19:31 cg Exp $'
  6720     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.385 2009-10-30 09:58:34 cg Exp $'
  6720 !
  6721 !
  6721 
  6722 
  6722 version_CVS
  6723 version_CVS
  6723     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.384 2009-10-26 16:19:31 cg Exp $'
  6724     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.385 2009-10-30 09:58:34 cg Exp $'
  6724 ! !
  6725 ! !