User-agent: Mozilla Thunderbird 1.0.5 (X11/20050711)
Hi
I'm developing a custom JPanel (call it CustomPanel extends JPanel) and
want to make a custom plugin wich extends VE. I've added a custom
palette and an icon, and I've added a menu bar
(org.eclipse.ui.actionSets) to (Custom-)Panelize selected objects. I've
understood that code generation functions with JET and tried to read and
implement the examples presented in the Jet Tutorial 1 and 2. But I
didn't understand how (where) to extend the VE to extend the code
generation for JPanel. In particular I want to select one or more gui
elements (f.e. JButton or JLabel) in VE and attach them to my JPanel
extension (CustomPanel extends JPanel)(create a CustomPanel which holds
this objects). Thank you for your help.