Since the SwingXBuilder subclasses the SwingBuilder, the same operations apply to the SwingXBuilder.
New Features in
...
SwingXBuilder
Shortcutting/Aliasing attribute names
This has actually been around for a while but I only spoke about it to my mentors and not you guys.
Sometimes attribute names are a bit long to type. In this example pulled from one of the unit tests, we can see how to add an alias for any property on a component. During builder parsing, the names are changed to their explicit forms.
...