Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] How to intercept F2 in Table Grid

Add an SWT.KeyListener looking for F2?  Add an accelerator to a menu item
looking for F2?  Am I missing something?



|---------+---------------------------------->
|         |           Stefan Baramov         |
|         |           <Stefan.Baramov@xxxxxxx|
|         |           >                      |
|         |           Sent by:               |
|         |           platform-swt-dev-admin@|
|         |           eclipse.org            |
|         |                                  |
|         |                                  |
|         |           08/20/2003 10:49 AM    |
|         |           Please respond to      |
|         |           platform-swt-dev       |
|         |                                  |
|---------+---------------------------------->
  >---------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                           |
  |       To:       platform-swt-dev@xxxxxxxxxxx                                                                              |
  |       cc:                                                                                                                 |
  |       Subject:  [platform-swt-dev] How to intercept F2 in Table Grid                                                      |
  |                                                                                                                           |
  >---------------------------------------------------------------------------------------------------------------------------|




How to intercept F2 and activate cell editor?

I would like to have a Table constrol that will activet the first cell
editor of the current row when the user press F2. Is it possible to be
done?


Thanks,
Stefan Baramov
Software Developer
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev






Back to the top