xpValues.put(JComboBox.class, new XpJComboBoxValue());
xpValues.put(JList.class, new XpJListValue());
xpValues.put(JTextField.class, new XpJTextFieldValue());
xpValues.put(JTextArea.class, new XpJTextAreaValue());
xpValues.put(JScrollBar.class, new XpJScrollBarValue());
xpValues.put(JSlider.class, new XpJSliderValue());
xpValues.put(JProgressBar.class, new XpJProgressBarValue());
xpValues.put(JFormattedTextField.class, new XpJFormattedTextFieldValue());
xpValues.put(JPasswordField.class, new XpJPasswordFieldValue());
xpValues.put(JSpinner.class, new XpJSpinnerValue());
xpValues.put(JSeparator.class, new XpJSeparatorValue());