xpValues.put(JTree.class, new XpJTreeValue());
xpValues.put(JTable.class, new XpJTableValue());
xpValues.put(JTabbedPane.class, new XpJTabbedPaneValue());
xpValues.put(JSplitPane.class, new XpJSplitPaneValue());
xpValues.put(JToolBar.class, new XpJToolBarValue());
xpValues.put(JDesktopPane.class, new XpJDesktopPaneValue());
xpValues.put(JInternalFrame.class, new XpJInternalFrameValue());
xpValues.put(JScrollPane.class, new XpJScrollPaneValue());
xpValues.put(JMenuBar.class, new XpJMenuBarValue());
xpValues.put(JMenu.class, new XpJMenuValue());
xpValues.put(JMenuItem.class, new XpJMenuItemValue());