InspectorListView.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 
       
    14 
     1 "{ NameSpace: NewInspector }"
    15 "{ NameSpace: NewInspector }"
     2 
    16 
     3 SelectionInListView subclass:#InspectorListView
    17 SelectionInListView subclass:#InspectorListView
     4 	instanceVariableNames:'actionHolder inspectorList includesSelf'
    18 	instanceVariableNames:'actionHolder inspectorList includesSelf'
     5 	classVariableNames:''
    19 	classVariableNames:''
     6 	poolDictionaries:''
    20 	poolDictionaries:''
     7 	category:'Inspector'
    21 	category:'Inspector'
     8 !
    22 !
     9 
    23 
    10 !InspectorListView class methodsFor:'documentation'!
    24 !InspectorListView class methodsFor:'documentation'!
       
    25 
       
    26 copyright
       
    27 "
       
    28  COPYRIGHT (c) 1997 by eXept Software AG
       
    29               All Rights Reserved
       
    30 
       
    31  This software is furnished under a license and may be used
       
    32  only in accordance with the terms of that license and with the
       
    33  inclusion of the above copyright notice.   This software may not
       
    34  be provided or otherwise made available to, or used by, any
       
    35  other person.  No title to or ownership of the software is
       
    36  hereby transferred.
       
    37 "
       
    38 
       
    39 
       
    40 !
    11 
    41 
    12 examples
    42 examples
    13 "
    43 "
    14         open a list view on an instance
    44         open a list view on an instance
    15                                                                         [exBegin]
    45                                                                         [exBegin]