OrderedCollectionInspectorView.st
changeset 4095 5bd36b14723d
parent 3875 40e2e851a32c
child 4983 2b46f0195f35
equal deleted inserted replaced
4094:aa3dbbfe7ea4 4095:5bd36b14723d
    51     ^ OrderedCollection
    51     ^ OrderedCollection
    52 
    52 
    53 !
    53 !
    54 
    54 
    55 defaultLabel
    55 defaultLabel
    56     ^ 'contents'
    56     ^ 'Contents'
    57 
    57 
    58     "
    58     "
    59      (OrderedCollection with:1 with:2 with:3) inspect
    59      (OrderedCollection with:1 with:2 with:3) inspect
    60     "
    60     "
    61 
    61 
   167 ! !
   167 ! !
   168 
   168 
   169 !OrderedCollectionInspectorView class methodsFor:'documentation'!
   169 !OrderedCollectionInspectorView class methodsFor:'documentation'!
   170 
   170 
   171 version
   171 version
   172     ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.32 2002-09-14 17:31:42 cg Exp $'
   172     ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.33 2002-10-29 12:49:06 cg Exp $'
   173 ! !
   173 ! !