Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Displaying JTable in the Eclipse Editor

Hi
 
I am trying to display a JTable, along with its contents, in an Eclipse Editor. How do I do it? Do I have to code a new editor or whether existing editor should be able to display the JTable. I already have code for a custom editor extending TextEditor.
Is there any other super class which accepts objects such as JTable rather than InputSource. Kindly treat this requirement as very urgent.
 
Regards
 
Prashant

Back to the top