AbstractLauncherApplication.st
changeset 9188 2ee7d25e44cc
parent 9165 28d35992cde0
child 9303 34760bcd61c4
equal deleted inserted replaced
9187:fd78cc38b8b8 9188:2ee7d25e44cc
   246                             newEntry at:3 put:(self perform:iconSelector).
   246                             newEntry at:3 put:(self perform:iconSelector).
   247                             newEntry
   247                             newEntry
   248                         ].
   248                         ].
   249                     ].
   249                     ].
   250     SettingsList := settingsList.
   250     SettingsList := settingsList.
       
   251     ^ settingsList.
   251 
   252 
   252     "
   253     "
   253      self withAllSubclassesDo:[:cls | cls initializeSettingsList ]
   254      self withAllSubclassesDo:[:cls | cls initializeSettingsList ]
   254     "
   255     "
   255 
   256 
   279     applClass := entry at:2.
   280     applClass := entry at:2.
   280     aSettingsApp remApplClassByName:applName. 
   281     aSettingsApp remApplClassByName:applName. 
   281 !
   282 !
   282 
   283 
   283 settingsList
   284 settingsList
   284 
   285     "/ do NOT cache
   285     SettingsList isNil ifTrue: [self initializeSettingsList].
   286     SettingsList := nil.
       
   287     SettingsList isNil ifTrue: [
       
   288         SettingsList := self initializeSettingsList
       
   289     ].
   286     ^ SettingsList
   290     ^ SettingsList
   287 ! !
   291 ! !
   288 
   292 
   289 !AbstractLauncherApplication methodsFor:'drag & drop'!
   293 !AbstractLauncherApplication methodsFor:'drag & drop'!
   290 
   294 
  6718 ! !
  6722 ! !
  6719 
  6723 
  6720 !AbstractLauncherApplication class methodsFor:'documentation'!
  6724 !AbstractLauncherApplication class methodsFor:'documentation'!
  6721 
  6725 
  6722 version
  6726 version
  6723     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.386 2009-11-02 17:02:10 cg Exp $'
  6727     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.387 2009-11-05 19:29:04 cg Exp $'
  6724 !
  6728 !
  6725 
  6729 
  6726 version_CVS
  6730 version_CVS
  6727     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.386 2009-11-02 17:02:10 cg Exp $'
  6731     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.387 2009-11-05 19:29:04 cg Exp $'
  6728 ! !
  6732 ! !