NewInspectorList.st
changeset 809 6f127dd5e578
parent 327 0040d47658c6
child 810 032e13b1bfda
equal deleted inserted replaced
808:4e2ab5e77344 809:6f127dd5e578
       
     1 "
       
     2  COPYRIGHT (c) 1997 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
       
    12 
       
    13 
     1 "{ NameSpace: NewInspector }"
    14 "{ NameSpace: NewInspector }"
     2 
    15 
     3 Object subclass:#InspectorList
    16 Object subclass:#InspectorList
     4 	instanceVariableNames:'inspectedObject instanceNames instanceTypes selection'
    17 	instanceVariableNames:'inspectedObject instanceNames instanceTypes selection'
     5 	classVariableNames:''
    18 	classVariableNames:''
     6 	poolDictionaries:''
    19 	poolDictionaries:''
     7 	category:'Inspector'
    20 	category:'Inspector'
     8 !
    21 !
     9 
    22 
       
    23 !InspectorList class methodsFor:'documentation'!
       
    24 
       
    25 copyright
       
    26 "
       
    27  COPYRIGHT (c) 1997 by eXept Software AG
       
    28               All Rights Reserved
       
    29 
       
    30  This software is furnished under a license and may be used
       
    31  only in accordance with the terms of that license and with the
       
    32  inclusion of the above copyright notice.   This software may not
       
    33  be provided or otherwise made available to, or used by, any
       
    34  other person.  No title to or ownership of the software is
       
    35  hereby transferred.
       
    36 "
       
    37 
       
    38 ! !
    10 
    39 
    11 !InspectorList class methodsFor:'instance creation'!
    40 !InspectorList class methodsFor:'instance creation'!
    12 
    41 
    13 for:anObject
    42 for:anObject
    14     "create a new list for an instance
    43     "create a new list for an instance