Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » ColumnViewerEditorActivationStrategy leave out uneditable Cell
ColumnViewerEditorActivationStrategy leave out uneditable Cell [message #330138] Wed, 16 July 2008 14:27 Go to next message
Urs Frei is currently offline Urs FreiFriend
Messages: 27
Registered: July 2009
Junior Member
Hello

I use the ColumnViewerEditorActivationStrategy. In my table are not all
cells editable (canModify == false). Now, if I push tabulator in a editing
cell the focus goes always to the next editable (canModify == true) cell,
but I would like the focus goes only to the next cell. What I have to do?

Thanks for help

Bye

Urs
Re: ColumnViewerEditor leave out uneditable Cell [message #330177 is a reply to message #330138] Fri, 18 July 2008 09:38 Go to previous messageGo to next message
Urs Frei is currently offline Urs FreiFriend
Messages: 27
Registered: July 2009
Junior Member
Hello

I think the problem is the method searchNextCell in the class
ColumnViewerEditor. There is no possibility to stop the search operation
before the cell is editable. Is there a way to select my unmodifiable cell
by pressing tab?

Thanks for help

Urs

"Urs Frei" <urs.frei@naturasoft.ch> schrieb im Newsbeitrag
news:g5l0fl$7tn$1@build.eclipse.org...
>
> I use the ColumnViewerEditorActivationStrategy. In my table are not all
> cells editable (canModify == false). Now, if I push tabulator in a editing
> cell the focus goes always to the next editable (canModify == true) cell,
> but I would like the focus goes only to the next cell. What I have to do?
Re: ColumnViewerEditor leave out uneditable Cell [message #330576 is a reply to message #330177] Mon, 04 August 2008 12:10 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
No sorry. You'll need to subclass ColumnViewerEditor your own and
overload the search strategy with you special case.

Tom

Urs Frei schrieb:
> Hello
>
> I think the problem is the method searchNextCell in the class
> ColumnViewerEditor. There is no possibility to stop the search operation
> before the cell is editable. Is there a way to select my unmodifiable cell
> by pressing tab?
>
> Thanks for help
>
> Urs
>
> "Urs Frei" <urs.frei@naturasoft.ch> schrieb im Newsbeitrag
> news:g5l0fl$7tn$1@build.eclipse.org...
>> I use the ColumnViewerEditorActivationStrategy. In my table are not all
>> cells editable (canModify == false). Now, if I push tabulator in a editing
>> cell the focus goes always to the next editable (canModify == true) cell,
>> but I would like the focus goes only to the next cell. What I have to do?
>
>


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: ColumnViewerEditor leave out uneditable Cell [message #330817 is a reply to message #330576] Thu, 14 August 2008 06:07 Go to previous message
Urs Frei is currently offline Urs FreiFriend
Messages: 27
Registered: July 2009
Junior Member
Ok, Thank you for your help

Urs

"Tom Schindl" <tom.schindl@bestsolution.at> schrieb im Newsbeitrag
news:g76rjr$p8l$5@build.eclipse.org...
> No sorry. You'll need to subclass ColumnViewerEditor your own and overload
> the search strategy with you special case.
>
> Tom
>
> Urs Frei schrieb:
>> Hello
>>
>> I think the problem is the method searchNextCell in the class
>> ColumnViewerEditor. There is no possibility to stop the search operation
>> before the cell is editable. Is there a way to select my unmodifiable
>> cell by pressing tab?
>>
>> Thanks for help
>>
>> Urs
>>
>> "Urs Frei" <urs.frei@naturasoft.ch> schrieb im Newsbeitrag
>> news:g5l0fl$7tn$1@build.eclipse.org...
>>> I use the ColumnViewerEditorActivationStrategy. In my table are not all
>>> cells editable (canModify == false). Now, if I push tabulator in a
>>> editing
>>> cell the focus goes always to the next editable (canModify == true)
>>> cell,
>>> but I would like the focus goes only to the next cell. What I have to
>>> do?
>>
>>
>
>
> --
> B e s t S o l u t i o n . at
> ------------------------------------------------------------ --------
> Tom Schindl JFace-Committer
> ------------------------------------------------------------ --------
Previous Topic:deserialization ClassNotFound when class is supplied through extension-point
Next Topic:Out of Memory
Goto Forum:
  


Current Time: Wed Jul 17 21:41:17 GMT 2024

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

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

Back to the top