Skip to main content



      Home
Home » Eclipse Projects » JFace » Disable hiding celleditor controls
icon5.gif  Disable hiding celleditor controls [message #542577] Fri, 25 June 2010 07:19 Go to next message
Eclipse UserFriend
I've created a custom cell Editor(JFace CellEditor) which works fine. but i'd like to disable hiding this cell editor's control on loosing focus, is this possible? How?

Thanks,
Re: Disable hiding celleditor controls [message #542768 is a reply to message #542577] Fri, 25 June 2010 19:38 Go to previous messageGo to next message
Eclipse UserFriend
Please refer to the CellEditor#deactivate() method. By default, it will be called when the focus lost or some special key is pressed.

[Updated on: Fri, 25 June 2010 19:49] by Moderator

Re: Disable hiding celleditor controls [message #542823 is a reply to message #542768] Sat, 26 June 2010 09:21 Go to previous message
Eclipse UserFriend
CellEditors are working in a way that there's always only one visible
(when activation another cell the same widget is reused)!

We normally advice people to NOT use controls in cells because you are
eating up your OS-handles very fast.

Tom

Am 26.06.10 01:38, schrieb chengdong:
> Please refer to the CellEditor#deactivate() method. By default, it will
> be called when the focus lost or some special key is pressed.
Previous Topic:Observing CellEditor.value
Next Topic:Databinding with CellEditor
Goto Forum:
  


Current Time: Tue Jul 22 15:20:34 EDT 2025

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

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

Back to the top