Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Disable hiding celleditor controls
icon5.gif  Disable hiding celleditor controls [message #542577] Fri, 25 June 2010 11:19 Go to next message
Yassine Sakine is currently offline Yassine SakineFriend
Messages: 2
Registered: June 2010
Junior Member
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 23:38 Go to previous messageGo to next message
chengdong is currently offline chengdongFriend
Messages: 17
Registered: July 2009
Junior Member
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 23:49]

Report message to a moderator

Re: Disable hiding celleditor controls [message #542823 is a reply to message #542768] Sat, 26 June 2010 13:21 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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: Thu Apr 25 13:11:58 GMT 2024

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

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

Back to the top