InspectorView.st
changeset 809 6f127dd5e578
parent 88 d6dccf1ad344
child 810 032e13b1bfda
--- a/InspectorView.st	Thu Apr 23 14:32:21 1998 +0200
+++ b/InspectorView.st	Sat Apr 25 13:11:50 1998 +0200
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1997 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+
 "{ NameSpace: NewInspector }"
 
 VariableVerticalPanel subclass:#InspectorView
@@ -9,6 +23,40 @@
 
 !InspectorView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1997 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+!
+
+documentation
+"
+    a new (multipane) inspector;
+    open with:
+        NewInspector::InspectorView inspect:someObject
+
+    install as standard inspector:
+        Smalltalk at:#Inspector put:(NewInspector::InspectorView)
+
+    [open with:]
+        NewInspector::InspectorView 
+                inspect:(Array with:#hello with:'hello' with:#(1 2 3) asSortedCollection with:Display)
+
+    [author:]
+        Claus Atzkern
+"
+!
+
 examples
 
 "