在创建JTable组件时,通常要用到AbstractTableModel,下面哪些方法是AbstractTableModel中的方法?
A getColumnCount()
B getRowCount()
C getValueAt() 
D isCellEditable()