Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Keyboard navigation in a Table?
Keyboard navigation in a Table? [message #437910] Sat, 12 June 2004 18:44 Go to next message
Eclipse UserFriend
Originally posted by: kellyschrock.earthlink.net

Hello,

I need to support spreadsheet-like navigation in an SWT table. I have an
editable Table up and running, similar to the TableViewer example shown
on the eclipse site. I have not figured out how to allow the user to
move from cell to cell using the keyboard, however. Has anyone done
this? If so, any help would be greatly appreciated.

Thanks,
Kelly
Re: Keyboard navigation in a Table? [message #437957 is a reply to message #437910] Mon, 14 June 2004 12:40 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
See org.eclipse.swt.custom.TableCursor.

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/snippits/snippet96.html

"Kelly Schrock" <kellyschrock@earthlink.net> wrote in message
news:cafieq$rb$1@eclipse.org...
> Hello,
>
> I need to support spreadsheet-like navigation in an SWT table. I have an
> editable Table up and running, similar to the TableViewer example shown
> on the eclipse site. I have not figured out how to allow the user to
> move from cell to cell using the keyboard, however. Has anyone done
> this? If so, any help would be greatly appreciated.
>
> Thanks,
> Kelly
Re: Keyboard navigation in a Table? [message #438012 is a reply to message #437957] Mon, 14 June 2004 18:34 Go to previous message
Eclipse UserFriend
Originally posted by: gtoor.pervasive.com

I too am looking for similar functionality. I am using cell editors which
include text, comboBox and checkbox cell editors. Mapping a table cursor on
the table disables all cell editing features. Is is possible to get the
best of both worlds? Using the table cell editors with the keyboard
navigation?

thanks
Gagan

"Veronika Irvine" <veronika_irvine@oti.com> wrote in message
news:cak5rd$2g0$1@eclipse.org...
> See org.eclipse.swt.custom.TableCursor.
>
>
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/snippits/snippet96.html
>
> "Kelly Schrock" <kellyschrock@earthlink.net> wrote in message
> news:cafieq$rb$1@eclipse.org...
> > Hello,
> >
> > I need to support spreadsheet-like navigation in an SWT table. I have an
> > editable Table up and running, similar to the TableViewer example shown
> > on the eclipse site. I have not figured out how to allow the user to
> > move from cell to cell using the keyboard, however. Has anyone done
> > this? If so, any help would be greatly appreciated.
> >
> > Thanks,
> > Kelly
>
>
Previous Topic:Standalone SWT/JFace applications require the OSGi framework?
Next Topic:item.setForeground on table does not work on RC1
Goto Forum:
  


Current Time: Fri Apr 26 00:14:39 GMT 2024

Powered by FUDForum. Page generated in 0.03461 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top