Elipse button in an editable cell
Hey Everyone,
I have a column where i want the cells to be clickable to edit in cell but also render an elipse button at the end of the cell so that if they click the button i pop up a JTextArea.
Has anyone seen/created this type of behavior in a cell? If so please point me in the right direction. :)
I can handle double clicks in a table, i can handle action events on buttons. but dont know where to start on getting the button into a cell as well as keeping a normal single click edit behavior.
any suggestions appreciated.
//****
Okay, found something that might be helpful to me, but now i need to know if anyone knows how to use any of the eclipse widgets.
i found a class in the VE for Eclipse that does what i want. my base class would be org.eclipse.jface.viewers.DialogCellEditor. i just dont want to dl the VE to get the jar.
i havent been able to find where to dl the jar...?....
//****
~txjump
Message was edited by:
txjump

