SelectionInTreeView.st
changeset 1822 911117459699
parent 1815 a5f2bd36e179
child 1887 b47b3cb2515b
equal deleted inserted replaced
1821:77d75eb8779d 1822:911117459699
    48 "
    48 "
    49     somewhat like a SelectionInListView; but specialized for hierarchical (i.e. tree-like)
    49     somewhat like a SelectionInListView; but specialized for hierarchical (i.e. tree-like)
    50     lists and adds the functions to show/hide subtrees. 
    50     lists and adds the functions to show/hide subtrees. 
    51     Requires SelectionInTree as model and TreeItem (or compatible) list entries.
    51     Requires SelectionInTree as model and TreeItem (or compatible) list entries.
    52 
    52 
    53     This class obsoletes SelectionInHierarchyView, which is no longer
       
    54     maintained but kept for backward compatibility.
       
    55 
       
    56     Notice: 
    53     Notice: 
    57         This class obsoletes SelectionInHierarchyView, which is no longer
    54         This class obsoletes SelectionInHierarchyView, which is no longer
    58         maintained but kept for backward compatibility.
    55         maintained but kept for backward compatibility.
    59 
    56 
    60     Notice2: 
    57     Notice2: 
    70         FileSelectionTree
    67         FileSelectionTree
    71 
    68 
    72     [author:]
    69     [author:]
    73         Claus Atzkern
    70         Claus Atzkern
    74 "
    71 "
    75 
       
    76 !
    72 !
    77 
    73 
    78 examples
    74 examples
    79 "
    75 "
    80     shows the tree of smalltalk classes:
    76     shows the tree of smalltalk classes:
  2373 ! !
  2369 ! !
  2374 
  2370 
  2375 !SelectionInTreeView class methodsFor:'documentation'!
  2371 !SelectionInTreeView class methodsFor:'documentation'!
  2376 
  2372 
  2377 version
  2373 version
  2378     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.90 2000-08-21 11:22:52 cg Exp $'
  2374     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.91 2000-08-24 19:12:23 cg Exp $'
  2379 ! !
  2375 ! !