Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Extension to Code Generation for JPanel in VE

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.

With kind regards

Ali Ikinci


Back to the top