VDBThreadPresenter.st
changeset 49 2ec7f7ed9242
parent 45 cd9f46746fd1
child 60 bcdb393c956f
equal deleted inserted replaced
48:0076f0700e5e 49:2ec7f7ed9242
       
     1 "
       
     2 jv:vdb - Visual / VM Debugger
       
     3 Copyright (C) 2015-now Jan Vrany
       
     4 
       
     5 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
       
     6 
       
     7 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
       
     8 "
     1 "{ Package: 'jv:vdb' }"
     9 "{ Package: 'jv:vdb' }"
     2 
    10 
     3 "{ NameSpace: Smalltalk }"
    11 "{ NameSpace: Smalltalk }"
     4 
    12 
     5 VDBModelPresenter subclass:#VDBThreadPresenter
    13 VDBModelPresenter subclass:#VDBThreadPresenter
     7 	classVariableNames:''
    15 	classVariableNames:''
     8 	poolDictionaries:''
    16 	poolDictionaries:''
     9 	category:'VDB-Presentation'
    17 	category:'VDB-Presentation'
    10 !
    18 !
    11 
    19 
       
    20 !VDBThreadPresenter class methodsFor:'documentation'!
       
    21 
       
    22 copyright
       
    23 "
       
    24 jv:vdb - Visual / VM Debugger
       
    25 Copyright (C) 2015-now Jan Vrany
       
    26 
       
    27 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
       
    28 
       
    29 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
       
    30 "
       
    31 ! !
    12 
    32 
    13 !VDBThreadPresenter methodsFor:'accessing'!
    33 !VDBThreadPresenter methodsFor:'accessing'!
    14 
    34 
    15 icon
    35 icon
    16     thread isRunning ifTrue:[ ^ VDBIconLibrary threadRunning16x16 ].
    36     thread isRunning ifTrue:[ ^ VDBIconLibrary threadRunning16x16 ].