Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How to use the ComboBoxCellEditor to perform directedit?
How to use the ComboBoxCellEditor to perform directedit? [message #225097] Wed, 25 October 2006 06:40
Eclipse UserFriend
Originally posted by: sundaolin.126.com

In the Locator,I did it like this:
public void relocate(CellEditor celleditor) {
Combo c = (Combo) celleditor.getControl();
c.setBounds(r.x, r.y,r.width,r.height);//r is a rectangle
}
and in the directEditManager:
protected void initCellEditor() {
Combo c = (Combo)getCellEditor().getControl();
}
but it doesn't work.
How can i do it?
Previous Topic:How to create a dashed line connection?
Next Topic:Connection creation coordinates problem
Goto Forum:
  


Current Time: Thu Aug 15 21:29:58 GMT 2024

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

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

Back to the top