Constructor Summary 
DefaultCellEditor(JCheckBox checkBox) 
          Constructs a DefaultCellEditor object that uses a check box. 
DefaultCellEditor(JComboBox comboBox) 
          Constructs a DefaultCellEditor object that uses a combo box. 
DefaultCellEditor(JTextField textField) 
          Constructs a DefaultCellEditor that uses a text field. 
只有以上3种构造函数
没有参数是JButton的~~~~