SelectionInHierarchy.st
changeset 1189 0c2cf8ee62e3
parent 451 8ef75f2cb825
child 1191 8d371ffa3adf
equal deleted inserted replaced
1188:5c365b74eedd 1189:0c2cf8ee62e3
    37 
    37 
    38 documentation
    38 documentation
    39 "
    39 "
    40     model for a selection in a hierarchical list.
    40     model for a selection in a hierarchical list.
    41     See examples in SelectionInHierarchyView.
    41     See examples in SelectionInHierarchyView.
       
    42 
       
    43     Notice: this class was provided for free by a customer
       
    44             It is more or less obsoleted by SelectionInTree, which provides
       
    45             similar (but more sphisticated) functionality.
       
    46             SelectionInHierarchy remains in the system for backward compatibility.
    42 
    47 
    43     [Author:]
    48     [Author:]
    44         W. Olberding AEG Factory Automation
    49         W. Olberding AEG Factory Automation
    45 
    50 
    46     [See also:]
    51     [See also:]
   328 ! !
   333 ! !
   329 
   334 
   330 !SelectionInHierarchy class methodsFor:'documentation'!
   335 !SelectionInHierarchy class methodsFor:'documentation'!
   331 
   336 
   332 version
   337 version
   333     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchy.st,v 1.9 1997-07-04 18:39:02 ca Exp $'
   338     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchy.st,v 1.10 1999-02-11 17:43:40 cg Exp $'
   334 ! !
   339 ! !