VDBFramePresenter.st
changeset 49 2ec7f7ed9242
parent 40 d766d4c854a2
child 54 d974a70c70ad
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:#VDBFramePresenter
    13 VDBModelPresenter subclass:#VDBFramePresenter
     6 	instanceVariableNames:'frame'
    14 	instanceVariableNames:'frame'
     7 	classVariableNames:''
    15 	classVariableNames:''
     8 	poolDictionaries:''
    16 	poolDictionaries:''
     9 	category:'VDB-Presentation'
    17 	category:'VDB-Presentation'
    10 !
    18 !
       
    19 
       
    20 !VDBFramePresenter 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 ! !
    11 
    32 
    12 !VDBFramePresenter methodsFor:'accessing'!
    33 !VDBFramePresenter methodsFor:'accessing'!
    13 
    34 
    14 frame
    35 frame
    15     ^ frame
    36     ^ frame