SystemStatusMonitor.st
changeset 2844 9b5742ab47d6
parent 2744 0ebeada0fee0
child 3024 51e109cb8ae0
equal deleted inserted replaced
2843:6e3fc30cd41f 2844:9b5742ab47d6
    51 ! !
    51 ! !
    52 
    52 
    53 !SystemStatusMonitor class methodsFor:'startup'!
    53 !SystemStatusMonitor class methodsFor:'startup'!
    54 
    54 
    55 isVisualStartable
    55 isVisualStartable
       
    56     "return true, if this application can be started via #open.
       
    57      (to allow start of a change browser via double-click in the browser)"
       
    58 
    56     ^ self ~~ SystemStatusMonitor
    59     ^ self ~~ SystemStatusMonitor
    57 
    60 
    58     "Created: / 10.8.1998 / 16:02:23 / cg"
    61     "Created: / 10.8.1998 / 16:02:23 / cg"
    59     "Modified: / 10.8.1998 / 16:02:41 / cg"
    62     "Modified: / 10.8.1998 / 16:02:41 / cg"
    60 !
    63 !
   245 ! !
   248 ! !
   246 
   249 
   247 !SystemStatusMonitor class methodsFor:'documentation'!
   250 !SystemStatusMonitor class methodsFor:'documentation'!
   248 
   251 
   249 version
   252 version
   250     ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.12 2000-08-30 22:01:31 cg Exp $'
   253     ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.13 2000-11-15 12:35:41 cg Exp $'
   251 ! !
   254 ! !