HierarchicalListView.st
changeset 4565 bafd0c21df02
parent 4505 8b2a3ebaeb25
child 4590 23281f4d51e8
equal deleted inserted replaced
4564:be449e47ce4b 4565:bafd0c21df02
   501 	    icons removeKey:aKey ifAbsent:nil
   501 	    icons removeKey:aKey ifAbsent:nil
   502 	]
   502 	]
   503     ]
   503     ]
   504 !
   504 !
   505 
   505 
       
   506 selectedVisualBlock
       
   507     "/ To be polymorph with SelectionInListView
       
   508 
       
   509     ^nil
       
   510 
       
   511     "Created: / 10-04-2014 / 11:53:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   512 !
       
   513 
       
   514 selectedVisualBlock: aBlockOrNil
       
   515     "/ To be polymorph with SelectionInListView
       
   516 
       
   517     "Created: / 10-04-2014 / 11:53:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   518 !
       
   519 
   506 showIndicators
   520 showIndicators
   507     "returns true if indicators are shown
   521     "returns true if indicators are shown
   508     "
   522     "
   509     ^ showIndicators
   523     ^ showIndicators
   510 !
   524 !
   596     "
   610     "
   597     useDefaultIcons ~~ aBoolean ifTrue:[
   611     useDefaultIcons ~~ aBoolean ifTrue:[
   598 	useDefaultIcons := aBoolean.
   612 	useDefaultIcons := aBoolean.
   599 	self invalidate.
   613 	self invalidate.
   600     ]
   614     ]
       
   615 !
       
   616 
       
   617 visualBlock
       
   618     "/ To be polymorph with SelectionInListView
       
   619 
       
   620     ^nil
       
   621 
       
   622     "Created: / 10-04-2014 / 11:51:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   623 !
       
   624 
       
   625 visualBlock: aBlockOrNil
       
   626     "/ To be polymorph with SelectionInListView
       
   627 
       
   628     "Created: / 10-04-2014 / 11:53:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   601 ! !
   629 ! !
   602 
   630 
   603 !HierarchicalListView methodsFor:'actions'!
   631 !HierarchicalListView methodsFor:'actions'!
   604 
   632 
   605 indicatorAction
   633 indicatorAction
  1678 ! !
  1706 ! !
  1679 
  1707 
  1680 !HierarchicalListView class methodsFor:'documentation'!
  1708 !HierarchicalListView class methodsFor:'documentation'!
  1681 
  1709 
  1682 version
  1710 version
  1683     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.131 2014-02-18 14:44:07 stefan Exp $'
  1711     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.132 2014-04-10 09:55:36 vrany Exp $'
  1684 !
  1712 !
  1685 
  1713 
  1686 version_CVS
  1714 version_CVS
  1687     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.131 2014-02-18 14:44:07 stefan Exp $'
  1715     ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.132 2014-04-10 09:55:36 vrany Exp $'
  1688 ! !
  1716 ! !
  1689 
  1717