HierNode.st
changeset 1192 6c182c8683ec
parent 566 11ca5c6ba3d8
equal deleted inserted replaced
1191:8d371ffa3adf 1192:6c182c8683ec
    42     file-trees, class tress etc.
    42     file-trees, class tress etc.
    43     Especially suited for use with SelectionInHierarchy and
    43     Especially suited for use with SelectionInHierarchy and
    44     SelectionInHierarchyView.
    44     SelectionInHierarchyView.
    45     See examples in SelectionInHierarchyView.
    45     See examples in SelectionInHierarchyView.
    46 
    46 
       
    47     Notce: this class (together with SelectionInHierarchy and
       
    48            SelectionInHierarchyView) has been obsoleted by
       
    49            corresponding SelectionInTree* classes.
       
    50            These provide similar (but more) functionality.
       
    51 
    47     [Author:]
    52     [Author:]
    48         W. Olberding AEG Factory Automation
    53         W. Olberding AEG Factory Automation
    49 
    54 
    50     [See also:]
    55     [See also:]
    51         SelectionInHierarchy
    56         SelectionInHierarchy
    52         SelectionInHierarchyView
    57         SelectionInHierarchyView
       
    58         SelectionInTree SelectionInTreeView TreeItem
    53 "
    59 "
    54 ! !
    60 ! !
    55 
    61 
    56 !HierarchyNode class methodsFor:'instance creation'!
    62 !HierarchyNode class methodsFor:'instance creation'!
    57 
    63 
   596 	"Modified: 10.10.94 / 16:13:33 / W.Olberding"! !
   602 	"Modified: 10.10.94 / 16:13:33 / W.Olberding"! !
   597 
   603 
   598 !HierarchyNode class methodsFor:'documentation'!
   604 !HierarchyNode class methodsFor:'documentation'!
   599 
   605 
   600 version
   606 version
   601     ^ '$Header: /cvs/stx/stx/libwidg2/Attic/HierNode.st,v 1.12 1997-10-21 18:33:09 cg Exp $'
   607     ^ '$Header: /cvs/stx/stx/libwidg2/Attic/HierNode.st,v 1.13 1999-02-11 17:47:05 cg Exp $'
   602 ! !
   608 ! !