UIHelpTool.st
changeset 1336 3c84dc6f8d4b
parent 1329 a38c2e29d1fb
child 1340 4276358d937b
equal deleted inserted replaced
1335:b80f8c8ec3d6 1336:3c84dc6f8d4b
   605     (holder := builder bindingAt:#selectionOfHelpSpecClass) isNil ifTrue:[
   605     (holder := builder bindingAt:#selectionOfHelpSpecClass) isNil ifTrue:[
   606         builder aspectAt:#selectionOfHelpSpecClass put: (holder := ValueHolder new)
   606         builder aspectAt:#selectionOfHelpSpecClass put: (holder := ValueHolder new)
   607     ].
   607     ].
   608     ^ holder
   608     ^ holder
   609 
   609 
       
   610 !
       
   611 
       
   612 valueOfInfoLabel
       
   613 
       
   614     masterApplication notNil ifTrue:[
       
   615         ^ masterApplication valueOfInfoLabel
       
   616     ].
       
   617     ^ super valueOfInfoLabel
   610 ! !
   618 ! !
   611 
   619 
   612 !UIHelpTool methodsFor:'building'!
   620 !UIHelpTool methodsFor:'building'!
   613 
   621 
   614 buildFromClass:aClass
   622 buildFromClass:aClass