DataSetBuilder.st
changeset 3659 daa8db3ee15f
parent 3565 16978aaed2f6
child 3759 24d2564ff378
equal deleted inserted replaced
3658:18137fdc0f76 3659:daa8db3ee15f
  3422 
  3422 
  3423 processEvent:anEvent
  3423 processEvent:anEvent
  3424     "filter keyboard edit-events typed into the listOfItemsView.
  3424     "filter keyboard edit-events typed into the listOfItemsView.
  3425      Return true, if I have eaten the event"
  3425      Return true, if I have eaten the event"
  3426 
  3426 
  3427     <resource: #keyboard (#Delete #BackSPace #Cut #Copy #Paste 
  3427     <resource: #keyboard (#Delete #BackSpace #Cut #Copy #Paste 
  3428                           #CtrlCursorDown #CmdCursorDown #AltCursorDown 
  3428                           #CtrlCursorDown #CmdCursorDown #AltCursorDown 
  3429                           #CtrlCursorUp #CmdCursorUp #AltCursorUp)>
  3429                           #CtrlCursorUp #CmdCursorUp #AltCursorUp)>
  3430 
  3430 
  3431     |evView inView rawKey key|
  3431     |evView inView rawKey key|
  3432 
  3432 
  3465         ^ true.
  3465         ^ true.
  3466     ].
  3466     ].
  3467 
  3467 
  3468     ^ false.
  3468     ^ false.
  3469 
  3469 
  3470     "Modified: / 14-06-2018 / 17:17:21 / Claus Gittinger"
  3470     "Modified: / 02-05-2019 / 21:15:43 / Claus Gittinger"
  3471 ! !
  3471 ! !
  3472 
  3472 
  3473 !DataSetBuilder methodsFor:'initialization'!
  3473 !DataSetBuilder methodsFor:'initialization'!
  3474 
  3474 
  3475 initialize
  3475 initialize