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());
put(JScrollPane.class, new MetaJScrollPaneValue());
put(JTextArea.class, new MetaJTextAreaValue());