Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » embedding external framework
embedding external framework [message #1160942] Tue, 29 October 2013 13:12
Christian A is currently offline Christian AFriend
Messages: 1
Registered: October 2013
Junior Member
Hi

I have a little problem using an external framework with WindowBuilder, and I want to know if it is possible at all.
The last few days I have tried to create my own *.wbp-component.xml files.
The components in the framework are mostly extensions of swing components. So I have an XPanel instead of a JPanel, but I also have a XRow which doesn't extend any swing component. WindowBuilder recognize this component as a bean and didn't show it on the canvas.

My XLayoutedPanel has a method add(XRow, XSize.NONE, XSize.NONE, XSize.NONE, XSize.NONE) to add a XRow.
XRow is something like a decorator. You can put in any JComponent like XRow(jcomponent, XResizing.NONE).

Is it possible to describe this with a *.wbp-component.xml file?

Thanks

Previous Topic:Bindings tab does not show up
Next Topic:Failed to build Windowbuilder1.6.1 src code
Goto Forum:
  


Current Time: Fri Apr 26 15:45:52 GMT 2024

Powered by FUDForum. Page generated in 0.04020 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top