ProcessMonitorV2.st
changeset 18577 677b8bf5eb85
parent 18510 ed8ac4d47eb1
child 18580 50b05e10f8d7
equal deleted inserted replaced
18576:8b99b9d80bb3 18577:677b8bf5eb85
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2003 by eXept Software AG
     4  COPYRIGHT (c) 2003 by eXept Software AG
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  4061     diff > 0 ifTrue:[
  4063     diff > 0 ifTrue:[
  4062         processList removeLast:diff
  4064         processList removeLast:diff
  4063     ].
  4065     ].
  4064 "/            Transcript showCR:'oldSelection on set in updateTable: ', (oldSelection isEmptyOrNil ifTrue:['nil'] ifFalse:[oldSelection first printString]).
  4066 "/            Transcript showCR:'oldSelection on set in updateTable: ', (oldSelection isEmptyOrNil ifTrue:['nil'] ifFalse:[oldSelection first printString]).
  4065     self changeSelectionToProcesses:oldSelection.
  4067     self changeSelectionToProcesses:oldSelection.
       
  4068 !
       
  4069 
       
  4070 updateView
       
  4071     self updateList
       
  4072 
       
  4073     "Created: / 04-02-2019 / 17:13:47 / Claus Gittinger"
  4066 ! !
  4074 ! !
  4067 
  4075 
  4068 !ProcessMonitorV2::ProcessItem methodsFor:'accessing'!
  4076 !ProcessMonitorV2::ProcessItem methodsFor:'accessing'!
  4069 
  4077 
  4070 groupVal
  4078 groupVal