added copyright & documentation
authorClaus Gittinger <cg@exept.de>
Thu, 26 Feb 1998 02:36:13 +0100
changeset 789 c2401c3c9e29
parent 788 826f9374823b
child 790 da146a1929ae
added copyright & documentation
GraphColumnView2DSpec.st
GraphColumnView3DSpec.st
GraphColumnViewSpec.st
--- a/GraphColumnView2DSpec.st	Wed Feb 25 22:39:49 1998 +0100
+++ b/GraphColumnView2DSpec.st	Thu Feb 26 02:36:13 1998 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1998 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.
+"
+
+
 GraphColumnViewSpec subclass:#GraphColumnView2DSpec
 	instanceVariableNames:'gridX gridY actionBlock doubleClickBlock buttonReleaseBlock
 		menuAccessBlock'
@@ -6,6 +19,35 @@
 	category:'Interface-Support-UI-Specs'
 !
 
+!GraphColumnView2DSpec class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1998 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
+"
+    Not normally used by applications.
+
+    [author:]
+        Claus Atzkern
+
+    [see also:]
+        UIBuilder
+        UIPainter
+"
+! !
 
 !GraphColumnView2DSpec class methodsFor:'interface - painter'!
 
@@ -372,5 +414,5 @@
 !GraphColumnView2DSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView2DSpec.st,v 1.4 1998-02-13 13:50:32 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView2DSpec.st,v 1.5 1998-02-26 01:35:52 cg Exp $'
 ! !
--- a/GraphColumnView3DSpec.st	Wed Feb 25 22:39:49 1998 +0100
+++ b/GraphColumnView3DSpec.st	Thu Feb 26 02:36:13 1998 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1998 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.
+"
+
+
+
 GraphColumnViewSpec subclass:#GraphColumnView3DSpec
 	instanceVariableNames:'rotateX rotateY rotateZ zoomZ'
 	classVariableNames:''
@@ -5,6 +19,36 @@
 	category:'Interface-Support-UI-Specs'
 !
 
+!GraphColumnView3DSpec class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1998 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
+"
+    Not normally used by applications.
+
+    [author:]
+        Claus Atzkern
+
+    [see also:]
+        UIBuilder
+        UIPainter
+"
+! !
 
 !GraphColumnView3DSpec class methodsFor:'interface - painter'!
 
@@ -272,5 +316,5 @@
 !GraphColumnView3DSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView3DSpec.st,v 1.4 1998-02-13 13:50:22 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView3DSpec.st,v 1.5 1998-02-26 01:36:06 cg Exp $'
 ! !
--- a/GraphColumnViewSpec.st	Wed Feb 25 22:39:49 1998 +0100
+++ b/GraphColumnViewSpec.st	Thu Feb 26 02:36:13 1998 +0100
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1998 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.
+"
+
+
+
 MenuComponentSpec subclass:#GraphColumnViewSpec
 	instanceVariableNames:'listHolder references referenceSelector showGrid showDefaultMenu
 		level borderWidth zoomY windowSize graphOriginX
@@ -7,6 +21,39 @@
 	category:'Interface-Support-UI-Specs'
 !
 
+!GraphColumnViewSpec class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1998 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
+"
+    Not normally used by applications.
+
+    [author:]
+        Claus Atzkern
+
+    [see also:]
+        UIBuilder
+        UIPainter
+"
+
+
+
+! !
 
 !GraphColumnViewSpec class methodsFor:'class initialization'!
 
@@ -595,6 +642,6 @@
 !GraphColumnViewSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.5 1998-02-13 13:50:10 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.6 1998-02-26 01:36:13 cg Exp $'
 ! !
 GraphColumnViewSpec initialize!