List of JAXX tags

From JAXXWiki

Because JAXX class tags support all Java classes, it is impossible to provide a complete list of supported JAXX tags. The partial tag list below contains tags which enjoy special support within JAXX: they either have custom TagHandlers or have been carefully tested to ensure that the default support provided by DefaultComponentHandler is adequate.

Contents

Internal JAXX tags

JAXX components

Swing components

Other classes

Any class not listed above can still be used as a class tag. It will be handled by DefaultObjectHandler or DefaultComponentHandler, depending upon whether or not it is a subclass of java.awt.Component.