public class StyleMapTableModel extends AbstractTableModel
listenerList
Modifier and Type | Method and Description |
---|---|
void |
addRow(Vector rowVector) |
Class |
getColumnClass(int c) |
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
boolean |
isCellEditable(int row,
int col) |
void |
moveRowDown(int row) |
void |
moveRowUp(int row) |
void |
removeRow(int row) |
void |
set(Object[][] data) |
void |
setValueAt(Object value,
int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Object getValueAt(int row, int col)
public Class getColumnClass(int c)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public boolean isCellEditable(int row, int col)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setValueAt(Object value, int row, int col)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public void set(Object[][] data)
public void removeRow(int row)
public void addRow(Vector rowVector)
public void moveRowUp(int row)
public void moveRowDown(int row)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.