put(JCheckBox.class, new MetaJCheckBoxValue());
put(JRadioButton.class, new MetaJRadioButtonValue());
put(JComboBox.class, new MetaJComboBoxValue());
put(JList.class, new MetaJListValue());
put(JTextField.class, new MetaJTextFieldValue());
put(JScrollBar.class, new MetaJScrollBarValue());
put(JSlider.class, new MetaJSliderValue());
put(JProgressBar.class, new MetaJProgressBarValue());
put(JFormattedTextField.class, new MetaJFormattedTextFieldValue());
put(JPasswordField.class, new MetaJPasswordFieldValue());
put(JSeparator.class, new MetaJSeparatorValue());