A tabbing issue [message #43499] |
Mon, 19 November 2007 10:40 |
Eclipse User |
|
|
|
Dear colleagues
Id like to ask about tabbing in Grid. Ive added tabbing support in
GridTreeViewer by following code:
GridViewerEditor.create(tableViewer, activationSupport,
ColumnViewerEditor.TABBING_HORIZONTAL |
ColumnViewerEditor.TABBING_MOVE_TO_ROW_NEIGHBOR |
ColumnViewerEditor.TABBING_VERTICAL |
ColumnViewerEditor.KEYBOARD_ACTIVATION);
But I have some issues with the tabbing.
1. By default tabbing open editor in next (or prev) cell. Is it possible
to custom tabbing behavior in Grid for selection cell without starting of
an editor? As I know, the behavior is derived from jFace tabbing, but it
would be grateful to customize it.
2.It seems, that tabbing change focus, but does not change selection in
Grid. Is it a a feature? Could you suggest some approach to fix it?
Thank you in advance
Andrey
|
|
|
Powered by
FUDForum. Page generated in 0.03562 seconds