AbstractLauncherApplication.st
changeset 12842 eb2192e0fb0d
parent 12823 50a3b78ef6e7
child 12928 a59e4bd2adcc
child 13170 c9b815af5777
equal deleted inserted replaced
12841:36d3081b6542 12842:eb2192e0fb0d
  2322 !
  2322 !
  2323 
  2323 
  2324 startWindowTreeViewForAll
  2324 startWindowTreeViewForAll
  2325     "open a windowTree on all views in the system"
  2325     "open a windowTree on all views in the system"
  2326 
  2326 
  2327     |v|
       
  2328 
       
  2329     WindowTreeView isNil ifTrue:[
  2327     WindowTreeView isNil ifTrue:[
  2330         ^ self warn:'The WindowTreeView is not available in this release.'
  2328         ^ self warn:'The WindowTreeView is not available in this release.'
  2331     ].
  2329     ].
  2332 
  2330 
  2333     WindowTreeView openOnAll
  2331     WindowTreeView openOnAll
  2334 
       
  2335 !
  2332 !
  2336 
  2333 
  2337 viewBrowse
  2334 viewBrowse
  2338     "let user pick a view and browse its Application class. Only smalltalk views are allowed"
  2335     "let user pick a view and browse its Application class. Only smalltalk views are allowed"
  2339 
  2336 
  7020 ! !
  7017 ! !
  7021 
  7018 
  7022 !AbstractLauncherApplication class methodsFor:'documentation'!
  7019 !AbstractLauncherApplication class methodsFor:'documentation'!
  7023 
  7020 
  7024 version
  7021 version
  7025     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.430 2013-06-04 10:09:56 cg Exp $'
  7022     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
  7026 !
  7023 !
  7027 
  7024 
  7028 version_CVS
  7025 version_CVS
  7029     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.430 2013-06-04 10:09:56 cg Exp $'
  7026     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
  7030 !
  7027 !
  7031 
  7028 
  7032 version_SVN
  7029 version_SVN
  7033     ^ '$Id: AbstractLauncherApplication.st,v 1.430 2013-06-04 10:09:56 cg Exp $'
  7030     ^ '$Id: AbstractLauncherApplication.st,v 1.431 2013-06-05 13:22:08 stefan Exp $'
  7034 ! !
  7031 ! !
  7035 
  7032