SelectionInTreeView.st
changeset 1190 ae1b8efaf402
parent 1188 5c365b74eedd
child 1191 8d371ffa3adf
equal deleted inserted replaced
1189:0c2cf8ee62e3 1190:ae1b8efaf402
    49     Requires SelectionInTree as model and TreeItem (or compatible) list entries.
    49     Requires SelectionInTree as model and TreeItem (or compatible) list entries.
    50 
    50 
    51     This class obsoletes SelectionInTreeView, which is no longer
    51     This class obsoletes SelectionInTreeView, which is no longer
    52     maintained but kept for backward compatibility.
    52     maintained but kept for backward compatibility.
    53 
    53 
       
    54     Notice: this class replaces the more-or-less obsolete SelectionInHierarchyView
       
    55             class.
    54 
    56 
    55     [see also:]
    57     [see also:]
    56         SelectionInTree
    58         SelectionInTree
    57         TreeItem
    59         TreeItem
    58         SelectionInTreeView
    60         SelectionInTreeView
   402 
   404 
   403 showRoot:aState
   405 showRoot:aState
   404     "list with or without root
   406     "list with or without root
   405     "
   407     "
   406     showRoot ~~ aState ifTrue:[
   408     showRoot ~~ aState ifTrue:[
   407         model showRoot:(showRoot := aState)
   409         model showRoot:(showRoot := aState).
   408     ].
   410     ].
   409 !
   411 !
   410 
   412 
   411 supportsExpandAll
   413 supportsExpandAll
   412     ^ supportsExpandAll
   414     ^ supportsExpandAll
  2320 ! !
  2322 ! !
  2321 
  2323 
  2322 !SelectionInTreeView class methodsFor:'documentation'!
  2324 !SelectionInTreeView class methodsFor:'documentation'!
  2323 
  2325 
  2324 version
  2326 version
  2325     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.71 1999-02-05 11:00:47 tm Exp $'
  2327     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.72 1999-02-11 17:45:00 cg Exp $'
  2326 ! !
  2328 ! !