OrderedCollectionInspectorView.st
changeset 647 1791ceddf2ef
parent 645 16a618dcbb43
child 1040 5835207bcb3e
--- a/OrderedCollectionInspectorView.st	Fri Jun 28 15:55:39 1996 +0200
+++ b/OrderedCollectionInspectorView.st	Fri Jun 28 16:12:50 1996 +0200
@@ -45,6 +45,16 @@
 
 !OrderedCollectionInspectorView methodsFor:'private'!
 
+defaultLabel
+    ^ 'contents'
+
+    "
+     (OrderedCollection with:1 with:2 with:3) inspect
+    "
+
+    "Modified: 28.6.1996 / 16:06:24 / cg"
+!
+
 fieldList 
     "return a list of names for the selectionlist. Leave hasMore as
      true, if a '...' entry should be added."
@@ -212,5 +222,5 @@
 !OrderedCollectionInspectorView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.16 1996-06-28 13:54:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.17 1996-06-28 14:12:23 cg Exp $'
 ! !