There is some rudimentary support for adding new layouts to it, but that is about it. You can of course use JavaBeans in it. For the rest, Matisse was never designed to be a UI designer framework, and has no support for such things. It isn't designed that way at all. It is basically what it is. We've had discussions on the list before. Some have looked at taking it and making a new project. The best way would be to convert all the codename bases and packages to a different one and start changing the code since it isn't an extensible API. Maybe you could start a project to break it up into modular pieces and make it more of that kind of an API. You might even look into the Visual API for ways to do some of the things you want from the ground up.
Wade
==================
Wade Chandler, CCE
Software Engineer and Developer
Certified Forensic Computer Examiner
NetBeans Dream Team Member and Contributor
http://www.certified-computer-examiner.comhttp://wiki.netbeans.org/wiki/view/NetBeansDreamTeamhttp://www.netbeans.org----- Original Message ----
> From: adamarmistead <
adamarmistead@...>
> To:
dev@...
> Sent: Thursday, July 2, 2009 4:55:50 PM
> Subject: [openide-dev] How do I generate code with Matisse?
>
> I am interested in building a netbeans module that allows me to use matisse to
> visually build a form, but instead of generating java code I want to build an
> XML file that describes the form, allowing construction of the form
> programatically from the xml.
>
>
>
> I am also interested in building a module allowing use of the jgoodies
> FormLayout in matisse to java code as well as to the xml mentioned above.
>
>
>
> So far, I haven't found any tutorials of things like this, or netbeans platform
> API's describing themselves as handling this, or source code examples of this i
> have access to.
>
>
>
> Any pointers, tips, suggestions, or references would greatly help.