comment
authorClaus Gittinger <cg@exept.de>
Thu, 11 Feb 1999 18:47:05 +0100
changeset 1192 6c182c8683ec
parent 1191 8d371ffa3adf
child 1193 e18387126713
comment
HierNode.st
HierarchyNode.st
--- a/HierNode.st	Thu Feb 11 18:45:41 1999 +0100
+++ b/HierNode.st	Thu Feb 11 18:47:05 1999 +0100
@@ -44,12 +44,18 @@
     SelectionInHierarchyView.
     See examples in SelectionInHierarchyView.
 
+    Notce: this class (together with SelectionInHierarchy and
+           SelectionInHierarchyView) has been obsoleted by
+           corresponding SelectionInTree* classes.
+           These provide similar (but more) functionality.
+
     [Author:]
         W. Olberding AEG Factory Automation
 
     [See also:]
         SelectionInHierarchy
         SelectionInHierarchyView
+        SelectionInTree SelectionInTreeView TreeItem
 "
 ! !
 
@@ -598,5 +604,5 @@
 !HierarchyNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/HierNode.st,v 1.12 1997-10-21 18:33:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/HierNode.st,v 1.13 1999-02-11 17:47:05 cg Exp $'
 ! !
--- a/HierarchyNode.st	Thu Feb 11 18:45:41 1999 +0100
+++ b/HierarchyNode.st	Thu Feb 11 18:47:05 1999 +0100
@@ -44,12 +44,18 @@
     SelectionInHierarchyView.
     See examples in SelectionInHierarchyView.
 
+    Notce: this class (together with SelectionInHierarchy and
+           SelectionInHierarchyView) has been obsoleted by
+           corresponding SelectionInTree* classes.
+           These provide similar (but more) functionality.
+
     [Author:]
         W. Olberding AEG Factory Automation
 
     [See also:]
         SelectionInHierarchy
         SelectionInHierarchyView
+        SelectionInTree SelectionInTreeView TreeItem
 "
 ! !
 
@@ -598,5 +604,5 @@
 !HierarchyNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchyNode.st,v 1.12 1997-10-21 18:33:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchyNode.st,v 1.13 1999-02-11 17:47:05 cg Exp $'
 ! !