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 |
[edit]
Internal JAXX tags
[edit]
JAXX components
[edit]
Swing components
- <JApplet>
- <JButton>
- <JCheckBox>
- <JCheckBoxMenuItem>
- <JColorChooser>
- <JComboBox>
- <JDesktopPane>
- <JDialog>
- <JEditorPane>
- <JFileChooser>
- <JFormattedTextField>
- <JFrame>
- <JInternalFrame>
- <JLabel>
- <JLayeredPane>
- <JList>
- <JMenu>
- <JMenuBar>
- <JMenuItem>
- <JOptionPane>
- <JPanel>
- <JPasswordField>
- <JPopupMenu>
- <JProgressBar>
- <JRadioButton>
- <JRadioButtonMenuItem>
- <JScrollBar>
- <JScrollPane>
- <JSeparator>
- <JSlider>
- <JSpinner>
- <JSplitPane>
- <JTabbedPane>
- <JTable>
- <JTextArea>
- <JTextField>
- <JTextPane>
- <JToggleButton>
- <JToolBar>
- <JTree>
- <JWindow>
[edit]
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.

