ProcessMonitorV2.st
changeset 6290 e093380884ee
parent 6240 b583ba54db3a
child 6300 4132e93312b2
equal deleted inserted replaced
6289:90bd71fc7a89 6290:e093380884ee
   101 
   101 
   102 resourcePackName
   102 resourcePackName
   103     ^ 'ProcessMonitor'
   103     ^ 'ProcessMonitor'
   104 ! !
   104 ! !
   105 
   105 
       
   106 !ProcessMonitorV2 class methodsFor:'help'!
       
   107 
       
   108 aboutThisApplicationText
       
   109     ^ super aboutThisApplicationText , 
       
   110       '\\Written by Christian Penk, eXept Software AG.' withCRs
       
   111 ! !
       
   112 
   106 !ProcessMonitorV2 class methodsFor:'help specs'!
   113 !ProcessMonitorV2 class methodsFor:'help specs'!
   107 
   114 
   108 flyByHelpSpec
   115 flyByHelpSpec
   109     "This resource specification was automatically generated
   116     "This resource specification was automatically generated
   110      by the UIHelpTool of ST/X."
   117      by the UIHelpTool of ST/X."
   139 'Restart'
   146 'Restart'
   140 
   147 
   141 #Resume
   148 #Resume
   142 'Resume'
   149 'Resume'
   143 
   150 
       
   151 #Abort
       
   152 'Abort'
       
   153 
   144 #Stop
   154 #Stop
   145 'Stop'
   155 'Stop'
   146 
   156 
   147 #Suspend
   157 #Suspend
   148 'Suspend'
   158 'Suspend'
   153 #'Terminate Group'
   163 #'Terminate Group'
   154 'Terminate Group'
   164 'Terminate Group'
   155 
   165 
   156 #'Update Process List'
   166 #'Update Process List'
   157 'Update Process List'
   167 'Update Process List'
   158 
       
   159 )
       
   160 !
       
   161 
       
   162 helpSpec
       
   163     "This resource specification was automatically generated
       
   164      by the UIHelpTool of ST/X."
       
   165 
       
   166     "Do not manually edit this!! If it is corrupted,
       
   167      the UIHelpTool may not be able to read the specification."
       
   168 
       
   169     "
       
   170      UIHelpTool openOnClass:ProcessMonitorV2    
       
   171     "
       
   172 
       
   173     <resource: #help>
       
   174 
       
   175     ^ super helpSpec addPairsFrom:#(
       
   176 
       
   177 #Debug
       
   178 ''
       
   179 
       
   180 #Details
       
   181 ''
       
   182 
       
   183 #Inspect
       
   184 ''
       
   185 
       
   186 #'Lower Prio'
       
   187 ''
       
   188 
       
   189 #'Raise Prio'
       
   190 ''
       
   191 
       
   192 #Restart
       
   193 ''
       
   194 
       
   195 #Resume
       
   196 ''
       
   197 
       
   198 #Stop
       
   199 ''
       
   200 
       
   201 #Suspend
       
   202 ''
       
   203 
       
   204 #Terminate
       
   205 ''
       
   206 
       
   207 #'Terminate Group'
       
   208 ''
       
   209 
       
   210 #'Update Process List'
       
   211 ''
       
   212 
   168 
   213 )
   169 )
   214 ! !
   170 ! !
   215 
   171 
   216 !ProcessMonitorV2 class methodsFor:'image specs'!
   172 !ProcessMonitorV2 class methodsFor:'image specs'!
   279 A XFAPTFA XH@@@@@@@@@@@@@@@@APXFA XFA XFB@@@@@@@@@@@@@@@APXHA0XFA XFAPXH@@@@@@@@@@@@@@\H@@@EA XG@@@GB@@@@@@@@@@@@@@@@@@@
   235 A XFAPTFA XH@@@@@@@@@@@@@@@@APXFA XFA XFB@@@@@@@@@@@@@@@APXHA0XFA XFAPXH@@@@@@@@@@@@@@\H@@@EA XG@@@GB@@@@@@@@@@@@@@@@@@@
   280 @@TH@@@@@@@@@@@@@@@@@@@@@@@@@@@EB@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   236 @@TH@@@@@@@@@@@@@@@@@@@@@@@@@@@EB@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
   281 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C?<@C?<@G?>@G?>@COL@@O@@@F@@@@@@@@@@@@@@') ; yourself); yourself]
   237 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C?<@C?<@G?>@G?>@COL@@O@@@F@@@@@@@@@@@@@@') ; yourself); yourself]
   282 !
   238 !
   283 
   239 
       
   240 processAbort22x22Icon
       
   241     "This resource specification was automatically generated
       
   242      by the ImageEditor of ST/X."
       
   243 
       
   244     "Do not manually edit this!! If it is corrupted,
       
   245      the ImageEditor may not be able to read the specification."
       
   246 
       
   247     "
       
   248      self processAbort22x22Icon inspect
       
   249      ImageEditor openOnClass:self andSelector:#processAbort22x22Icon
       
   250      Icon flushCachedIcons
       
   251     "
       
   252 
       
   253     <resource: #image>
       
   254 
       
   255     ^Icon
       
   256         constantNamed:#'ProcessMonitorV2 class processAbort22x22Icon'
       
   257         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   258 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@E@ @@@@@@@@@@@@@@@@@@@@@@@@@@APH@@@@@@@@@@@@@@@@@
       
   259 @@@BAP@@APLC@P@@APH@@@@@@@@@@@@@@PLEAPLC@0LEAPLA@@@@@@@@@@@@@@@B@0LC@0LC@0LA@@@@@@@@@@@@@@@@APLC@ DB@0LC@ @@@@@@@@@@@@@@
       
   260 APLC@ D@@@TC@0LB@@@@@@@@@@@EAPLC@0D@@@@@APLC@0TB@@@@@@@@@PDC@0LB@@@@@@TC@0LA@P@@@@@@@@@@@ HC@0T@@@TC@0LA@@TE@@@@@@@@@@@B
       
   261 @0LCAPTC@0LA@@TFA TE@@@@@@@@APLC@0LC@0LC@PTFA@PFAP@@@@@@APLA@ LC@0LCAPTFA@PDA@XE@@@@@@HA@@@E@0LB@@TFA@PDA@PFA @@@@@@@@TE
       
   262 @@TA@@@EA XDA@PFAPT@@@@@@@@EA TE@P@@APTEA PDA @@@@@@@@@@@@TFAP@@@@TEA PDA T@@@@@@@@@@@@@A XEAPTFA PDA@X@@@@@@@@@@@@@@@TF
       
   263 A XFA@PDA XE@@@@@@@@@@@@@@@@APTFA XFA TE@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 127 127 161 161 165 194 194 194 255 0 0 255 255 255 192 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O?? C??8C??8G??<G??<C?_<@?_0@^_0@O? @O? @G?@') ; yourself); yourself]
       
   264 !
       
   265 
   284 processDebug22x22Icon
   266 processDebug22x22Icon
   285     "This resource specification was automatically generated
   267     "This resource specification was automatically generated
   286      by the ImageEditor of ST/X."
   268      by the ImageEditor of ST/X."
   287 
   269 
   288     "Do not manually edit this!! If it is corrupted,
   270     "Do not manually edit this!! If it is corrupted,
   348 
   330 
   349     <resource: #image>
   331     <resource: #image>
   350 
   332 
   351     ^Icon
   333     ^Icon
   352         constantNamed:#'ProcessMonitorV2 class processLowerPrio22x22Icon'
   334         constantNamed:#'ProcessMonitorV2 class processLowerPrio22x22Icon'
   353         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   335         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   354 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   336 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   355 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   337 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   356 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@TEAPTEAPTEAPTEAPT@@@@@A0\FA TEAPTE@@@@@@@EAPTE@@@@@@@G
   338 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TEAPTEAPTE@@@@@@@@A0\FA T@@@TFAP@@@@@@AP@@@@@@@@@G
   357 A XFAPTEAP@@@@@@APTEAP@@@@@@APXFA TEAPT@@@@@@@TEAPT@@@@@APXHA0XEAPTE@@@@@@@EAPTE@@@@@@\H@@@EAPTEAP@@@@@@APTEAP@@@@@@@@@@
   339 A XFAPTFA T@@@@@@@T@@@@@@@@@APXFA XFA XE@@@@@@@E@@@@@@@@APXHA0XFA XFAP@@@@@@AP@@@@@@@@\H@@@EA XEAPT@@@@@@@TEAP@@@@@@@@@@
   358 @@TE@@@@@@@@@@@@APT@@@@@@@@@@@@EAPT@@@@@@@@@APTE@@@@@@@@@@@@APTEAP@@@@@@APTEAP@@@@@@@@@@@@TEAPTE@@@@APTEAPT@@@@@@@@@@@@E
   340 @@THAP@@@@@@@@@@@@T@@@@@@@@@@@@EB@@E@@@@@@@@@@T@@@@@@@@@@@@@@@@@@@T@@@@@@@T@@@@@@@@@@@@@@@@@@@@@AP@@@@T@@@@@@@@@@@@@@@@@
   359 APTEAPT@APTEAPTE@@@@@@@@@@@@APTEAPTEAPTEAPTEAP@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _??<O??<C??<C??<G??<G??<CO?<@O?<@G?<@G?<@G?<@G?<') ; yourself); yourself]
   341 @@@@@@@E@@T@@@@@@@@@@@@@@@@@@@@@@@@@@@T@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9?0O??0C??0C??0G??0G??<CO?<@O?8@F_0@@O @@G@@@B@') ; yourself); yourself]
   360 !
   342 !
   361 
   343 
   362 processRaisePrio22x22Icon
   344 processRaisePrio22x22Icon
   363     "This resource specification was automatically generated
   345     "This resource specification was automatically generated
   364      by the ImageEditor of ST/X."
   346      by the ImageEditor of ST/X."
   374 
   356 
   375     <resource: #image>
   357     <resource: #image>
   376 
   358 
   377     ^Icon
   359     ^Icon
   378         constantNamed:#'ProcessMonitorV2 class processRaisePrio22x22Icon'
   360         constantNamed:#'ProcessMonitorV2 class processRaisePrio22x22Icon'
   379         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   361         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   380 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   362 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   381 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   363 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   382 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@TEAPTEAPTEAPTEAPT@@@@@A0\FA TEAPTEAPT@APTEAPTE@@@@@@@G
   364 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TFA XEB@@@@@@@@@@@A0\FA T@@@TFA XE@@T@@@@@@@@@@@@G
   383 A XFAPTEAPT@@@@EAPTEAP@@@@@@APXFA TEAPT@@@@@@@TEAPT@@@@@APXHA0XEAPT@@@@@@@@@APTE@@@@@@\H@@@EAPT@@@@@@@@@@@@EAP@@@@@@@@@@
   365 A XFAPTFA XE@@@@AP@@@@@@@@@@APXFA XFA XE@@@@@@@E@@@@@@@@APXHA0XFA XE@@@@@@@@@@T@@@@@@@\H@@@EA XE@@@@@@@@@@@@AP@@@@@@@@@@
   384 @@TEAPT@@@@@@@TEAPT@@@@@@@@@@@@EAPTE@@@@@@@EAPTE@@@@@@@@@@@@APTEAP@@@@@@APTEAP@@@@@@@@@@@@TEAPT@@@@@@@TEAPT@@@@@@@@@@@@E
   366 @@THAPTE@@@@@@@EAPT@@@@@@@@@@@@EB@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@T@@@@@@@T@@@@@@@@@@@@@@@@@@@@E@@@@@@@E@@@@@@@@@@@@@@@@
   385 APTE@@@@@@@EAPTE@@@@@@@@@@@@APTEAPTEAPTEAPTEAP@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _??<O??<C??<C??<G??<G??<CO?<@O?<@G?<@G?<@G?<@G?<') ; yourself); yourself]
   367 @@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@TEAPTEAPT@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C?? C??0G??8G??<CO?<@O_0@F_0@@_0@@_0@@_0') ; yourself); yourself]
   386 !
   368 !
   387 
   369 
   388 processRestart22x22Icon
   370 processRestart22x22Icon
   389     "This resource specification was automatically generated
   371     "This resource specification was automatically generated
   390      by the ImageEditor of ST/X."
   372      by the ImageEditor of ST/X."
   426 
   408 
   427     <resource: #image>
   409     <resource: #image>
   428 
   410 
   429     ^Icon
   411     ^Icon
   430         constantNamed:#'ProcessMonitorV2 class processResume22x22Icon'
   412         constantNamed:#'ProcessMonitorV2 class processResume22x22Icon'
   431         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   413         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   432 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   414 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   433 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   415 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   434 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@TEAPT@APTEAPTEAPT@@@@@A0\FA TEAPTE@@@EAPTEAPTE@@@@@@@G
   416 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TE@@THB@@@@@@@@@@@A0\FA T@@@TFAP@@AP@@@@@@@@@@@@@G
   435 A XFAPTEAP@@@@TEAPTEAP@@@@@@APXFA TEAPT@@@@@APTEAPT@@@@@APXHA0XEAPTE@@@@@@@EAPTE@@@@@@\H@@@EAPTEAP@@@@@@@@TEAP@@@@@@@@@@
   417 A XFAPTFA T@@@@E@@@@@@@@@@@@APXFA XFA XE@@@@@@T@@@@@@@@@APXHA0XFA XFAP@@@@@@AP@@@@@@@@\H@@@EA XG@@T@@@@@@@@E@@@@@@@@@@@@
   436 @@TEAPT@@@@@@@@EAPT@@@@@@@@@@@@EAPTE@@@@@@@EAPTE@@@@@@@@@@@@APTEAP@@@@@EAPTEAP@@@@@@@@@@@@TEAPT@@@@EAPTEAPT@@@@@@@@@@@@E
   418 @@TH@@@E@@@@@@@@AP@@@@@@@@@@@@@EB@@@AP@@@@@@AP@@@@@@@@@@@@@@@@@@@@T@@@@@AP@@@@@@@@@@@@@@@@@@@@@E@@@@AP@@@@@@@@@@@@@@@@@@
   437 APTE@@@EAPTEAPTE@@@@@@@@@@@@APTEAP@EAPTEAPTEAP@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _??<O??<C??<C??<G??<G??<CO?<@O?<@G?<@G?<@G?<@G?<') ; yourself); yourself]
   419 @@@@AP@@AP@@@@@@@@@@@@@@@@@@@@@@@@T@AP@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C??@C?? G??0G??8CO_8@O_0@F_ @@_@@@^@@@\@') ; yourself); yourself]
   438 !
   420 !
   439 
   421 
   440 processStop22x22Icon
   422 processStop22x22Icon
   441     "This resource specification was automatically generated
   423     "This resource specification was automatically generated
   442      by the ImageEditor of ST/X."
   424      by the ImageEditor of ST/X."
   452 
   434 
   453     <resource: #image>
   435     <resource: #image>
   454 
   436 
   455     ^Icon
   437     ^Icon
   456         constantNamed:#'ProcessMonitorV2 class processStop22x22Icon'
   438         constantNamed:#'ProcessMonitorV2 class processStop22x22Icon'
   457         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   439         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
   458 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   440 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@EA0@@@@@@@@@@@@@@@@@@@@@@@@@@AP\@@@@@@@@@@@@@@@@@
   459 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   441 @@@GAP@@APXFB@@@AP\@@@@@@@@@@@@@B@XEAPXFA XEAPXH@@@@@@@@@@@@@@@GA XFA XFA XH@@@@@@@@@@@@@@@@APXFA0 GA XFA0@@@@@@@@@@@@@@
   460 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@TEAPTEAPTEAPTEAPT@@@@@A0\FA TEAPTEAPTEAPTEAPTE@@@@@@@G
   442 APXFA0 @@@TFA XG@@@@@@@@@@@EAPXFA  @@@@@APXFA TG@@@@@@@@B@ FA XG@@@@@@TFA XHB@@@@@@@@@@@A0\FA T@@@TFA XH@@@@@@@@@@@@@@@G
   461 A XFAPTE@@@@APT@@@@EAP@@@@@@APXFA TEAP@@@@TE@@@@APT@@@@@APXHA0XEAPT@@@@EAP@@@@TE@@@@@@\H@@@EAPTE@@@@APT@@@@EAP@@@@@@@@@@
   443 A XFAPTFAPTEAPTEAPTEAP@@@@@@APXFA XFA T@@@@EAP@@@@T@@@@@APXHA0XFA XE@@@@APT@@@@E@@@@@@\H@@@EA XGAP@@@@TE@@@@AP@@@@@@@@@@
   462 @@TEAP@@@@TE@@@@APT@@@@@@@@@@@@EAPT@@@@EAP@@@@TE@@@@@@@@@@@@APTE@@@@APT@@@@EAP@@@@@@@@@@@@TEAP@@@@TE@@@@APT@@@@@@@@@@@@E
   444 @@TH@@T@@@@EAP@@@@T@@@@@@@@@@@@EB@@E@@@@APT@@@@E@@@@@@@@@@@@@@@@AP@@@@TE@@@@AP@@@@@@@@@@@@@@@@T@@@@EAP@@@@T@@@@@@@@@@@@@
   463 APTEAPTEAPTEAPTE@@@@@@@@@@@@APTEAPTEAPTEAPTEAP@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _??<O??<C??<C??<G??<G??<CO?<@O?<@G?<@G?<@G?<@G?<') ; yourself); yourself]
   445 @@@E@@@@APT@@@@E@@@@@@@@@@@@@@@@APTEAPTEAPTEAP@a') ; colorMapFromArray:#[0 0 0 128 128 128 160 160 160 195 195 195 220 220 220 255 255 255 194 194 194 161 161 165 127 127 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@F@@@O@@COL@G?>@G?>@C?<@C?<@O??@_9? _9? O??@C??<C??<G??<G??<CO?<@O?<@F?<@@?<@@?<@@?<') ; yourself); yourself]
   464 !
   446 !
   465 
   447 
   466 processSuspend22x22Icon
   448 processSuspend22x22Icon
   467     "This resource specification was automatically generated
   449     "This resource specification was automatically generated
   468      by the ImageEditor of ST/X."
   450      by the ImageEditor of ST/X."
   964     "
   946     "
   965 
   947 
   966     <resource: #menu>
   948     <resource: #menu>
   967 
   949 
   968     ^ 
   950     ^ 
   969      #(#Menu
   951      #(Menu
   970         #(
   952         (
   971          #(#MenuItem
   953          (MenuItem
   972             #activeHelpKey: #Inspect
   954             activeHelpKey: Inspect
   973             #enabled: #hasSelection
   955             enabled: hasSelection
   974             #label: 'Inspect'
   956             label: 'Inspect'
   975             #itemValue: #inspectSelection
   957             itemValue: inspectSelection
   976             #translateLabel: true
   958             translateLabel: true
   977             #isButton: true
   959             isButton: true
   978             #isVisible: #allowModifications
   960             isVisible: allowModifications
   979             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processInspect22x22Icon)
   961             labelImage: (ResourceRetriever ProcessMonitorV2 processInspect22x22Icon)
   980           )
   962           )
   981          #(#MenuItem
   963          (MenuItem
   982             #activeHelpKey: #Debug
   964             activeHelpKey: Debug
   983             #enabled: #hasSelection
   965             enabled: hasSelection
   984             #label: 'Debug'
   966             label: 'Debug'
   985             #itemValue: #debugProcess
   967             itemValue: debugProcess
   986             #translateLabel: true
   968             translateLabel: true
   987             #isButton: true
   969             isButton: true
   988             #isVisible: #allowModifications
   970             isVisible: allowModifications
   989             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processDebug22x22Icon)
   971             labelImage: (ResourceRetriever ProcessMonitorV2 processDebug22x22Icon)
   990           )
   972           )
   991          #(#MenuItem
   973          (MenuItem
   992             #label: ''
   974             label: '-'
   993             #isVisible: #allowModifications
   975             isVisible: allowModifications
   994           )
   976           )
   995          #(#MenuItem
   977          (MenuItem
   996             #activeHelpKey: #Resume
   978             activeHelpKey: Resume
   997             #enabled: #hasSelection
   979             enabled: hasSelection
   998             #label: 'Resume'
   980             label: 'Resume'
   999             #itemValue: #resumeProcess
   981             itemValue: resumeProcess
  1000             #translateLabel: true
   982             translateLabel: true
  1001             #isButton: true
   983             isButton: true
  1002             #isVisible: #allowModifications
   984             isVisible: allowModifications
  1003             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processResume22x22Icon)
   985             labelImage: (ResourceRetriever ProcessMonitorV2 processResume22x22Icon)
  1004           )
   986           )
  1005          #(#MenuItem
   987          (MenuItem
  1006             #activeHelpKey: #Suspend
   988             activeHelpKey: Stop
  1007             #enabled: #hasSelection
   989             enabled: hasSelection
  1008             #label: 'Suspend'
   990             label: 'Stop'
  1009             #itemValue: #suspendProcess
   991             itemValue: stopProcess
  1010             #translateLabel: true
   992             translateLabel: true
  1011             #isButton: true
   993             isButton: true
  1012             #isVisible: #allowModifications
   994             isVisible: allowModifications
  1013             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processSuspend22x22Icon)
   995             labelImage: (ResourceRetriever ProcessMonitorV2 processStop22x22Icon)
  1014           )
   996           )
  1015          #(#MenuItem
   997          (MenuItem
  1016             #activeHelpKey: #Stop
   998             activeHelpKey: Abort
  1017             #enabled: #hasSelection
   999             enabled: hasSelection
  1018             #label: 'Stop'
  1000             label: 'Abort'
  1019             #itemValue: #stopProcess
  1001             itemValue: abortProcess
  1020             #translateLabel: true
  1002             translateLabel: true
  1021             #isButton: true
  1003             isButton: true
  1022             #isVisible: #allowModifications
  1004             isVisible: allowModifications
  1023             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processStop22x22Icon)
  1005             labelImage: (ResourceRetriever ProcessMonitorV2 processAbort22x22Icon)
  1024           )
  1006           )
  1025          #(#MenuItem
  1007          (MenuItem
  1026             #label: ''
  1008             label: '-'
  1027             #isVisible: #allowModifications
  1009             isVisible: allowModifications
  1028           )
  1010           )
  1029          #(#MenuItem
  1011          (MenuItem
  1030             #activeHelpKey: #Terminate
  1012             activeHelpKey: Terminate
  1031             #enabled: #hasSelection
  1013             enabled: hasSelection
  1032             #label: 'Terminate'
  1014             label: 'Terminate'
  1033             #itemValue: #terminateProcess
  1015             itemValue: terminateProcess
  1034             #translateLabel: true
  1016             translateLabel: true
  1035             #isButton: true
  1017             isButton: true
  1036             #isVisible: #allowModifications
  1018             isVisible: allowModifications
  1037             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processTerminate22x22Icon)
  1019             labelImage: (ResourceRetriever ProcessMonitorV2 processTerminate22x22Icon)
  1038           )
  1020           )
  1039          #(#MenuItem
  1021          (MenuItem
  1040             #activeHelpKey: #'Terminate Group'
  1022             activeHelpKey: #'Terminate Group'
  1041             #enabled: #hasSelection
  1023             enabled: hasSelection
  1042             #label: 'Terminate Group'
  1024             label: 'Terminate Group'
  1043             #itemValue: #terminateProcessGroup
  1025             itemValue: terminateProcessGroup
  1044             #translateLabel: true
  1026             translateLabel: true
  1045             #isButton: true
  1027             isButton: true
  1046             #isVisible: #allowModifications
  1028             isVisible: allowModifications
  1047             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processTerminateGroup22x22Icon)
  1029             labelImage: (ResourceRetriever ProcessMonitorV2 processTerminateGroup22x22Icon)
  1048           )
  1030           )
  1049          #(#MenuItem
  1031          (MenuItem
  1050             #activeHelpKey: #Restart
  1032             activeHelpKey: Restart
  1051             #enabled: #selectionRestartable
  1033             enabled: selectionRestartable
  1052             #label: 'Restart'
  1034             label: 'Restart'
  1053             #itemValue: #restartProcess
  1035             itemValue: restartProcess
  1054             #translateLabel: true
  1036             translateLabel: true
  1055             #isButton: true
  1037             isButton: true
  1056             #isVisible: #allowModifications
  1038             isVisible: allowModifications
  1057             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processRestart22x22Icon)
  1039             labelImage: (ResourceRetriever ProcessMonitorV2 processRestart22x22Icon)
  1058           )
  1040           )
  1059          #(#MenuItem
  1041          (MenuItem
  1060             #label: ''
  1042             label: '-'
  1061             #isVisible: #allowModifications
  1043             isVisible: allowModifications
  1062           )
  1044           )
  1063          #(#MenuItem
  1045          (MenuItem
  1064             #activeHelpKey: #'Raise Prio'
  1046             activeHelpKey: #'Raise Prio'
  1065             #enabled: #hasSelection
  1047             enabled: hasSelection
  1066             #label: 'Raise Prio'
  1048             label: 'Raise Prio'
  1067             #itemValue: #raisePrio
  1049             itemValue: raisePrio
  1068             #translateLabel: true
  1050             translateLabel: true
  1069             #isButton: true
  1051             isButton: true
  1070             #isVisible: #allowModifications
  1052             isVisible: allowModifications
  1071             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processRaisePrio22x22Icon)
  1053             labelImage: (ResourceRetriever ProcessMonitorV2 processRaisePrio22x22Icon)
  1072           )
  1054           )
  1073          #(#MenuItem
  1055          (MenuItem
  1074             #activeHelpKey: #'Lower Prio'
  1056             activeHelpKey: #'Lower Prio'
  1075             #enabled: #hasSelection
  1057             enabled: hasSelection
  1076             #label: 'Lower Prio'
  1058             label: 'Lower Prio'
  1077             #itemValue: #lowerPrio
  1059             itemValue: lowerPrio
  1078             #translateLabel: true
  1060             translateLabel: true
  1079             #isButton: true
  1061             isButton: true
  1080             #isVisible: #allowModifications
  1062             isVisible: allowModifications
  1081             #labelImage: #(#ResourceRetriever #ProcessMonitorV2 #processLowerPrio22x22Icon)
  1063             labelImage: (ResourceRetriever ProcessMonitorV2 processLowerPrio22x22Icon)
  1082           )
  1064           )
  1083          #(#MenuItem
  1065          (MenuItem
  1084             #label: ''
  1066             label: ''
  1085             #isVisible: #allowModifications
  1067             isVisible: allowModifications
  1086           )
  1068           )
  1087          #(#MenuItem
  1069          (MenuItem
  1088             #activeHelpKey: #'Update Process List'
  1070             activeHelpKey: #'Update Process List'
  1089             #label: 'Update'
  1071             label: 'Update'
  1090             #itemValue: #updateList
  1072             itemValue: updateList
  1091             #translateLabel: true
  1073             translateLabel: true
  1092             #isButton: true
  1074             isButton: true
  1093             #startGroup: #right
  1075             startGroup: right
  1094             #labelImage: #(#ResourceRetriever #ToolbarIconLibrary #reloadIcon)
  1076             labelImage: (ResourceRetriever ToolbarIconLibrary reloadIcon)
  1095           )
  1077           )
  1096          #(#MenuItem
  1078          (MenuItem
  1097             #label: 'Print'
  1079             label: 'Print'
  1098             #itemValue: #printProcessList
  1080             itemValue: printProcessList
  1099             #translateLabel: true
  1081             translateLabel: true
  1100             #isButton: true
  1082             isButton: true
  1101             #startGroup: #right
  1083             startGroup: right
  1102             #labelImage: #(#ResourceRetriever #ToolbarIconLibrary #printerIcon)
  1084             labelImage: (ResourceRetriever ToolbarIconLibrary printerIcon)
  1103           )
  1085           )
  1104          #(#MenuItem
  1086          (MenuItem
  1105             #activeHelpKey: #Details
  1087             activeHelpKey: Details
  1106             #label: 'View Details'
  1088             label: 'View Details'
  1107             #translateLabel: true
  1089             translateLabel: true
  1108             #isButton: true
  1090             isButton: true
  1109             #startGroup: #right
  1091             startGroup: right
  1110             #submenuChannel: #viewDetailsMenuSpec
  1092             submenuChannel: viewDetailsMenuSpec
  1111             #labelImage: #(#ResourceRetriever #ToolbarIconLibrary #viewDetailsIcon)
  1093             labelImage: (ResourceRetriever ToolbarIconLibrary viewDetailsIcon)
  1112           )
  1094           )
  1113          )
  1095          )
  1114         nil
  1096         nil
  1115         nil
  1097         nil
  1116       )
  1098       )
  2915 ! !
  2897 ! !
  2916 
  2898 
  2917 !ProcessMonitorV2 class methodsFor:'documentation'!
  2899 !ProcessMonitorV2 class methodsFor:'documentation'!
  2918 
  2900 
  2919 version
  2901 version
  2920     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.25 2005-04-07 09:40:30 cg Exp $'
  2902     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.26 2005-05-02 10:26:32 cg Exp $'
  2921 ! !
  2903 ! !