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, removeTableModelListenerpublic int getColumnCount()
public int getRowCount()
public String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int row, int col)
public Class getColumnClass(int c)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int row,
int col)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object value, int row, int col)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic 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–2016 The Apache Software Foundation. All rights reserved.