- This topic has 43 replies, 13 voices, and was last updated 17 years, 1 month ago by
Riyad Kalla.
-
AuthorPosts
-
Buddha123MemberIt’s easy to add a new javabean to Palette in Netbeans. But I can’t add a new bean to Matisse Palette in MyEclipse.
How can I add beans to MyMatisse?May 4, 2006 at 3:55 pm #251618
Riyad KallaMemberThis functionality hasn’t been exposed yet for technical resaons, we are working on resolving them soon, no ETA yet.
May 11, 2006 at 3:37 pm #251948
aharveyMemberAny updates on this? It should would be nice to be able to add my custom beans to the paletter. I have one that is itching to go.
May 11, 2006 at 3:43 pm #251952
Riyad KallaMemberSorry for the delay, no updates just yet. The M4M team continues to work on Milestone 2 and I’ve made it abundently clear that this feature is *necessary*. They are good guys, they’ll get it in soon.
May 12, 2006 at 11:11 am #251969
aharveyMemberI am writing an applet and started out using MyEclipse/Matisse and found it to be useless without this feature. Adding beans to the form by hand defeats the purpose I think. Please keep us posted on an ETA.
May 26, 2006 at 10:36 am #252629
tekwojenskiMemberI would like to write my own plugin to extend the Matisse Palette with my own javabeans. I understand that you are currently working on doing this via the GUI, but any plans on exposing this functionality via the plugin.xml file?
I’m able to add javabeans to VE (Visual Editor) with:
<extension point="org.eclipse.ve.java.core.contributors"> <palette container="MY_CONTAINER" categories="palette/xttvisualbeanscats.xmi" loc="last"> </palette> </extension>
and the xttvisualbeanscats.xmi file that defines the javabeans. I’m really looking to run away from VE as fast as I can 🙂 But will you be able to provide some similar extenation APIs?
Thanks
Tek
June 12, 2006 at 2:00 am #253389
wihsyMemberHello,
is it planned to support custom javabeans in Matisse for the final version of MyEclipse 5.0 ?
Greetings,
MichaelJune 14, 2006 at 7:53 am #253453
sicflexMemberBoomer!, i’ve decided to go with MyEclipse, did not consider Matisse as a primary feature, but when start using it, could not add my own components to palette (which is easily done in Netbeans 5). So I have to change manually the class. Anyway, since you guys has done a terrific job on the other features, I know that you’ll come out with a proper approach to this matter. Only hope that it would be soon.
July 9, 2006 at 11:22 am #254392
wihsyMemberJuly 10, 2006 at 2:25 pm #254457
Riyad KallaMemberGuys I just got a reply back from management that there was a major technical hurdle that caused this functionality not to be included in the Milestone 2 release but it seems we might have overcome that hurdle with a very robust solution. They are going to *try* to get this in GA, but still unsure at this point if when they get down to the coding if it will be a problem or all come together. I’ll try and keep you posted.
July 28, 2006 at 10:02 am #255739
aharveyMemberI’m skeptical as to how useful Matisse would be without the ability to place user-defined beans on the palette. I was forced to use NetBeans instead.
July 28, 2006 at 10:09 am #255745
Riyad KallaMemberThis will make it into the GA release.
August 7, 2006 at 4:04 pm #256279
fabgp2001Member@support-rkalla wrote:
This will make it into the GA release.
How it is added custom components em GA?
Regards
Fabio
August 8, 2006 at 11:46 am #256341
Riyad KallaMemberFabio,
Click on the down arrow in the top right corner of the palette, select “Manage Palette” then add Widget is probably what you want.August 8, 2006 at 11:53 am #256343
support-jedKeymasterTo add a bean to the Matisse palette select the action in the palette view’s pulldown menu. A popup will appear where you can add beans or forms.
-
AuthorPosts