FlyByWindowInformation.st
changeset 2710 0ce76feb3f91
parent 2702 96f1dbce3d00
child 2823 cd54d69eec13
equal deleted inserted replaced
2709:1ef5151b111e 2710:0ce76feb3f91
    81     self stop.
    81     self stop.
    82     ^ true
    82     ^ true
    83 !
    83 !
    84 
    84 
    85 handleMouseIn:aView x:x y:y
    85 handleMouseIn:aView x:x y:y
    86 
       
    87     finished == true ifTrue:[^ self].
    86     finished == true ifTrue:[^ self].
    88     super handleMouseIn:aView x:x y:y
    87     super handleMouseIn:aView x:x y:y
    89 !
    88 !
    90 
    89 
    91 keyPress:key x:x y:y view:aView
    90 keyPress:key x:x y:y view:aView
   231     "
   230     "
   232      self shownInformationOfViewUnderMouseUntilButtonIsPressed
   231      self shownInformationOfViewUnderMouseUntilButtonIsPressed
   233     "
   232     "
   234 ! !
   233 ! !
   235 
   234 
       
   235 !FlyByWindowInformation methodsFor:'private'!
       
   236 
       
   237 targetViewInitiatesHelpViaSensor
       
   238     ^ false
       
   239 ! !
       
   240 
   236 !FlyByWindowInformation methodsFor:'queries'!
   241 !FlyByWindowInformation methodsFor:'queries'!
   237 
   242 
   238 toolTipFollowsMouse
   243 toolTipFollowsMouse
   239     ^ true
   244     ^ true
   240 ! !
   245 ! !
   241 
   246 
   242 !FlyByWindowInformation methodsFor:'start & stop'!
   247 !FlyByWindowInformation methodsFor:'start & stop'!
   243 
   248 
   244 initiateHelpFor:aView at:aPointOrNil
   249 initiateHelpFor:aView at:aPointOrNil
   245     finished == true ifTrue:[^ self].
   250     self initiateHelpFor:aView at:aPointOrNil now:true
   246     super initiateHelpFor:aView at:aPointOrNil 
       
   247 !
   251 !
   248 
   252 
   249 initiateHelpFor:aView at:aPointOrNil now:showItNow
   253 initiateHelpFor:aView at:aPointOrNil now:showItNow
   250     finished == true ifTrue:[^ self].
   254     finished == true ifTrue:[^ self].
   251     super initiateHelpFor:aView at:aPointOrNil now:showItNow
   255     super initiateHelpFor:aView at:aPointOrNil now:showItNow